Merge "Reduce padding to the left of progress category to match framework changes." into honeycomb-mr2
This commit is contained in:
committed by
Android (Google) Code Review
commit
1f7014a25a
@@ -25,7 +25,7 @@
|
|||||||
<TextView
|
<TextView
|
||||||
style="?android:attr/listSeparatorTextViewStyle"
|
style="?android:attr/listSeparatorTextViewStyle"
|
||||||
android:background="@null"
|
android:background="@null"
|
||||||
android:paddingLeft="32dip"
|
android:paddingLeft="16dip"
|
||||||
android:id="@+android:id/title"
|
android:id="@+android:id/title"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
Reference in New Issue
Block a user