aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-07-01 03:53:18 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-07-01 03:53:18 +0000
commita00f7ced6c3d29ee0fd0cd5e7fcb5211e356c8c1 (patch)
treecbd2f48421aff09643b796207a7e5f1def3dc9ba /app/src/main/AndroidManifest.xml
parentbde545b75fa4beb140a6ce10861d178505a16bdc (diff)
downloadinfinity-for-reddit-a00f7ced6c3d29ee0fd0cd5e7fcb5211e356c8c1.tar
infinity-for-reddit-a00f7ced6c3d29ee0fd0cd5e7fcb5211e356c8c1.tar.gz
infinity-for-reddit-a00f7ced6c3d29ee0fd0cd5e7fcb5211e356c8c1.tar.bz2
infinity-for-reddit-a00f7ced6c3d29ee0fd0cd5e7fcb5211e356c8c1.tar.lz
infinity-for-reddit-a00f7ced6c3d29ee0fd0cd5e7fcb5211e356c8c1.tar.xz
infinity-for-reddit-a00f7ced6c3d29ee0fd0cd5e7fcb5211e356c8c1.tar.zst
infinity-for-reddit-a00f7ced6c3d29ee0fd0cd5e7fcb5211e356c8c1.zip
Add an EditText and a send button in ViewPrivateMessagesActivity. Rewrite the code of fetchUserAvatar in ViewPrivateMessagesActivity.
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index d1ff8e5d..a5f7d9c7 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -26,7 +26,8 @@
<activity android:name=".Activity.ViewPrivateMessagesActivity"
android:parentActivityName=".Activity.MainActivity"
- android:theme="@style/AppTheme.Slidable" />
+ android:theme="@style/AppTheme.Slidable"
+ android:windowSoftInputMode="adjustResize" />
<service
android:name=".Service.DownloadRedditVideoService"