Browse Source

[android] fix splash screen text overflow (#3185)

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3185
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Co-authored-by: PavelBARABANOV <pavelbarabanov94@gmail.com>
Co-committed-by: PavelBARABANOV <pavelbarabanov94@gmail.com>
pull/3187/head
PavelBARABANOV 2 days ago
committed by crueter
parent
commit
62ea689949
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 2
      src/android/app/src/main/res/layout/page_button.xml
  2. 2
      src/android/app/src/main/res/layout/page_setup.xml

2
src/android/app/src/main/res/layout/page_button.xml

@ -1,6 +1,6 @@
<com.google.android.material.button.MaterialButton xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="170dp"
android:layout_width="175dp"
android:layout_height="55dp"
android:layout_marginBottom="16dp"
app:iconTint="?attr/colorOnPrimary"

2
src/android/app/src/main/res/layout/page_setup.xml

@ -55,7 +55,7 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/text_confirmation"
style="@style/SynthwaveText.Accent"
android:layout_width="213dp"
android:layout_width="wrap_content"
android:layout_height="226dp"
android:paddingHorizontal="16dp"
android:paddingTop="24dp"

Loading…
Cancel
Save