Loading app/src/main/res/layout/item_notes_list_note_item.xml +4 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
app/src/main/res/layout/item_notes_list_note_item.xml +4 −3 Original line number Diff line number Diff line Loading @@ -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 Loading