[Android] Fix about screens minor UI issues

Nicolas Pomepuy git at videolan.org
Tue Jan 18 12:23:24 UTC 2022


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Nov 16 11:43:59 2021 +0100| [7ddd043716788846816aeb681bc0b85ee691f5b6] | committer: Nicolas Pomepuy

Fix about screens minor UI issues

> https://code.videolan.org/videolan/vlc-android/commit/7ddd043716788846816aeb681bc0b85ee691f5b6
---

 application/vlc-android/res/layout/about.xml            | 2 ++
 application/vlc-android/res/layout/license_activity.xml | 1 +
 2 files changed, 3 insertions(+)

diff --git a/application/vlc-android/res/layout/about.xml b/application/vlc-android/res/layout/about.xml
index eb169550e..1b6bf7eea 100644
--- a/application/vlc-android/res/layout/about.xml
+++ b/application/vlc-android/res/layout/about.xml
@@ -397,6 +397,8 @@
                 android:layout_marginStart="16dp"
                 android:layout_marginTop="24dp"
                 android:layout_marginEnd="16dp"
+                android:clickable="true"
+                android:focusable="true"
                 android:layout_marginBottom="8dp"
                 app:cardBackgroundColor="?attr/background_default_darker"
                 android:foreground="?android:attr/selectableItemBackground"
diff --git a/application/vlc-android/res/layout/license_activity.xml b/application/vlc-android/res/layout/license_activity.xml
index d887d6c93..ee3a37cdd 100644
--- a/application/vlc-android/res/layout/license_activity.xml
+++ b/application/vlc-android/res/layout/license_activity.xml
@@ -39,6 +39,7 @@
                     android:clipToPadding="false"
                     android:paddingStart="16dp"
                     android:paddingEnd="16dp"
+                    android:paddingBottom="48dp"
                     android:fastScrollEnabled="true"
                     android:scrollbars="vertical"
                     vlc:layout_behavior="@string/appbar_scrolling_view_behavior" />



More information about the Android mailing list