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

Commit e5e9cc12 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make dashboard entries align the same as all other preferences." into qt-dev

parents eac18077 254d4523
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -445,8 +445,10 @@
    </style>

    <style name="PreferenceUsageImageFrame">
        <item name="android:layout_width">48dp</item>
        <item name="android:layout_height">48dp</item>
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:maxWidth">48dp</item>
        <item name="android:maxHeight">48dp</item>
        <item name="android:gravity">center</item>
    </style>