diff options
| author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-03-22 09:36:01 +0100 |
|---|---|---|
| committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-03-22 09:36:01 +0100 |
| commit | a9d8b2e6a4c45a62ae0b5cbf1e7682886f4360d1 (patch) | |
| tree | a3020e8f9a8de56579530b90852ba804552284bb /app/src/main/res/layout/ipscrambling_item_selectmode.xml | |
| parent | b18b3d06913cf1c2b792a26f5d37e6949af2cf60 (diff) | |
| download | advanced-privacy-a9d8b2e6a4c45a62ae0b5cbf1e7682886f4360d1.tar.gz | |
Use system theme colors. #5082
Diffstat (limited to 'app/src/main/res/layout/ipscrambling_item_selectmode.xml')
| -rw-r--r-- | app/src/main/res/layout/ipscrambling_item_selectmode.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/ipscrambling_item_selectmode.xml b/app/src/main/res/layout/ipscrambling_item_selectmode.xml index 4758d56..a012f6d 100644 --- a/app/src/main/res/layout/ipscrambling_item_selectmode.xml +++ b/app/src/main/res/layout/ipscrambling_item_selectmode.xml @@ -48,7 +48,7 @@ android:layout_width="wrap_content" android:text="@{subtitle}" android:textSize="14sp" - android:textColor="@color/grey_text" + android:textColor="@color/secondary_text" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toBottomOf="@+id/title" app:layout_constraintBottom_toBottomOf="parent" |
