|
|
@ -1,5 +1,6 @@ |
|
|
|
<?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:id="@+id/topic_row_linear" |
|
|
|
android:layout_width="match_parent" |
|
|
@ -47,7 +48,7 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@null" |
|
|
|
android:contentDescription="@string/child_board_button" |
|
|
|
android:src="@drawable/ic_arrow_drop_down_accent_24dp" /> |
|
|
|
app:srcCompat="@drawable/ic_arrow_drop_down_accent_24dp" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|