From 3df7b761a29159368b4df32a28b1caed5006783a Mon Sep 17 00:00:00 2001 From: Docile-Alligator Date: Tue, 17 May 2022 19:12:39 +0800 Subject: Animate the software keyboard in ViewPrivateMessgesActivity. --- .../res/layout/activity_view_private_messages.xml | 117 ++++++++++----------- 1 file changed, 58 insertions(+), 59 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_view_private_messages.xml b/app/src/main/res/layout/activity_view_private_messages.xml index c25eabc7..01c42f70 100644 --- a/app/src/main/res/layout/activity_view_private_messages.xml +++ b/app/src/main/res/layout/activity_view_private_messages.xml @@ -1,88 +1,87 @@ - + android:layout_weight="1" + tools:context=".activities.ViewPrivateMessagesActivity"> - + android:layout_height="wrap_content" + android:theme="@style/AppTheme.AppBarOverlay"> - - - - - - - + android:minHeight="?attr/actionBarSize" + app:navigationIcon="?attr/homeAsUpIndicator" + app:popupTheme="@style/AppTheme.PopupOverlay" /> - + + app:layout_behavior="@string/appbar_scrolling_view_behavior" > - + android:layout_height="0dp" + android:layout_weight="1" + android:clipToPadding="false" /> + android:orientation="vertical"> + + - + android:orientation="horizontal"> + + + + - + - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3