summaryrefslogtreecommitdiffstats
path: root/res/layout/radio_with_summary.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/radio_with_summary.xml')
-rw-r--r--res/layout/radio_with_summary.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/radio_with_summary.xml b/res/layout/radio_with_summary.xml
index 9c37050..87b1d14 100644
--- a/res/layout/radio_with_summary.xml
+++ b/res/layout/radio_with_summary.xml
@@ -36,10 +36,10 @@
android:ellipsize="marquee" />
- <TextView android:id="@+android:id/summary"
+ <TextView android:id="@android:id/summary"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingBottom="4dp"
+ android:paddingBottom="8dp"
android:paddingStart="52dp"
android:textAppearance="?android:attr/textAppearanceListItemSecondary"
android:textColor="?android:attr/textColorSecondary"