Browse Source

no message

master
lh 7 years ago
parent
commit
4c7bd57b64
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      app/src/main/res/layout/view_first.xml

+ 6
- 1
app/src/main/res/layout/view_first.xml View File

@ -7,16 +7,21 @@
<TextView
android:id="@+id/name"
android:paddingTop="@dimen/dp_5"
android:paddingTop="@dimen/dp_8"
android:paddingLeft="@dimen/dp_5"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<LinearLayout
android:layout_marginTop="@dimen/dp_3"
android:id="@+id/secondContent"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</LinearLayout>
<TextView
android:background="@color/white"
android:layout_width="match_parent"
android:layout_height="8dp" />
</LinearLayout>

Loading…
Cancel
Save