From: Damyan Ivanov Date: Sun, 28 Apr 2019 18:47:17 +0000 (+0300) Subject: fix header items (acc name filter, retrieve progress) to use the profile theme colors X-Git-Tag: v0.10.0~64 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=18da610bd4e67f9d891a2511a6ae74708921afd9;ds=sidebyside fix header items (acc name filter, retrieve progress) to use the profile theme colors by removing explicit pointer to the default theme --- diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 8e14e9a2..d9f604b8 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -62,7 +62,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:theme="@style/AppTheme" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent">