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