2019-11-30 10:51:09 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical" android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<TextView
|
2019-12-30 10:10:30 +00:00
|
|
|
android:id="@+id/boardTitle"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="@dimen/board_item_padding"
|
|
|
|
android:textSize="24sp" />
|
2019-11-30 10:51:09 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|