Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32b96e11 authored by Steve McKay's avatar Steve McKay
Browse files

Use app compat theme for DocsActivity.

This make things super UGLAY, but unbreaks them.

Bug:24544391
Change-Id: Id91e7b41cab08f1158f4821fa75be9b3ad79a428
parent 44c44f7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>