[android] Remove focus to app version when we open about screen

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-10-24 23:58:23 +02:00
committed by jeanbaptisteC
parent a730fccf76
commit 22a28d75cc
2 changed files with 0 additions and 2 deletions

View File

@@ -37,7 +37,6 @@
android:id="@+id/version" android:id="@+id/version"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:selectAllOnFocus="true"
android:textAlignment="center" android:textAlignment="center"
android:textAppearance="@style/MwmTextAppearance.Body3" android:textAppearance="@style/MwmTextAppearance.Body3"
android:textIsSelectable="true" android:textIsSelectable="true"

View File

@@ -32,7 +32,6 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center_horizontal" android:gravity="center_horizontal"
android:layout_marginBottom="@dimen/margin_half" android:layout_marginBottom="@dimen/margin_half"
android:selectAllOnFocus="true"
android:textAppearance="@style/MwmTextAppearance.Body3" android:textAppearance="@style/MwmTextAppearance.Body3"
android:textIsSelectable="true" android:textIsSelectable="true"
tools:text="2025.04.16-FDroid" /> tools:text="2025.04.16-FDroid" />