Commit 4b1fec1a by sikang

bug fix

parent 5069f66a
......@@ -22,15 +22,19 @@
android:background="@color/color_line" />
<ScrollView
android:layout_width="260dp"
android:layout_height="400dp">
<LinearLayout
android:layout_width="260dp"
android:layout_height="wrap_content">
<TextView
android:layout_width="260dp"
android:layout_height="wrap_content"
android:text="@string/text_collect_tip"/>
android:text="@string/text_collect_tip" />
</LinearLayout>
</ScrollView>
<TextView
......
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