summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2025-11-23 10:55:42 +0100
committerJosJuice <josjuice@gmail.com>2025-11-23 11:05:02 +0100
commit738dcf86a6df5b2a440906e94be568f7af4bbcd1 (patch)
tree3fceadb946e562397c564ed510d226b8456a580a /Source/Android
parent9ec9b7d6f795e2a791d9f5c659a7d21a304b298e (diff)
Android: Remove unnecessary gravity in dialog_login.xml
Android Studio was complaining about these because their directions didn't match the text alignment, but in this layout they have no effect anyway.
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/src/main/res/layout/dialog_login.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Android/app/src/main/res/layout/dialog_login.xml b/Source/Android/app/src/main/res/layout/dialog_login.xml
index 608660817f..22d11614b7 100644
--- a/Source/Android/app/src/main/res/layout/dialog_login.xml
+++ b/Source/Android/app/src/main/res/layout/dialog_login.xml
@@ -57,7 +57,6 @@
android:id="@+id/login_in_progress"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_gravity="bottom"
android:text="@string/achievements_login_in_progress"
android:textAlignment="center"
android:textColor="?attr/colorOnErrorContainer"
@@ -73,7 +72,6 @@
android:id="@+id/login_failed"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_gravity="bottom"
android:text="@string/achievements_login_failed"
android:textAlignment="center"
android:textColor="?attr/colorOnErrorContainer"