Tweaks to list item layout of the main screen

This commit is contained in:
Aidan Follestad 2018-11-30 22:22:13 -08:00
parent 8193dd017d
commit 1a66d2bbd7
3 changed files with 7 additions and 7 deletions

View file

@ -6,10 +6,10 @@
android:layout_height="wrap_content"
android:background="?selectableItemBackground"
android:orientation="horizontal"
android:paddingBottom="@dimen/content_inset_less"
android:paddingBottom="@dimen/content_inset"
android:paddingLeft="@dimen/content_inset"
android:paddingRight="@dimen/content_inset"
android:paddingTop="@dimen/content_inset_less"
android:paddingTop="@dimen/content_inset"
>
<com.afollestad.nocknock.viewcomponents.StatusImageView

View file

@ -1,10 +1,8 @@
<resources>
<dimen name="title_font_size">20sp</dimen>
<dimen name="medium_text_size">16sp</dimen>
<dimen name="empty_text_size">26sp</dimen>
<dimen name="empty_text_size">28sp</dimen>
<dimen name="list_text_spacing">4dp</dimen>
<dimen name="list_text_spacing">6dp</dimen>
<dimen name="fab_elevation">4dp</dimen>
<dimen name="fab_elevation_pressed">8dp</dimen>

View file

@ -11,8 +11,10 @@
<dimen name="content_inset_more">24dp</dimen>
<dimen name="content_inset_double">32dp</dimen>
<dimen name="code_font_size">14sp</dimen>
<dimen name="title_font_size">20sp</dimen>
<dimen name="medium_text_size">16sp</dimen>
<dimen name="body_font_size">14sp</dimen>
<dimen name="code_font_size">14sp</dimen>
<dimen name="caption_font_size">12sp</dimen>
<dimen name="button_height">52dp</dimen>