add login and board_list #26
@ -4,9 +4,10 @@
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/boardTitle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="TextView" />
|
||||
android:id="@+id/boardTitle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="@dimen/board_item_padding"
|
||||
android:textSize="24sp" />
|
||||
|
||||
</LinearLayout>
|
@ -1,3 +1,4 @@
|
||||
<resources>
|
||||
<dimen name="fab_margin">16dp</dimen>
|
||||
<dimen name="board_item_padding">8dp</dimen>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user