Color adjustment of the background of the tutorial slides (1-3) for the dark mode

This commit is contained in:
ErikWaegerle 2020-06-06 16:33:06 +02:00
parent 29362a4188
commit 7441559a11
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/colorAccent"> android:background="?attr/colorPrimaryDark">
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"

View file

@ -2,7 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/colorAccent"> android:background="?attr/colorPrimaryDark">
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"

View file

@ -2,7 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/colorAccent"> android:background="?attr/colorPrimaryDark">
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
@ -30,7 +30,7 @@
android:numStars="4" android:numStars="4"
android:layout_marginTop="25dp" android:layout_marginTop="25dp"
android:rating="1" android:rating="1"
android:background="?attr/lightestFontColor" android:background="?attr/colorPrimaryDark"
android:stepSize="1" android:stepSize="1"
style="@style/RatingBar"/> style="@style/RatingBar"/>