diff options
author | Gitsaibot <tr.man@gmx.de> | 2019-06-15 12:21:13 +0200 |
---|---|---|
committer | Jochen Sprickerhof <github@jochen.sprickerhof.de> | 2019-08-11 12:49:29 +0200 |
commit | da4bb2ff9855a26f4f5682073b236fbe2880cc3e (patch) | |
tree | f3a1396f0c096543881d1c53e646bc576e4121e9 /res/layout | |
parent | 56f712ace5e81fe6293e4d0d5b30bfcedec8a31b (diff) | |
download | android_packages_apps_Etar-da4bb2ff9855a26f4f5682073b236fbe2880cc3e.tar.gz android_packages_apps_Etar-da4bb2ff9855a26f4f5682073b236fbe2880cc3e.tar.bz2 android_packages_apps_Etar-da4bb2ff9855a26f4f5682073b236fbe2880cc3e.zip |
Remove app:theme and use android:theme instead.
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/app_bar.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/app_bar.xml b/res/layout/app_bar.xml index 8635bd9f..cb3b6bf2 100644 --- a/res/layout/app_bar.xml +++ b/res/layout/app_bar.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> - +<!-- Remove style attribute after dropping support for android 4.4--> <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/toolbar" @@ -8,5 +8,4 @@ android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" android:theme="@style/Widget.CalendarAppTheme.ActionBar" - app:theme="@style/ThemeOverlay.CalendarAppTheme.ActionBar" app:titleTextAppearance="?attr/settings_titleText" /> |