mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
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.
This commit is contained in:
parent
9ec9b7d6f7
commit
738dcf86a6
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user