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

Commit ff2d91fa authored by Michael Kwan's avatar Michael Kwan Committed by Android (Google) Code Review
Browse files

Merge "Fix oversized icons and removed title line limit." into cw-f-dev

parents c6577b12 e6c38677
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
        android:gravity="top|center_horizontal"
        android:minHeight="@dimen/alert_dialog_title_height">
    <ImageView android:id="@+id/icon"
            android:adjustViewBounds="true"
            android:maxHeight="24dp"
            android:maxWidth="24dp"
            android:layout_marginTop="8dp"
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
        android:gravity="top|center_horizontal"
        android:minHeight="@dimen/alert_dialog_title_height">
    <ImageView android:id="@+id/icon"
            android:adjustViewBounds="true"
            android:maxHeight="24dp"
            android:maxWidth="24dp"
            android:layout_marginTop="12dp"
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ please see styles_device_defaults.xml.
    </style>

    <style name="DialogWindowTitle.Material">
        <item name="maxLines">3</item>
        <item name="maxLines">@empty</item>
        <item name="scrollHorizontally">false</item>
        <item name="textAppearance">@style/TextAppearance.Material.DialogWindowTitle</item>
        <item name="gravity">@integer/config_dialogTextGravity</item>