Commit 4b1fec1a by sikang

bug fix

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