summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2022-02-25 00:47:41 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2022-02-25 00:47:41 +0000
commit6ac86e7601892dafc17f2c47ff2058a6f0c8e39d (patch)
tree0147c40cd7a18b37108efc725749708012ac3fba
parent087244c9ca55c3d634fc4292c31e4e51e47356af (diff)
parent53c620e1be8511f68b7a9467ed03db0b65074ce8 (diff)
Merge "[Media TTT] Add ids to the root chip layouts so they can be used in CTS tests." into tm-dev
-rw-r--r--packages/SystemUI/res/layout/media_ttt_chip.xml1
-rw-r--r--packages/SystemUI/res/layout/media_ttt_chip_receiver.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/media_ttt_chip.xml b/packages/SystemUI/res/layout/media_ttt_chip.xml
index a5fdcd9e2671..a502d33a0be1 100644
--- a/packages/SystemUI/res/layout/media_ttt_chip.xml
+++ b/packages/SystemUI/res/layout/media_ttt_chip.xml
@@ -16,6 +16,7 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
+ android:id="@+id/media_ttt_sender_chip"
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
diff --git a/packages/SystemUI/res/layout/media_ttt_chip_receiver.xml b/packages/SystemUI/res/layout/media_ttt_chip_receiver.xml
index 88feacd9bbd9..5e8b892018eb 100644
--- a/packages/SystemUI/res/layout/media_ttt_chip_receiver.xml
+++ b/packages/SystemUI/res/layout/media_ttt_chip_receiver.xml
@@ -17,6 +17,7 @@
<!-- TODO(b/203800646): layout_marginTop doesn't seem to work on some large screens. -->
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/media_ttt_receiver_chip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/media_ttt_chip_background_receiver"