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

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

Merge "DO NOT MERGE Fix bug 3026771, other design/asset fixes." into gingerbread

parents d9e88d22 a57ae3f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -244,6 +244,7 @@
        <item name="android:clickable">true</item>
        <item name="android:textAppearance">?android:attr/textAppearanceSmallInverse</item>
        <item name="android:textColor">@android:color/primary_text_light</item>
        <item name="android:textStyle">bold</item>
        <item name="android:gravity">center_vertical|center_horizontal</item>
    </style>

+128 B
Loading image diff...
+128 B
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
            style="?android:attr/buttonStyle"
            android:paddingLeft="15dp"
            android:paddingRight="15dp"
            android:background="@drawable/btn_default_small"
            android:background="@android:drawable/btn_default_small"
            />
    </LinearLayout>

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
    <View
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/divider_horizontal_dark_opaque"
        android:background="@drawable/divider_horizontal_light_opaque"
        />

</LinearLayout>