define main layout ids for uitests

This commit is contained in:
Quentin Monnier 2022-12-01 15:29:12 -05:00 committed by Sylvain Berfini
parent 7795bdd434
commit a815588e13
5 changed files with 5 additions and 2 deletions

View file

@ -19,6 +19,7 @@
</data>
<RelativeLayout
android:id="@+id/dialer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">

View file

@ -16,6 +16,7 @@
</data>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/incoming_call_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/voipBackgroundColor">

View file

@ -16,6 +16,7 @@
</data>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/outgoing_call_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/voipBackgroundColor">

View file

@ -34,7 +34,7 @@
android:background="?attr/voipBackgroundColor">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/constraint_layout"
android:id="@+id/single_call_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@{controlsViewModel.fullScreenMode ? @color/black_color : @color/transparent_color}">

@ -1 +1 @@
Subproject commit 58525a25b6a9bcbe79e451dced5e9424b21424cc
Subproject commit e67246c2c5f4f14fd74557be79a4e4ad6c53c188