mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Also close drawer menu when clicking on brand icon
This commit is contained in:
parent
ecad8fbdce
commit
eb0748df7f
1 changed files with 2 additions and 1 deletions
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
<ImageView
|
||||
android:id="@+id/brand_icon"
|
||||
android:onClick="@{() -> viewModel.closeDrawerMenu()}"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_marginStart="26dp"
|
||||
|
|
@ -38,9 +39,9 @@
|
|||
app:tint="@color/main1_500" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:onClick="@{() -> viewModel.closeDrawerMenu()}"
|
||||
style="@style/section_header_style"
|
||||
android:id="@+id/brand_name"
|
||||
android:onClick="@{() -> viewModel.closeDrawerMenu()}"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="30dp"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue