From a00f7ced6c3d29ee0fd0cd5e7fcb5211e356c8c1 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 1 Jul 2020 11:53:18 +0800 Subject: Add an EditText and a send button in ViewPrivateMessagesActivity. Rewrite the code of fetchUserAvatar in ViewPrivateMessagesActivity. --- app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/src/main/AndroidManifest.xml') 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 @@ + android:theme="@style/AppTheme.Slidable" + android:windowSoftInputMode="adjustResize" />