mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-04-20 19:45:17 +00:00
Tweaks to list item layout of the main screen
This commit is contained in:
parent
8193dd017d
commit
1a66d2bbd7
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue