diff options
-rw-r--r-- | res/layout/preference_progress_category.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/preference_progress_category.xml b/res/layout/preference_progress_category.xml index 5956296..af411ee 100644 --- a/res/layout/preference_progress_category.xml +++ b/res/layout/preference_progress_category.xml @@ -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" |