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:
@@ -22,8 +22,9 @@
|
|||||||
|
|
||||||
<androidx.slice.widget.SliceView
|
<androidx.slice.widget.SliceView
|
||||||
android:id="@+id/slice_view"
|
android:id="@+id/slice_view"
|
||||||
|
style="@style/SliceViewStyle"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingStart="20dp"
|
android:paddingStart="8dp"
|
||||||
android:paddingEnd="20dp"/>
|
android:paddingEnd="8dp"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
Reference in New Issue
Block a user