Merge "Add 12dp padding above the first slice item" into rvc-dev

This commit is contained in:
tim peng
2020-05-06 05:00:36 +00:00
committed by Android (Google) Code Review
4 changed files with 79 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
-->
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/slice_slider_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">

View File

@@ -427,4 +427,7 @@
<!-- Developer options shared data screens related dimensions -->
<dimen name="list_preferred_item_padding">16dp</dimen>
<!-- Output switcher panel related dimensions -->
<dimen name="output_switcher_slice_padding_top">12dp</dimen>
</resources>