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

Commit fe930104 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 4501881 - use correct TextAppearances for global actions"

parents d169d3cb cbe7c3c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
        android:layout_alignParentBottom="true"
        android:layout_alignParentRight="true"

        android:textAppearance="?android:attr/textAppearanceSmallInverse"
        android:textAppearance="?android:attr/textAppearanceSmall"
        />


@@ -54,7 +54,7 @@
        android:layout_above="@id/status"
        android:layout_alignWithParentIfMissing="true"
        android:gravity="center_vertical"
        android:textAppearance="?android:attr/textAppearanceLargeInverse"
        android:textAppearance="?android:attr/textAppearanceLarge"
        />