diff options
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/actionbar_toolbar.xml')
| -rw-r--r-- | org.fox.ttrss/src/main/res/layout/actionbar_toolbar.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/actionbar_toolbar.xml b/org.fox.ttrss/src/main/res/layout/actionbar_toolbar.xml deleted file mode 100644 index 85ebaeb2..00000000 --- a/org.fox.ttrss/src/main/res/layout/actionbar_toolbar.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<android.support.v7.widget.Toolbar - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto" - android:id="@+id/actionbar_toolbar" - android:elevation="4dp" - app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" - app:popupTheme="@style/ThemeOverlay.AppCompat.Light" - android:layout_height="wrap_content" - android:layout_width="match_parent" - android:minHeight="?attr/actionBarSize" - android:background="?attr/colorPrimary" />
\ No newline at end of file |