diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-11-10 13:25:32 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-11-10 13:25:32 +0000 |
commit | 24f5682bf800d1fcd71e65f827e619ea89d1bf0c (patch) | |
tree | c2ff722e87c202b81138a3a5dd85e20a197537bf /app/src/main/AndroidManifest.xml | |
parent | 973c468a7c9fdeb29f40e055b6ce792a8f358c4e (diff) | |
download | infinity-for-reddit-24f5682bf800d1fcd71e65f827e619ea89d1bf0c.tar infinity-for-reddit-24f5682bf800d1fcd71e65f827e619ea89d1bf0c.tar.gz infinity-for-reddit-24f5682bf800d1fcd71e65f827e619ea89d1bf0c.tar.bz2 infinity-for-reddit-24f5682bf800d1fcd71e65f827e619ea89d1bf0c.tar.lz infinity-for-reddit-24f5682bf800d1fcd71e65f827e619ea89d1bf0c.tar.xz infinity-for-reddit-24f5682bf800d1fcd71e65f827e619ea89d1bf0c.tar.zst infinity-for-reddit-24f5682bf800d1fcd71e65f827e619ea89d1bf0c.zip |
Some UI tweaks.
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 51a0ca10..14b7f150 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -394,8 +394,9 @@ android:theme="@style/AppTheme.SlidableWithTranslucentWindow" /> <activity android:name=".activities.EditProfileActivity" + android:label="@string/edit_profile_activity_label" android:parentActivityName=".activities.MainActivity" - android:theme="@style/AppTheme.SlidableWithTranslucentWindow" + android:theme="@style/AppTheme.Slidable" android:windowSoftInputMode="adjustPan" /> <provider |