diff --git a/app/src/main/java/core/notevault/ui/gallery/ConcertAdapter.java b/app/src/main/java/core/notevault/ui/gallery/ConcertAdapter.java index a92698a..524f7d6 100644 --- a/app/src/main/java/core/notevault/ui/gallery/ConcertAdapter.java +++ b/app/src/main/java/core/notevault/ui/gallery/ConcertAdapter.java @@ -30,6 +30,7 @@ public class ConcertAdapter extends RecyclerView.Adapter + + diff --git a/app/src/main/res/drawable/edit_24dp_e8eaed_fill0_wght400_grad0_opsz24.xml b/app/src/main/res/drawable/edit_24dp_e8eaed_fill0_wght400_grad0_opsz24.xml new file mode 100644 index 0000000..a2f714d --- /dev/null +++ b/app/src/main/res/drawable/edit_24dp_e8eaed_fill0_wght400_grad0_opsz24.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/icons/add_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg b/app/src/main/res/drawable/icons/add_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg deleted file mode 100644 index 6a0e78b..0000000 --- a/app/src/main/res/drawable/icons/add_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/src/main/res/layout/concert_item.xml b/app/src/main/res/layout/concert_item.xml index 7f450a9..e501651 100644 --- a/app/src/main/res/layout/concert_item.xml +++ b/app/src/main/res/layout/concert_item.xml @@ -6,8 +6,37 @@ android:padding="16dp"> + android:textSize="14sp" + android:textColor="@android:color/darker_gray" + android:text="Concert Date" /> + + + + + + + + + diff --git a/music_database b/music_database index ae2b226..ad5d8ef 100644 Binary files a/music_database and b/music_database differ