add login and board_list #26

Manually merged
norangebit merged 38 commits from feature_integrate_login into develop 2020-01-14 19:53:09 +00:00
2 changed files with 6 additions and 4 deletions
Showing only changes of commit e99559a675 - Show all commits

View File

@ -4,9 +4,10 @@
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<TextView <TextView
android:id="@+id/boardTitle" android:id="@+id/boardTitle"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="TextView" /> android:padding="@dimen/board_item_padding"
android:textSize="24sp" />
</LinearLayout> </LinearLayout>

View File

@ -1,3 +1,4 @@
<resources> <resources>
<dimen name="fab_margin">16dp</dimen> <dimen name="fab_margin">16dp</dimen>
<dimen name="board_item_padding">8dp</dimen>
</resources> </resources>