diff options
Diffstat (limited to 'app/src/main/res/layout/f_eip.xml')
| -rw-r--r-- | app/src/main/res/layout/f_eip.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/app/src/main/res/layout/f_eip.xml b/app/src/main/res/layout/f_eip.xml index 1e1f8e41..615e1ab7 100644 --- a/app/src/main/res/layout/f_eip.xml +++ b/app/src/main/res/layout/f_eip.xml @@ -66,6 +66,8 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintGuide_percent="0.7" /> + + <androidx.appcompat.widget.AppCompatImageView android:id="@+id/background" android:layout_width="match_parent" @@ -73,7 +75,6 @@ android:scaleType="fitXY" app:srcCompat="@drawable/bg_disconnected" /> - <androidx.appcompat.widget.AppCompatTextView android:id="@+id/main_description" android:layout_width="wrap_content" @@ -128,6 +129,16 @@ app:srcCompat="@drawable/state_disconnected" /> + <View + android:id="@+id/gesture_suppress_view" + android:layout_width="36dp" + android:layout_height="200dp" + app:layout_constraintTop_toTopOf="@id/state_view" + app:layout_constraintBottom_toBottomOf="@id/state_view" + app:layout_constraintStart_toStartOf="parent" + /> + + <se.leap.bitmaskclient.base.views.MainButton android:id="@+id/main_button" android:layout_width="0dp" |
