|
|
@@ -199,6 +199,15 @@
|
|
|
<include
|
|
|
isGone="@{!mineViewModel.isLogin}"
|
|
|
layout="@layout/layout_item_settings"
|
|
|
+ settingsIcon="@{@drawable/icon_small_appeal}"
|
|
|
+ settingsName="@{@string/mine_appeal}"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:onClick="@{()->mineViewModel.onAppealClick()}" />
|
|
|
+
|
|
|
+ <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"
|