OSDN Git Service

Reduce padding to the left of progress category to match framework changes.
authorAmith Yamasani <yamasani@google.com>
Fri, 27 May 2011 21:31:28 +0000 (14:31 -0700)
committerAmith Yamasani <yamasani@google.com>
Fri, 27 May 2011 21:31:28 +0000 (14:31 -0700)
Otherwise the WIFI/BT device names don't align with the header.

Change-Id: Ibd10cb7bb38c80a90ef895e2bdb1083b833a2824

res/layout/preference_progress_category.xml

index 5956296..af411ee 100644 (file)
@@ -25,7 +25,7 @@
     <TextView
         style="?android:attr/listSeparatorTextViewStyle"
         android:background="@null"
-        android:paddingLeft="32dip"
+        android:paddingLeft="16dip"
         android:id="@+android:id/title"
         android:layout_width="0dp"
         android:layout_height="wrap_content"