Skip to content

Commit

Permalink
#377 New section style
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-niedermann committed Apr 13, 2018
1 parent 9185984 commit 1920f6d
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions app/src/main/res/layout/fragment_notes_list_section_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,13 @@
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_alignWithParentIfMissing="true"
android:background="@color/bg_highlighted"
android:background="@color/bg_normal"
android:ellipsize="end"
android:gravity="center_vertical"
android:paddingBottom="8dp"
android:paddingLeft="16dp"
android:paddingLeft="56dp"
android:paddingRight="16dp"
android:paddingTop="8dp"
android:paddingTop="48dp"
android:textColor="@color/fg_default_selection"
android:textSize="12sp" />

<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="1px"
android:layout_below="@id/sectionTitle"
android:src="@color/separator" />
</RelativeLayout>

0 comments on commit 1920f6d

Please sign in to comment.