]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/AndroidManifest.xml
fix profile editor's bottom part getting overlapped by the soft keyboard
[mobile-ledger.git] / app / src / main / AndroidManifest.xml
index 21a7e5ad1e6770644286753f1cd66819b61465b1..c09c5fd8c7110af0bfc38589d8356ff8480970bf 100644 (file)
@@ -32,8 +32,8 @@
         android:supportsRtl="true"
         tools:ignore="GoogleAppIndexingWarning">
         <activity
-            android:name=".ui.patterns.PatternsActivity"
-            android:label="@string/title_activity_patterns"
+            android:name=".ui.templates.TemplatesActivity"
+            android:label="@string/title_activity_templates"
             android:theme="@style/AppTheme.default" />
         <activity
             android:name=".ui.activity.SplashActivity"
@@ -58,7 +58,7 @@
             android:name=".ui.profiles.ProfileDetailActivity"
             android:label="@string/title_profile_details"
             android:parentActivityName=".ui.activity.MainActivity"
-            android:windowSoftInputMode="stateVisible" />
+            android:windowSoftInputMode="stateVisible|adjustResize" />
     </application>
 
 </manifest>
\ No newline at end of file