diff options
| author | cyBerta <cyberta@riseup.net> | 2025-05-22 01:06:39 +0200 |
|---|---|---|
| committer | cyBerta <cyberta@riseup.net> | 2025-05-22 01:06:39 +0200 |
| commit | cab03bf0149344dc34b6b957027330a6086de5a8 (patch) | |
| tree | 52f26c10c4e027ff846af42bee856fbf3c263dca /app/src/main/res/layout-xlarge | |
| parent | 809d6a7dc6d710697729a69ba47560e302b886d6 (diff) | |
adapt UI to API 35 requirements: increase height of action bar, so that it draws below the status bar, status bar icon color depends on underlying background color of action bar. Improve navigation drawer gesture handling by excluding 200 dp next to the status image (mask) from Android's back gesture recognition
Diffstat (limited to 'app/src/main/res/layout-xlarge')
| -rw-r--r-- | app/src/main/res/layout-xlarge/f_eip.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/layout-xlarge/f_eip.xml b/app/src/main/res/layout-xlarge/f_eip.xml index e413319a..37441bca 100644 --- a/app/src/main/res/layout-xlarge/f_eip.xml +++ b/app/src/main/res/layout-xlarge/f_eip.xml @@ -119,6 +119,15 @@ 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" |
