Browse Source

[android] fix splash screen text overflow

pull/3185/head
PavelBARABANOV 2 days ago
parent
commit
5deb889bac
  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