Add id for PagedTileLayout

Add an id so the element can be found by ui tests

Test: mp sysuig
Bug: 150467479
Change-Id: I2657b8d5baee88d3866717fc72d3ad47abdb358b
This commit is contained in:
Fabian Kozynski
2020-02-28 17:14:04 -05:00
parent 10398d29f3
commit ec92e69e26

View File

@@ -17,6 +17,7 @@
<com.android.systemui.qs.PagedTileLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/qs_pager"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"