diff options
| author | 2015-10-05 17:41:23 -0700 | |
|---|---|---|
| committer | 2015-10-05 17:42:05 -0700 | |
| commit | 32b96e111070a328092f58c6e5965f01c99e739b (patch) | |
| tree | 76d53893ae9ad6add742bedb92045bb40fd9f8ef | |
| parent | 44c44f7b377f500e7e7dd9807f027c614d336ea9 (diff) | |
Use app compat theme for DocsActivity.
This make things super UGLAY, but unbreaks them.
Bug:24544391
Change-Id: Id91e7b41cab08f1158f4821fa75be9b3ad79a428
| -rw-r--r-- | packages/DocumentsUI/res/values-sw720dp/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/DocumentsUI/res/values-sw720dp/styles.xml b/packages/DocumentsUI/res/values-sw720dp/styles.xml index f4bc88ec463c..d415a849d33f 100644 --- a/packages/DocumentsUI/res/values-sw720dp/styles.xml +++ b/packages/DocumentsUI/res/values-sw720dp/styles.xml @@ -16,7 +16,7 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android"> - <style name="DocumentsBaseTheme" parent="@*android:style/Theme.Material.DayNight.Dialog"> + <style name="DocumentsBaseTheme" parent="@style/Theme.AppCompat.Dialog"> <!-- We do not specify width of window here because the max size of floating window specified by windowFixedWidthis is limited. --> <item name="*android:windowFixedHeightMajor">80%</item> |