Commit 8f22044c authored by 姜敏's avatar 姜敏

更改线的粗细

parent 36636c51
......@@ -44,7 +44,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_10"
android:paddingTop="@dimen/all_margin_left"
android:background="@color/white"
android:orientation="horizontal">
......@@ -138,7 +138,6 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/all_margin_left"
android:layout_weight="1"
android:orientation="horizontal">
......
......@@ -46,10 +46,6 @@
android:visibility="gone" />
</LinearLayout>
<include layout="@layout/line_layout" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
......
......@@ -35,7 +35,7 @@
<TextView
android:id="@+id/user_mobile"
android:textSize="@dimen/all_text_size_small"
style="@style/default_blacktext_nopadding_smallstyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......@@ -46,7 +46,8 @@
style="@style/default_blacktext_nopadding_smallstyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="张小萌" />
android:text="张小萌"
android:textSize="@dimen/all_text_size_small" />
</LinearLayout>
......@@ -88,6 +89,6 @@
</LinearLayout>
</LinearLayout>
<include layout="@layout/line_layout"/>
<include layout="@layout/line_layout_margin_left" />
</LinearLayout>
</layout>
\ No newline at end of file
......@@ -37,6 +37,7 @@
style="@style/default_blacktext_nopadding_smallstyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/small_text_size"
android:text="13311556556" />
</LinearLayout>
......
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