Commit 6a2cc996 authored by zhang_z's avatar zhang_z

标题不显示的问题;

parent 45691fb6
......@@ -78,7 +78,7 @@
android:text="@string/store_title"
android:textColor="@color/black_baozheng"
android:textSize="@dimen/all_sub_title_size"
android:visibility="@{titleMode==1||titleMode==4?View.VISIBLE:View.GONE}"
android:visibility="@{titleMode==3?View.GONE:View.VISIBLE}"
app:layout_constraintLeft_toRightOf="parent"
app:layout_constraintRight_toLeftOf="parent" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment