diff options
| -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> |