]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/AndroidManifest.xml
whitespace
[mobile-ledger.git] / app / src / main / AndroidManifest.xml
index b15537eccdc47821ddd3a9d0911a082aa4f485e8..430b395170ed49438fb988e1fa8fcb615291067d 100644 (file)
 
     <application
         android:name=".App"
-        android:roundIcon="@drawable/app_icon_round"
         android:allowBackup="true"
-        android:fullBackupContent="@xml/backup_descriptor"
         android:appCategory="productivity"
+        android:fullBackupContent="@xml/backup_descriptor"
         android:icon="@drawable/app_icon"
         android:label="@string/app_name"
-        android:supportsRtl="true"
         android:networkSecurityConfig="@xml/network_security_config"
+        android:roundIcon="@drawable/app_icon_round"
+        android:supportsRtl="true"
         tools:ignore="GoogleAppIndexingWarning">
         <activity
-            android:theme="@style/AppTheme.default"
             android:name=".ui.activity.SplashActivity"
-            android:label="@string/app_name">
+            android:label="@string/app_name"
+            android:theme="@style/AppTheme.default">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.LAUNCHER" />
@@ -52,8 +52,7 @@
         <activity
             android:name=".ui.activity.ProfileDetailActivity"
             android:label="@string/title_profile_details"
-            android:parentActivityName=".ui.activity.MainActivity">
-        </activity>
+            android:parentActivityName=".ui.activity.MainActivity" />
     </application>
 
 </manifest>
\ No newline at end of file