Adjust layout padding for SlicePreference

To make sure text align to other preferences. This CL also
update related style name.

Bug: 124234686
Test: Manual
Change-Id: I9df8ba15630fce5509a8c8a1cbc17f103fcc6481
This commit is contained in:
jackqdyulei
2019-02-11 12:26:18 -08:00
parent 1de961d9ef
commit e642ae67b9
2 changed files with 10 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
style="@style/slice_view_style"/>
style="@style/SliceViewStyle"/>
<!--dismissal view-->
<include layout="@layout/homepage_dismissal_view"/>