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

Commit d94469ba authored by Adrian Roos's avatar Adrian Roos Committed by Android (Google) Code Review
Browse files

Merge "Notification: Fix tombstones and action alignment" into nyc-dev

parents 79c11a8c 5607da49
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
    android:layout_width="wrap_content"
    android:layout_height="48dp"
    android:layout_gravity="center"
    android:gravity="start|center_vertical"
    android:layout_marginStart="4dp"
    android:textColor="@color/notification_default_color"
    android:singleLine="true"
+4 −5
Original line number Diff line number Diff line
@@ -18,16 +18,15 @@
<Button xmlns:android="http://schemas.android.com/apk/res/android"
    style="@android:style/Widget.Material.Light.Button.Borderless.Small"
    android:id="@+id/action0"
    android:layout_width="0dp"
    android:layout_width="wrap_content"
    android:layout_height="48dp"
    android:layout_weight="1"
    android:layout_marginStart="4dp"
    android:layout_gravity="center"
    android:gravity="start|center_vertical"
    android:drawablePadding="8dp"
    android:paddingStart="8dp"
    android:textColor="#555555"
    android:textSize="@dimen/notification_text_size"
    android:singleLine="true"
    android:ellipsize="end"
    android:alpha="0.5"
    android:enabled="false"
    android:background="@drawable/notification_material_action_background"
    />