Merge "Change divider between framework and TileServices" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-20 15:32:24 +00:00
committed by Android (Google) Code Review

View File

@@ -18,8 +18,5 @@
<View
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:background="?android:attr/listDivider"
android:layout_height="32dp"
android:importantForAccessibility="no" />