diff --git a/CHANGES.md b/CHANGES.md index aa319bf0c9..813450fd0c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,7 +8,7 @@ Improvements 🙌: - Bugfix 🐛: - - + - Fix Splash layout on small screens Translations 🗣: - diff --git a/vector/src/main/res/layout/fragment_login_splash.xml b/vector/src/main/res/layout/fragment_login_splash.xml index 2a43ece5ec..62e61a4219 100644 --- a/vector/src/main/res/layout/fragment_login_splash.xml +++ b/vector/src/main/res/layout/fragment_login_splash.xml @@ -3,144 +3,187 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?riotx_background"> + android:background="?riotx_background" + android:paddingStart="36dp" + android:paddingTop="@dimen/layout_vertical_margin" + android:paddingEnd="36dp" + android:paddingBottom="@dimen/layout_vertical_margin"> - + + + + + app:layout_constraintTop_toBottomOf="@+id/loginSplashSpace1"> - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + diff --git a/vector/src/main/res/values/styles_login.xml b/vector/src/main/res/values/styles_login.xml index 6dab3fac51..8cba34daf3 100644 --- a/vector/src/main/res/values/styles_login.xml +++ b/vector/src/main/res/values/styles_login.xml @@ -1,13 +1,6 @@ - -