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

Commit f91869de authored by Ben Kwa's avatar Ben Kwa Committed by Android (Google) Code Review
Browse files

Merge "Use app compat theme for DocsActivity."

parents 3f151a35 32b96e11
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>