]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/AndroidManifest.xml
abandon the new transaction FAB and use a menu item
[mobile-ledger.git] / app / src / main / AndroidManifest.xml
index ee612ac456b7c1f7afe56bd123c6c2516abbb1f8..b981e478d70d60fb25183f283a26973a738baf26 100644 (file)
@@ -2,6 +2,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="net.ktnx.mobileledger">
 
+    <uses-permission android:name="android.permission.INTERNET" />
+
     <application
         android:allowBackup="true"
         android:icon="@mipmap/ic_launcher"
                 android:name="android.support.PARENT_ACTIVITY"
                 android:value="net.ktnx.mobileledger.LatestTransactions" />
         </activity>
+        <activity
+            android:name=".NewTransactionActivity"
+            android:label="@string/title_activity_new_transaction"
+            android:parentActivityName=".LatestTransactions"
+            android:theme="@style/AppTheme.NoActionBar">
+            <meta-data
+                android:name="android.support.PARENT_ACTIVITY"
+                android:value="net.ktnx.mobileledger.LatestTransactions" />
+        </activity>
     </application>
 
 </manifest>
\ No newline at end of file