Browse Source

测试

developer
lh 8 years ago
parent
commit
e9dc97ac01
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      app/src/main/res/layout/activity_mine_info.xml

+ 4
- 1
app/src/main/res/layout/activity_mine_info.xml View File

@ -84,7 +84,10 @@
android:paddingRight="12dp" android:paddingRight="12dp"
android:text="性别" android:text="性别"
android:textSize="@dimen/text_size_18" /> android:textSize="@dimen/text_size_18" />
<View
android:layout_width="match_parent"
android:layout_height="2px"
android:background="#dbdbdb" />
<View <View
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="2px" android:layout_height="2px"


Loading…
Cancel
Save