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

This commit is contained in:
Adam Powell
2010-10-01 14:46:40 -07:00
committed by Android (Google) Code Review
5 changed files with 3 additions and 2 deletions

View File

@@ -244,6 +244,7 @@
<item name="android:clickable">true</item> <item name="android:clickable">true</item>
<item name="android:textAppearance">?android:attr/textAppearanceSmallInverse</item> <item name="android:textAppearance">?android:attr/textAppearanceSmallInverse</item>
<item name="android:textColor">@android:color/primary_text_light</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> <item name="android:gravity">center_vertical|center_horizontal</item>
</style> </style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 B

View File

@@ -57,7 +57,7 @@
style="?android:attr/buttonStyle" style="?android:attr/buttonStyle"
android:paddingLeft="15dp" android:paddingLeft="15dp"
android:paddingRight="15dp" android:paddingRight="15dp"
android:background="@drawable/btn_default_small" android:background="@android:drawable/btn_default_small"
/> />
</LinearLayout> </LinearLayout>

View File

@@ -17,7 +17,7 @@
<View <View
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@drawable/divider_horizontal_dark_opaque" android:background="@drawable/divider_horizontal_light_opaque"
/> />
</LinearLayout> </LinearLayout>