mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[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:
committed by
jeanbaptisteC
parent
a730fccf76
commit
22a28d75cc
@@ -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"
|
||||||
|
|||||||
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user