diff options
| author | Romain Hunault <romain.hunault@e.email> | 2022-03-23 15:36:21 +0000 | 
|---|---|---|
| committer | Romain Hunault <romain.hunault@e.email> | 2022-03-23 15:36:21 +0000 | 
| commit | 82a45020557916da2a133df297eafc92f9f7c3db (patch) | |
| tree | 2e12b5e39ac53ae05474c35bd16e2c2070d4a094 /app/src/main/res/layout/fragment_fake_location.xml | |
| parent | 335e504715d6730f701f5897e4cbc49cfdb9f69c (diff) | |
| parent | a9d8b2e6a4c45a62ae0b5cbf1e7682886f4360d1 (diff) | |
| download | advanced-privacy-82a45020557916da2a133df297eafc92f9f7c3db.tar.gz | |
Merge branch 'use_system_resources' into 'main'
Use system theme colors. #5082
See merge request e/privacy-central/privacycentralapp!31
Diffstat (limited to 'app/src/main/res/layout/fragment_fake_location.xml')
| -rw-r--r-- | app/src/main/res/layout/fragment_fake_location.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/src/main/res/layout/fragment_fake_location.xml b/app/src/main/res/layout/fragment_fake_location.xml index 851a7c4..cec5af0 100644 --- a/app/src/main/res/layout/fragment_fake_location.xml +++ b/app/src/main/res/layout/fragment_fake_location.xml @@ -4,7 +4,7 @@      xmlns:app="http://schemas.android.com/apk/res-auto"      xmlns:mapbox="http://schemas.android.com/apk/res-auto"      xmlns:tools="http://schemas.android.com/tools" -    android:background="@color/white" +    android:background="@color/primary"      android:layout_height="match_parent"      android:layout_width="match_parent"      > | 
