|
@ -3,25 +3,25 @@ |
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:background="@color/card_background" |
|
|
android:background="@color/card_background"> |
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:id="@+id/child_board_row" |
|
|
android:id="@+id/child_board_row" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:background="?attr/selectableItemBackground" |
|
|
android:background="?attr/selectableItemBackground" |
|
|
|
|
|
android:baselineAligned="false" |
|
|
android:clickable="true" |
|
|
android:clickable="true" |
|
|
android:focusable="true" |
|
|
android:focusable="true" |
|
|
android:orientation="vertical" |
|
|
android:orientation="vertical" |
|
|
android:paddingLeft="16dp" |
|
|
android:paddingStart="16dp" |
|
|
android:paddingRight="16dp"> |
|
|
android:paddingEnd="0dp"> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginBottom="5dp" |
|
|
|
|
|
android:layout_marginTop="5dp" |
|
|
android:layout_marginTop="5dp" |
|
|
|
|
|
android:layout_marginBottom="5dp" |
|
|
android:orientation="horizontal"> |
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
@ -41,7 +41,9 @@ |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:background="@null" |
|
|
android:background="@null" |
|
|
android:contentDescription="@string/child_board_button" |
|
|
android:contentDescription="@string/child_board_button" |
|
|
app:srcCompat="@drawable/ic_arrow_drop_down_accent_24dp" /> |
|
|
android:paddingStart="0dp" |
|
|
|
|
|
android:paddingEnd="16dp" |
|
|
|
|
|
app:srcCompat="@drawable/ic_arrow_drop_down_accent_24dp"/> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
@ -56,8 +58,8 @@ |
|
|
android:id="@+id/child_board_mods" |
|
|
android:id="@+id/child_board_mods" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginBottom="1dp" |
|
|
|
|
|
android:layout_marginTop="1dp" |
|
|
android:layout_marginTop="1dp" |
|
|
|
|
|
android:layout_marginBottom="1dp" |
|
|
android:text="@string/child_board_mods" |
|
|
android:text="@string/child_board_mods" |
|
|
android:textColor="@color/secondary_text" |
|
|
android:textColor="@color/secondary_text" |
|
|
android:textSize="12sp" |
|
|
android:textSize="12sp" |
|
@ -67,8 +69,8 @@ |
|
|
android:id="@+id/child_board_stats" |
|
|
android:id="@+id/child_board_stats" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginBottom="1dp" |
|
|
|
|
|
android:layout_marginTop="1dp" |
|
|
android:layout_marginTop="1dp" |
|
|
|
|
|
android:layout_marginBottom="1dp" |
|
|
android:text="@string/child_board_stats" |
|
|
android:text="@string/child_board_stats" |
|
|
android:textColor="@color/secondary_text" |
|
|
android:textColor="@color/secondary_text" |
|
|
android:textSize="12sp" /> |
|
|
android:textSize="12sp" /> |
|
@ -77,8 +79,8 @@ |
|
|
android:id="@+id/child_board_last_post" |
|
|
android:id="@+id/child_board_last_post" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginBottom="1dp" |
|
|
|
|
|
android:layout_marginTop="1dp" |
|
|
android:layout_marginTop="1dp" |
|
|
|
|
|
android:layout_marginBottom="1dp" |
|
|
android:clickable="true" |
|
|
android:clickable="true" |
|
|
android:focusable="true" |
|
|
android:focusable="true" |
|
|
android:text="@string/child_board_last_post" |
|
|
android:text="@string/child_board_last_post" |