Removed unwanted resources

This commit is contained in:
h4h13 2019-10-26 19:16:01 +05:30
parent cddf9db608
commit 914b2316c3
9 changed files with 8 additions and 143 deletions

View file

@ -58,12 +58,13 @@
android:layout_height="228dp"
android:background="@color/twenty_percent_black_overlay" />
<code.name.monkey.retromusic.views.IconImageView
<androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="?roundSelector"
android:padding="16dp"
app:tint="@color/md_white_1000"
app:srcCompat="@drawable/ic_add_photo_white_24dp" />
<FrameLayout