]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/AndroidManifest.xml
setupTheme routine with a profile argument
[mobile-ledger.git] / app / src / main / AndroidManifest.xml
index 83953a0ca3052d74940f8c4e430791d541421ff9..3407017d95b7195b1e1ea55b85182f110c39e065 100644 (file)
@@ -60,9 +60,9 @@
             android:label="@string/title_profile_list"
             android:theme="@style/AppTheme.NoActionBar"></activity>
         <activity
-            android:name=".ui.profiles.ProfileDetailActivity"
+            android:name=".ui.activity.ProfileDetailActivity"
             android:label="@string/title_profile_details"
-            android:parentActivityName=".ui.activity.ProfileListActivity"
+            android:parentActivityName=".ui.activity.MainActivity"
             android:theme="@style/AppTheme.NoActionBar">
             <meta-data
                 android:name="android.support.PARENT_ACTIVITY"