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/topbar.xml | |
parent | 335e504715d6730f701f5897e4cbc49cfdb9f69c (diff) | |
parent | a9d8b2e6a4c45a62ae0b5cbf1e7682886f4360d1 (diff) |
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/topbar.xml')
-rw-r--r-- | app/src/main/res/layout/topbar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/topbar.xml b/app/src/main/res/layout/topbar.xml index a493b3b..90fb29a 100644 --- a/app/src/main/res/layout/topbar.xml +++ b/app/src/main/res/layout/topbar.xml @@ -26,7 +26,7 @@ > <com.google.android.material.appbar.MaterialToolbar - android:background="@color/white" + android:background="@color/primary" android:elevation="0dp" android:id="@+id/toolbar" android:layout_height="?android:attr/actionBarSize" |