From 285ada2ff0f1fd427c49ae746b5c4f2aa1d5ef0d Mon Sep 17 00:00:00 2001 From: FongMi Date: Thu, 6 Apr 2023 10:04:20 +0800 Subject: [PATCH] [mobile] update ui --- .../mobile/res/layout/activity_history.xml | 41 +++++++++++++------ app/src/mobile/res/layout/fragment_vod.xml | 8 +++- 2 files changed, 35 insertions(+), 14 deletions(-) diff --git a/app/src/mobile/res/layout/activity_history.xml b/app/src/mobile/res/layout/activity_history.xml index 7891513a5..8e56eeb1b 100644 --- a/app/src/mobile/res/layout/activity_history.xml +++ b/app/src/mobile/res/layout/activity_history.xml @@ -1,15 +1,15 @@ - - + android:layout_height="wrap_content" + android:background="@color/transparent"> + android:gravity="center_vertical" + app:layout_scrollFlags="scroll|enterAlways"> + + + - + android:descendantFocusability="blocksDescendants" + android:orientation="vertical"> + + - - \ No newline at end of file + + + \ No newline at end of file diff --git a/app/src/mobile/res/layout/fragment_vod.xml b/app/src/mobile/res/layout/fragment_vod.xml index 2f1e4c783..c2c0c8ca5 100644 --- a/app/src/mobile/res/layout/fragment_vod.xml +++ b/app/src/mobile/res/layout/fragment_vod.xml @@ -17,7 +17,11 @@ android:layout_height="wrap_content" android:gravity="center_vertical" android:orientation="horizontal" - android:padding="16dp"> + android:paddingStart="16dp" + android:paddingTop="16dp" + android:paddingEnd="16dp" + android:paddingBottom="4dp" + app:layout_scrollFlags="scroll|enterAlways">