diff --git a/app/src/main/res/layout-land/activity_daily_sudoku.xml b/app/src/main/res/layout-land/activity_daily_sudoku.xml index 41d1d41..bfd640c 100644 --- a/app/src/main/res/layout-land/activity_daily_sudoku.xml +++ b/app/src/main/res/layout-land/activity_daily_sudoku.xml @@ -1,30 +1,63 @@ - + tools:openDrawer="start" + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + xmlns:app="http://schemas.android.com/apk/res-auto"> - + + + + + + + + android:theme="@style/AppTheme.AppBarOverlay" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintVertical_bias="0.0"> - + - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:numStars="4" + android:scaleX="1.5" + android:scaleY="1.5" + app:layout_constraintBottom_toBottomOf="@+id/statistic_image" + app:layout_constraintEnd_toStartOf="@+id/view" + app:layout_constraintStart_toEndOf="@+id/statistic_image" + app:layout_constraintTop_toTopOf="@+id/statistic_image" + app:layout_constraintVertical_bias="0.50" /> - - + - + app:layout_constraintHorizontal_bias="0.25" + app:layout_constraintStart_toStartOf="@id/view" + app:layout_constraintTop_toTopOf="@+id/statistic_image" + app:layout_constraintVertical_bias="0.0" /> - - - - - + app:layout_constraintStart_toEndOf="@+id/textView4" + app:layout_constraintTop_toTopOf="@+id/textView4" /> - + + + + + + + - + + + - + - - - - \ No newline at end of file + \ No newline at end of file