Change divider between framework and TileServices

The divider in QSCustomizer is now a 32dp spacer

Test: manual
Fixes: 185376308
Change-Id: I191083c2a199b8c45cf683e9574ef5330ab89525
This commit is contained in:
Fabian Kozynski
2021-04-19 16:06:32 -04:00
parent 4b537e9170
commit 4b671da69f

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" />