Update padding for panel

Reuse the slice style that is used by contextual homepage.

Fixes: 131253950
Test: Manual
Change-Id: Iec5fbaec7d992a3aa084f6bd7176ff2582f69757
This commit is contained in:
Lei Yu
2019-04-25 13:01:23 -07:00
parent 7c802e553f
commit 4ed1fdf212

View File

@@ -22,8 +22,9 @@
<androidx.slice.widget.SliceView
android:id="@+id/slice_view"
style="@style/SliceViewStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="20dp"
android:paddingEnd="20dp"/>
android:paddingStart="8dp"
android:paddingEnd="8dp"/>
</LinearLayout>