enhancement board list UI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Raffaele Mignone 2019-12-30 11:10:30 +01:00
parent 6b2e7fab0f
commit e99559a675
Signed by: norangebit
GPG Key ID: F5255658CB220573
2 changed files with 6 additions and 4 deletions

View File

@ -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>

View File

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