|
|
@@ -189,22 +189,21 @@
|
|
|
android:onClick="@{()->mineViewModel.onFeedbackClick()}" />
|
|
|
|
|
|
<include
|
|
|
- android:onClick="@{()->mineViewModel.onCustomerServiceClick()}"
|
|
|
layout="@layout/layout_item_settings"
|
|
|
settingsIcon="@{@drawable/icon_small_customer_service}"
|
|
|
settingsName="@{@string/mine_customer_service}"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content" />
|
|
|
-
|
|
|
- <!-- <include-->
|
|
|
- <!-- isGone="@{!mineViewModel.isLogin}"-->
|
|
|
- <!-- layout="@layout/layout_item_settings"-->
|
|
|
- <!-- settingsIcon="@{@drawable/icon_small_account_logout}"-->
|
|
|
- <!-- settingsName="@{@string/mine_account_logout}"-->
|
|
|
- <!-- android:layout_width="match_parent"-->
|
|
|
- <!-- android:layout_height="wrap_content"-->
|
|
|
- <!-- android:onClick="@{()-> mineViewModel.onLogoutClick()}"-->
|
|
|
- <!-- />-->
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:onClick="@{()->mineViewModel.onCustomerServiceClick()}" />
|
|
|
+
|
|
|
+ <include
|
|
|
+ isGone="@{!mineViewModel.isLogin}"
|
|
|
+ layout="@layout/layout_item_settings"
|
|
|
+ settingsIcon="@{@drawable/icon_small_account_logout}"
|
|
|
+ settingsName="@{@string/mine_account_logout}"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:onClick="@{()-> mineViewModel.onLogoutClick()}" />
|
|
|
|
|
|
<include
|
|
|
isGone="@{!mineViewModel.isLogin}"
|