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

Commit d367bb05 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Merge branch 'master' into branding

parents 291d600f d4f59694
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -40,10 +40,11 @@

            <ImageView
                android:id="@+id/noteFavorite"
                android:contentDescription="@string/menu_favorite"
                android:padding="16dp"
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:background="?attr/selectableItemBackgroundBorderless"
                android:contentDescription="@string/menu_favorite"
                android:padding="@dimen/spacer_2x"
                tools:src="@drawable/ic_star_yellow_24dp" />

            <androidx.appcompat.widget.AppCompatImageView