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

Commit 166cbf13 authored by Stefan Niedermann's avatar Stefan Niedermann Committed by Niedermann IT-Dienstleistungen
Browse files

#1085 Open app when clicking on the list widget header

parent 0b8348cf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
        android:layout_weight="1"
        android:ellipsize="middle"
        android:paddingStart="30dp"
        android:paddingTop="@null"
        android:paddingEnd="@dimen/widget_note_list_outer_padding"
        android:paddingBottom="@dimen/spacer_1x"
        android:singleLine="true"
@@ -34,6 +33,6 @@
        android:foregroundGravity="center_vertical"
        android:paddingStart="@dimen/spacer_1x"
        android:paddingEnd="@dimen/spacer_1x"
        android:paddingBottom="@dimen/spacer_1hx"
        android:paddingBottom="@dimen/spacer_1x"
        app:srcCompat="@drawable/ic_add_blue_24dp" />
</LinearLayout>