|
|
|
@ -1,19 +1,26 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
android:layout_margin="10dp" |
|
|
|
|
android:paddingLeft="10dp" |
|
|
|
|
android:paddingRight="10dp" |
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/ll_title" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:paddingLeft="6dp" |
|
|
|
|
android:paddingRight="6dp" |
|
|
|
|
android:paddingTop="3dp" |
|
|
|
|
android:paddingBottom="3dp" |
|
|
|
|
android:layout_margin="3dp" |
|
|
|
|
android:background="@color/background" |
|
|
|
|
android:elevation="3dp" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
tools:ignore="UseCompoundDrawables"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
@ -36,6 +43,7 @@ |
|
|
|
|
android:id="@+id/gl_child" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:padding="3dp" |
|
|
|
|
android:columnCount="3" |
|
|
|
|
android:visibility="gone" /> |
|
|
|
|
|
|
|
|
|