From 22a28d75cc5d96781717fbed5849c5fc56c1bdeb Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Fri, 24 Oct 2025 23:58:23 +0200 Subject: [PATCH] [android] Remove focus to app version when we open about screen Signed-off-by: Jean-Baptiste --- android/app/src/main/res/layout-land/about.xml | 1 - android/app/src/main/res/layout/about.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/android/app/src/main/res/layout-land/about.xml b/android/app/src/main/res/layout-land/about.xml index 51e1684fe..a06e59e9b 100644 --- a/android/app/src/main/res/layout-land/about.xml +++ b/android/app/src/main/res/layout-land/about.xml @@ -37,7 +37,6 @@ android:id="@+id/version" android:layout_width="match_parent" android:layout_height="wrap_content" - android:selectAllOnFocus="true" android:textAlignment="center" android:textAppearance="@style/MwmTextAppearance.Body3" android:textIsSelectable="true" diff --git a/android/app/src/main/res/layout/about.xml b/android/app/src/main/res/layout/about.xml index 93946380e..637608549 100644 --- a/android/app/src/main/res/layout/about.xml +++ b/android/app/src/main/res/layout/about.xml @@ -32,7 +32,6 @@ android:layout_height="wrap_content" android:gravity="center_horizontal" android:layout_marginBottom="@dimen/margin_half" - android:selectAllOnFocus="true" android:textAppearance="@style/MwmTextAppearance.Body3" android:textIsSelectable="true" tools:text="2025.04.16-FDroid" />