Some UI tweaks.

This commit is contained in:
Alex Ning
2021-11-10 21:25:32 +08:00
parent 973c468a7c
commit 24f5682bf8
15 changed files with 132 additions and 197 deletions

View File

@@ -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