Skip to content

Commit

Permalink
#377 New section style
Browse files Browse the repository at this point in the history
Adjusted text size and RTL support
  • Loading branch information
stefan-niedermann committed Apr 13, 2018
1 parent e0bddb1 commit 6aa3045
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/fragment_notes_list_section_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
android:gravity="center_vertical"
android:paddingBottom="8dp"
android:paddingLeft="56dp"
android:paddingStart="56dp"
android:paddingRight="16dp"
android:paddingEnd="16dp"
android:paddingTop="48dp"
android:textColor="@color/fg_default_selection"
android:textSize="12sp" />
android:textSize="14sp" />
</RelativeLayout>

0 comments on commit 6aa3045

Please sign in to comment.