Changes on Settings UI for a better user experience
Oem can change the left padding and right padding of main text in below screens by overlay the relative dimens: - "Network settings reset" - "Factory data reset" - "Screen pinning" Bug: 113607004 Test: manual Change-Id: Ief1afd6ee05b9723874866a06f1748d9d9987333
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
android:paddingTop="@dimen/screen_pinning_textview_padding"
|
||||
android:text="@string/screen_pinning_description"
|
||||
android:textAppearance="@style/TextAppearance.Medium"
|
||||
android:paddingStart="@dimen/screen_margin_sides"
|
||||
android:paddingEnd="@dimen/screen_margin_sides"
|
||||
android:paddingStart="@dimen/screen_pinning_padding_start"
|
||||
android:paddingEnd="@dimen/screen_pinning_padding_end"
|
||||
/>
|
||||
|
||||
</ScrollView>
|
||||
|
||||
Reference in New Issue
Block a user