From 3c482c63ec9057ca0a74e5ed66be5d7720139727 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 27 Jun 2020 14:00:24 +0800 Subject: Add another tab for PM in ViewMessageActivity. --- app/src/main/res/layout/activity_view_message.xml | 58 ++++++----------------- 1 file changed, 15 insertions(+), 43 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_view_message.xml b/app/src/main/res/layout/activity_view_message.xml index 1ce1e9db..8d357f52 100644 --- a/app/src/main/res/layout/activity_view_message.xml +++ b/app/src/main/res/layout/activity_view_message.xml @@ -31,52 +31,24 @@ - - - - - - - - - - - - - - - + android:layout_gravity="bottom" + app:layout_scrollFlags="scroll|enterAlways" + app:tabGravity="fill" + app:tabIndicatorHeight="3dp" + app:tabMode="fixed" + app:tabRippleColor="?attr/colorControlHighlight" + app:tabUnboundedRipple="false" /> - + - + \ No newline at end of file -- cgit v1.2.3