]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/AndroidManifest.xml
somewhat complete profile implementation
[mobile-ledger.git] / app / src / main / AndroidManifest.xml
index 7171718a08c95f4d3ca86d74ec0989c2f5746508..de59e4fb76017f52617c15d88315d15d6c779465 100644 (file)
@@ -13,7 +13,7 @@
   ~
   ~ You should have received a copy of the GNU General Public License
   ~ along with Mobile-Ledger. If not, see <https://www.gnu.org/licenses/>.
--->
+  -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="net.ktnx.mobileledger">
 
                 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.profiles.ProfileDetailActivity"
+            android:label="@string/title_profile_details"
+            android:parentActivityName=".ui.activity.ProfileListActivity"
+            android:theme="@style/AppTheme.NoActionBar">
+            <meta-data
+                android:name="android.support.PARENT_ACTIVITY"
+                android:value="net.ktnx.mobileledger.ui.activity.ProfileListActivity" />
+        </activity>
     </application>
 
 </manifest>
\ No newline at end of file