diff --git a/app/src/main/res/layout-land/question_player_fragment.xml b/app/src/main/res/layout-land/question_player_fragment.xml index 78d032cd1cc..cd206b15619 100644 --- a/app/src/main/res/layout-land/question_player_fragment.xml +++ b/app/src/main/res/layout-land/question_player_fragment.xml @@ -17,9 +17,7 @@ + android:layout_height="match_parent"> + android:layout_height="124dp" /> diff --git a/app/src/main/res/layout-sw600dp-land/question_player_fragment.xml b/app/src/main/res/layout-sw600dp-land/question_player_fragment.xml index a131c0a0d28..2cfcd73f265 100644 --- a/app/src/main/res/layout-sw600dp-land/question_player_fragment.xml +++ b/app/src/main/res/layout-sw600dp-land/question_player_fragment.xml @@ -163,10 +163,10 @@ android:id="@+id/congratulations_text_view" android:layout_width="match_parent" android:layout_height="54dp" + android:layout_gravity="bottom" android:layout_marginStart="192dp" android:layout_marginEnd="192dp" android:layout_marginBottom="24dp" - android:layout_gravity="bottom" android:background="@drawable/congratulations_text_background_shadow" android:fontFamily="sans-serif-medium" android:gravity="center" @@ -180,7 +180,7 @@ + android:layout_height="132dp" /> diff --git a/app/src/main/res/layout-sw600dp-port/question_player_fragment.xml b/app/src/main/res/layout-sw600dp-port/question_player_fragment.xml index a976c2409de..03863cf1f0d 100644 --- a/app/src/main/res/layout-sw600dp-port/question_player_fragment.xml +++ b/app/src/main/res/layout-sw600dp-port/question_player_fragment.xml @@ -164,10 +164,10 @@ android:id="@+id/congratulations_text_view" android:layout_width="match_parent" android:layout_height="54dp" + android:layout_gravity="bottom" android:layout_marginStart="128dp" android:layout_marginEnd="128dp" android:layout_marginBottom="24dp" - android:layout_gravity="bottom" android:background="@drawable/congratulations_text_background_shadow" android:fontFamily="sans-serif-medium" android:gravity="center" @@ -181,7 +181,7 @@ + android:layout_height="132dp" /> diff --git a/app/src/main/res/layout/question_player_fragment.xml b/app/src/main/res/layout/question_player_fragment.xml index b78fef2889c..dc067af8e7e 100644 --- a/app/src/main/res/layout/question_player_fragment.xml +++ b/app/src/main/res/layout/question_player_fragment.xml @@ -163,10 +163,10 @@ android:id="@+id/congratulations_text_view" android:layout_width="match_parent" android:layout_height="54dp" + android:layout_gravity="bottom" android:layout_marginStart="28dp" android:layout_marginEnd="28dp" android:layout_marginBottom="16dp" - android:layout_gravity="bottom" android:background="@drawable/congratulations_text_background_shadow" android:fontFamily="sans-serif-medium" android:gravity="center" @@ -180,7 +180,7 @@ + android:layout_height="124dp" />