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

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

Merge "Fixed the textalignment for buttons"

parents 7fe465a9 9465f9db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
    android:layout_marginStart="4dp"
    android:textColor="@color/notification_default_color"
    android:singleLine="true"
    android:textAlignment="viewStart"
    android:ellipsize="end"
    android:background="@drawable/notification_material_action_background"
    />
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
    android:textColor="#555555"
    android:singleLine="true"
    android:ellipsize="end"
    android:textAlignment="viewStart"
    android:alpha="0.5"
    android:enabled="false"
    android:background="@drawable/notification_material_action_background"