diff --git a/features/feature_change_category/src/main/res/layout/change_category_fragment.xml b/features/feature_change_category/src/main/res/layout/change_category_fragment.xml index e60931765..cdd061ef4 100644 --- a/features/feature_change_category/src/main/res/layout/change_category_fragment.xml +++ b/features/feature_change_category/src/main/res/layout/change_category_fragment.xml @@ -15,7 +15,7 @@ android:layout_marginTop="8dp" android:foreground="?selectableItemBackground" android:visibility="gone" - app:cardBackgroundColor="?appButtonOnCardBackgroundColor" + app:cardBackgroundColor="?appCardBackgroundColor" app:layout_constraintDimensionRatio="h,1:1" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" @@ -40,7 +40,7 @@ android:layout_marginEnd="4dp" android:foreground="?selectableItemBackground" android:visibility="gone" - app:cardBackgroundColor="?appButtonOnCardBackgroundColor" + app:cardBackgroundColor="?appCardBackgroundColor" app:layout_constraintDimensionRatio="h,1:1" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" diff --git a/features/feature_change_record/src/main/res/layout/change_record_fragment.xml b/features/feature_change_record/src/main/res/layout/change_record_fragment.xml index 2eef2e922..8670c5c46 100644 --- a/features/feature_change_record/src/main/res/layout/change_record_fragment.xml +++ b/features/feature_change_record/src/main/res/layout/change_record_fragment.xml @@ -15,7 +15,7 @@ android:layout_marginTop="8dp" android:foreground="?selectableItemBackground" android:visibility="gone" - app:cardBackgroundColor="?appButtonOnCardBackgroundColor" + app:cardBackgroundColor="?appCardBackgroundColor" app:layout_constraintDimensionRatio="h,1:1" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" @@ -40,7 +40,7 @@ android:layout_marginEnd="4dp" android:foreground="?selectableItemBackground" android:visibility="gone" - app:cardBackgroundColor="?appButtonOnCardBackgroundColor" + app:cardBackgroundColor="?appCardBackgroundColor" app:layout_constraintDimensionRatio="h,1:1" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" diff --git a/features/feature_change_record_tag/src/main/res/layout/change_record_tag_fragment.xml b/features/feature_change_record_tag/src/main/res/layout/change_record_tag_fragment.xml index 730e1028f..482bed41e 100644 --- a/features/feature_change_record_tag/src/main/res/layout/change_record_tag_fragment.xml +++ b/features/feature_change_record_tag/src/main/res/layout/change_record_tag_fragment.xml @@ -15,7 +15,7 @@ android:layout_marginTop="8dp" android:foreground="?selectableItemBackground" android:visibility="gone" - app:cardBackgroundColor="?appButtonOnCardBackgroundColor" + app:cardBackgroundColor="?appCardBackgroundColor" app:layout_constraintDimensionRatio="h,1:1" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" @@ -40,7 +40,7 @@ android:layout_marginEnd="4dp" android:foreground="?selectableItemBackground" android:visibility="gone" - app:cardBackgroundColor="?appButtonOnCardBackgroundColor" + app:cardBackgroundColor="?appCardBackgroundColor" app:layout_constraintDimensionRatio="h,1:1" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" diff --git a/features/feature_change_record_type/src/main/res/layout/change_record_type_fragment.xml b/features/feature_change_record_type/src/main/res/layout/change_record_type_fragment.xml index 9c6503ffc..510d4eda7 100644 --- a/features/feature_change_record_type/src/main/res/layout/change_record_type_fragment.xml +++ b/features/feature_change_record_type/src/main/res/layout/change_record_type_fragment.xml @@ -27,7 +27,7 @@ android:layout_marginTop="8dp" android:foreground="?selectableItemBackground" android:visibility="gone" - app:cardBackgroundColor="?appButtonOnCardBackgroundColor" + app:cardBackgroundColor="?appCardBackgroundColor" app:layout_constraintDimensionRatio="h,1:1" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" @@ -52,7 +52,7 @@ android:layout_marginEnd="8dp" android:foreground="?selectableItemBackground" android:visibility="gone" - app:cardBackgroundColor="?appButtonOnCardBackgroundColor" + app:cardBackgroundColor="?appCardBackgroundColor" app:layout_constraintDimensionRatio="h,1:1" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" diff --git a/features/feature_change_running_record/src/main/res/layout/change_running_record_fragment.xml b/features/feature_change_running_record/src/main/res/layout/change_running_record_fragment.xml index 55fe5ed1e..e70121757 100644 --- a/features/feature_change_running_record/src/main/res/layout/change_running_record_fragment.xml +++ b/features/feature_change_running_record/src/main/res/layout/change_running_record_fragment.xml @@ -14,7 +14,7 @@ android:layout_marginStart="4dp" android:layout_marginTop="8dp" android:foreground="?selectableItemBackground" - app:cardBackgroundColor="?appButtonOnCardBackgroundColor" + app:cardBackgroundColor="?appCardBackgroundColor" app:layout_constraintDimensionRatio="h,1:1" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" @@ -38,7 +38,7 @@ android:layout_marginTop="8dp" android:layout_marginEnd="4dp" android:foreground="?selectableItemBackground" - app:cardBackgroundColor="?appButtonOnCardBackgroundColor" + app:cardBackgroundColor="?appCardBackgroundColor" app:layout_constraintDimensionRatio="h,1:1" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent"