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

Commit f483e8bd authored by Shubham Basu's avatar Shubham Basu
Browse files

setting menu item material next text style

Bug: 188819956
Test: manual

Screenshot (updated): https://screenshot.googleplex.com/3xwVbLDv9kx3Agp.png

Screenshot Android S (updated): https://screenshot.googleplex.com/ux56n6cTPFL4Npn.png

Change-Id: I49841424618d7eb13a8fa1af930c16582a4c9d8a
parent 7fe406bd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -127,4 +127,9 @@
        <item name="android:textColor">@color/doc_list_item_subtitle_color</item>
    </style>

    <style name="MenuItemTextAppearance" parent="*android:style/TextAppearance.DeviceDefault.Body2">
        <item name="android:textSize">14sp</item>
        <item name="fontFamily">@string/config_fontFamily</item>
    </style>

</resources>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@
        <item name="materialAlertDialogTheme">@style/MaterialAlertDialogTheme</item>
        <item name="queryBackground">@color/menu_search_background</item>
        <item name="snackbarButtonStyle">@style/SnackbarButtonStyle</item>
        <item name="android:itemTextAppearance">@style/MenuItemTextAppearance</item>
    </style>

    <style name="TabTheme" parent="@style/Theme.MaterialComponents.DayNight">