[Media TTT] Add ids to the root chip layouts so they can be used in CTS

tests.

Bug: 219520553
Test: atest UpdateMediaTapToTransfer(Sender|Receiver)DisplayTest
Change-Id: Ib478b197d006bdedd45485097e2b4c615355fd18
This commit is contained in:
Caitlin Cassidy
2022-02-18 16:52:29 +00:00
parent 4e3e7af43e
commit bbad53c2a1
2 changed files with 2 additions and 0 deletions

View File

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

View File

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