Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a27f511 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Fix #1080 Note List Widget improvements

parent a2cb7456
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,10 +26,12 @@
        android:layout_gravity="center_vertical"
        android:layout_weight="1"
        android:ellipsize="end"
        android:gravity="center_vertical"
        android:lines="1"
        android:paddingStart="@dimen/widget_note_list_inner_padding"
        android:paddingEnd="@dimen/widget_note_list_outer_padding"
        android:textColor="@color/widget_foreground"
        android:textSize="14sp"
        tools:text="@tools:sample/lorem/random" />

</LinearLayout>
+4 −1
Original line number Diff line number Diff line
@@ -26,10 +26,13 @@
        android:layout_gravity="center_vertical"
        android:layout_weight="1"
        android:ellipsize="middle"
        android:singleLine="true"
        android:gravity="center_vertical"
        android:paddingStart="@dimen/widget_note_list_inner_padding"
        android:paddingEnd="@dimen/widget_note_list_outer_padding"
        android:singleLine="true"
        android:textColor="@color/widget_foreground"
        android:textSize="14sp"
        android:textStyle="bold"
        tools:text="@string/widget_note_list_add" />

</LinearLayout>
+2 −0
Original line number Diff line number Diff line
- Note List Widget: Adjust button style to match other headlines (#1080)
- Note List Widget: Button text is vertically mis aligned and not at the same offset as the + icon (#1080)
 No newline at end of file