diff --git a/app/src/main/res/layout/activity_daily_sudoku.xml b/app/src/main/res/layout/activity_daily_sudoku.xml index 13f345c..b2d4158 100644 --- a/app/src/main/res/layout/activity_daily_sudoku.xml +++ b/app/src/main/res/layout/activity_daily_sudoku.xml @@ -1,249 +1,236 @@ - - + + - + app:layout_constraintTop_toBottomOf="@+id/appbar" /> - + + + + android:layout_marginStart="16dp" + android:layout_marginLeft="16dp" + android:layout_marginEnd="16dp" + android:layout_marginRight="16dp" + android:adjustViewBounds="true" + android:src="@drawable/icon_default_9x9" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toStartOf="@id/view" + app:layout_constraintHorizontal_bias="0.0" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> - - + + android:layout_marginTop="8dp" + android:layout_marginEnd="8dp" + android:layout_marginRight="8dp" + android:numStars="4" + android:scaleX="1.5" + android:scaleY="1.5" + app:layout_constraintBottom_toBottomOf="@+id/view" + app:layout_constraintEnd_toEndOf="@+id/statistic_image" + app:layout_constraintStart_toStartOf="@+id/statistic_image" + app:layout_constraintTop_toBottomOf="@+id/statistic_image" + app:layout_constraintVertical_bias="0.50" /> - + + + + + + + + + + + + + + + + + + + + + + + + android:layout_height="?attr/actionBarSize" + android:background="?attr/colorPrimary" + android:clipChildren="false" + app:layout_scrollFlags="enterAlways" + app:popupTheme="@style/AppTheme.PopupOverlay"> - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -253,10 +240,12 @@ android:layout_height="0dp" app:layout_behavior="@string/appbar_scrolling_view_behavior" app:layout_constraintBottom_toBottomOf="parent" - app:layout_constraintStart_toStartOf="@+id/linearLayout6" - app:layout_constraintTop_toBottomOf="@+id/linearLayout6" > + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="parent"> - \ No newline at end of file + + \ No newline at end of file