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

Commit 200a70cd authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Enhance layout of create note widget

parent ef0f535c
Loading
Loading
Loading
Loading
+6 −14
Original line number Diff line number Diff line
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/widget_create_note"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_gravity="center_vertical"
    android:clickable="true"
    android:orientation="vertical"
    android:padding="@dimen/widget_margin"
    android:focusable="true">

    <ImageView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
        android:layout_gravity="center_vertical|center_horizontal"
        android:background="@drawable/ic_widget_create"
        android:contentDescription="@string/widget_create_note" />
</LinearLayout>
 No newline at end of file
    android:layout_margin="@dimen/widget_margin"
    android:clickable="true"
    android:contentDescription="@string/widget_create_note"
    android:focusable="true"
    android:src="@drawable/ic_widget_create" />
 No newline at end of file