mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-19 20:48:08 +00:00
define main layout ids for uitests
This commit is contained in:
parent
7795bdd434
commit
a815588e13
5 changed files with 5 additions and 2 deletions
|
|
@ -19,6 +19,7 @@
|
|||
</data>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/dialer_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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}">
|
||||
|
|
|
|||
2
screport
2
screport
|
|
@ -1 +1 @@
|
|||
Subproject commit 58525a25b6a9bcbe79e451dced5e9424b21424cc
|
||||
Subproject commit e67246c2c5f4f14fd74557be79a4e4ad6c53c188
|
||||
Loading…
Add table
Reference in a new issue