]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/AndroidManifest.xml
drop the (now non-existing) profile list activity from manifest
[mobile-ledger.git] / app / src / main / AndroidManifest.xml
index 3407017d95b7195b1e1ea55b85182f110c39e065..45e2c6af73c996259887cb6ccea2049788e0e040 100644 (file)
@@ -23,9 +23,9 @@
         android:name=".MobileLedgerApplication"
         android:allowBackup="true"
         android:fullBackupContent="@xml/backup_descriptor"
-        android:icon="@drawable/ic_app_icon"
+        android:icon="@drawable/app_icon"
         android:label="@string/app_name"
-        android:roundIcon="@drawable/ic_app_icon"
+        android:roundIcon="@drawable/app_icon"
         android:supportsRtl="true"
         android:theme="@style/AppTheme">
         <activity
                 android:name="android.support.PARENT_ACTIVITY"
                 android:value="net.ktnx.mobileledger.ui.activity.MainActivity" />
         </activity>
-        <activity
-            android:name=".ui.activity.ProfileListActivity"
-            android:label="@string/title_profile_list"
-            android:theme="@style/AppTheme.NoActionBar"></activity>
         <activity
             android:name=".ui.activity.ProfileDetailActivity"
             android:label="@string/title_profile_details"