Prevent clipping of SeekBar thumb

Bug: 63406092
Test: manual - purely a UI change
Change-Id: I1fbf7cba6d3c172a7e04de36a665dcf78b629f00
This commit is contained in:
Christine Franks
2017-07-06 18:37:41 -07:00
parent 4e34839a1e
commit 8767dd7461

View File

@@ -58,6 +58,6 @@
android:layout_alignParentEnd="true"
android:layout_below="@android:id/summary"
android:paddingStart="56dp"
android:paddingEnd="8dp" />
android:paddingEnd="12dp" />
</RelativeLayout>