summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-03-08 13:38:31 +0300
committerAndrew Dolgov <[email protected]>2018-03-08 13:38:31 +0300
commit1548e0091dd6a6b378a85d8011384a50df8963a8 (patch)
tree2a3eea41d3bb709ca60c772d35338e0fad51b2fc
parentd214c98c09f59cd3353c564e705700f56bc393e8 (diff)
toolbar: use android:theme instead of app:theme
-rwxr-xr-x[-rw-r--r--]org.fox.ttrss/src/main/res/layout/toolbar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/toolbar.xml b/org.fox.ttrss/src/main/res/layout/toolbar.xml
index d8f9bfab..5093a342 100644..100755
--- a/org.fox.ttrss/src/main/res/layout/toolbar.xml
+++ b/org.fox.ttrss/src/main/res/layout/toolbar.xml
@@ -4,7 +4,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
android:elevation="4dp"
- app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
+ android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
android:layout_height="wrap_content"
android:layout_width="match_parent"