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

Commit c435b0f1 authored by stefan-niedermann's avatar stefan-niedermann
Browse files

#33 Empty state for no notes

Less aggressive app icon (monochrome, no background)
parent 87b11eed
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -39,11 +39,14 @@
                    <ImageView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:scaleX="1.5"
                        android:scaleY="1.5"
                        android:layout_above="@id/empty_content_view_title"
                        android:layout_centerHorizontal="true"
                        android:layout_marginBottom="20dp"
                        android:layout_marginBottom="10dp"
                        android:contentDescription="@null"
                        android:src="@mipmap/ic_launcher" />
                        android:src="@drawable/ic_launcher_foreground"
                        android:tint="@color/fg_default_high" />

                    <TextView
                        android:id="@+id/empty_content_view_title"