summaryrefslogtreecommitdiff
path: root/org.fox.epube/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-21 11:31:21 +0300
committerAndrew Dolgov <[email protected]>2020-04-21 11:31:21 +0300
commit00227531e5f78c063fc6a0c0d9459ee0c81cafa5 (patch)
tree1dba992b39db90f87bdd06d7f491b02199614479 /org.fox.epube/src/main/res/layout
parentf3a700589e16e16de38a0ae7f3a7c20ef919f3e9 (diff)
offline mode switch, etc
Diffstat (limited to 'org.fox.epube/src/main/res/layout')
-rw-r--r--org.fox.epube/src/main/res/layout/toolbar.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/org.fox.epube/src/main/res/layout/toolbar.xml b/org.fox.epube/src/main/res/layout/toolbar.xml
index 8f9ea00..96d3616 100644
--- a/org.fox.epube/src/main/res/layout/toolbar.xml
+++ b/org.fox.epube/src/main/res/layout/toolbar.xml
@@ -1,12 +1,12 @@
-<?xml version="1.0" encoding="utf-8"?>
-<androidx.appcompat.widget.Toolbar
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:id="@+id/toolbar"
- app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
- app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
- android:elevation="4dp"
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
- android:minHeight="?attr/actionBarSize"
+<?xml version="1.0" encoding="utf-8"?>
+<androidx.appcompat.widget.Toolbar
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:id="@+id/toolbar"
+ app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
+ app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
+ android:elevation="4dp"
+ android:layout_height="wrap_content"
+ android:layout_width="match_parent"
+ android:minHeight="?attr/actionBarSize"
android:background="?attr/colorPrimary" /> \ No newline at end of file