| xqd
@@ -38,7 +38,7 @@
|
|
|
<!-- android:text="使用"-->
|
|
|
<!-- android:textColor="@color/text_dark_green"-->
|
|
|
<!-- android:textSize="14dp" />-->
|
|
|
- </LinearLayout>
|
|
|
+
|
|
|
<include layout="@layout/line_h" />
|
|
|
<TextView
|
|
|
android:id="@+id/tv_quesimg_num"
|
| xqd
@@ -54,7 +54,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
android:scrollbars="none" />
|
|
|
-
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
| xqd
@@ -82,14 +82,11 @@
|
|
|
android:id="@+id/tv_questionStr"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
-
|
|
|
android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:text="问题问题问题问题问题问题问题问题问题问题问"
|
|
|
android:textColor="@color/text_black"
|
|
|
- android:textSize="16dp" />
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ android:textSize="14dp" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<include layout="@layout/line_h" />
|