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

Commit bbf00cfb authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

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

Merge commit '98f31087' into gingerbread-plus-aosp

* commit '98f31087':
  DO NOT MERGE Fix bug 3026771, other design/asset fixes.
parents 7e40e67f 98f31087
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>