Merge "Add padding for SliceView preference"
This commit is contained in:
committed by
Android (Google) Code Review
commit
500f1ddc8f
@@ -25,5 +25,7 @@
|
||||
<androidx.slice.widget.SliceView
|
||||
android:id="@+id/slice_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="12dp"
|
||||
android:paddingBottom="8dp"/>
|
||||
</FrameLayout>
|
||||
|
||||
Reference in New Issue
Block a user