diff options
-rw-r--r-- | app/src/main/res/layout/fragment_clone.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/fragment_key_selection.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/fragment_repo_location.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/fragment_welcome.xml | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/layout/fragment_clone.xml b/app/src/main/res/layout/fragment_clone.xml index 305f28a7..95461558 100644 --- a/app/src/main/res/layout/fragment_clone.xml +++ b/app/src/main/res/layout/fragment_clone.xml @@ -7,7 +7,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?attr/colorPrimary"> + android:background="?android:attr/colorBackground"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" diff --git a/app/src/main/res/layout/fragment_key_selection.xml b/app/src/main/res/layout/fragment_key_selection.xml index df3c531d..adeba0ee 100644 --- a/app/src/main/res/layout/fragment_key_selection.xml +++ b/app/src/main/res/layout/fragment_key_selection.xml @@ -7,7 +7,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?attr/colorPrimary" + android:background="?android:attr/colorBackground" android:orientation="vertical"> <androidx.appcompat.widget.AppCompatImageView diff --git a/app/src/main/res/layout/fragment_repo_location.xml b/app/src/main/res/layout/fragment_repo_location.xml index 4bdaefe8..9d42a39a 100644 --- a/app/src/main/res/layout/fragment_repo_location.xml +++ b/app/src/main/res/layout/fragment_repo_location.xml @@ -7,7 +7,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?attr/colorPrimary"> + android:background="?android:attr/colorBackground"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" diff --git a/app/src/main/res/layout/fragment_welcome.xml b/app/src/main/res/layout/fragment_welcome.xml index 3f46c65a..fa94124d 100644 --- a/app/src/main/res/layout/fragment_welcome.xml +++ b/app/src/main/res/layout/fragment_welcome.xml @@ -7,7 +7,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?attr/colorPrimary" + android:background="?android:attr/colorBackground" android:orientation="vertical"> <com.google.android.material.button.MaterialButton @@ -19,7 +19,7 @@ android:layout_alignParentEnd="true" android:layout_marginEnd="@dimen/activity_horizontal_margin" android:text="@string/action_settings" - android:textColor="?attr/colorOnPrimary" + android:textColor="?attr/colorOnBackground" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" /> |