Fixed the check drawable getting black when on white background. Replaced the check drawable with lower dp. Moved two files to another package.
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
app/src/main/res/drawable-hdpi/ic_check_white_24dp.png
Normal file
|
After Width: | Height: | Size: 248 B |
|
Before Width: | Height: | Size: 613 B |
BIN
app/src/main/res/drawable-mdpi/ic_check_white_24dp.png
Normal file
|
After Width: | Height: | Size: 180 B |
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
app/src/main/res/drawable-xhdpi/ic_check_white_24dp.png
Normal file
|
After Width: | Height: | Size: 297 B |
|
Before Width: | Height: | Size: 2.2 KiB |
BIN
app/src/main/res/drawable-xxhdpi/ic_check_white_24dp.png
Normal file
|
After Width: | Height: | Size: 407 B |
BIN
app/src/main/res/drawable-xxxhdpi/ic_check_white_24dp.png
Normal file
|
After Width: | Height: | Size: 516 B |
|
|
@ -15,7 +15,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<com.kabouzeid.gramophone.ui.widget.SquareImageView
|
||||
<com.kabouzeid.gramophone.views.SquareImageView
|
||||
android:id="@+id/image"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<com.kabouzeid.gramophone.ui.widget.SquareImageView
|
||||
<com.kabouzeid.gramophone.views.SquareImageView
|
||||
android:id="@+id/image"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
android:orientation="vertical"
|
||||
tools:ignore="UnusedAttribute,UselessParent">
|
||||
|
||||
<com.kabouzeid.gramophone.ui.widget.SquareImageView
|
||||
<com.kabouzeid.gramophone.views.SquareImageView
|
||||
android:id="@+id/album_art"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
android:paddingLeft="16dp"
|
||||
android:paddingStart="16dp">
|
||||
|
||||
<com.kabouzeid.gramophone.ui.widget.SquareImageView
|
||||
<com.kabouzeid.gramophone.views.SquareImageView
|
||||
android:id="@+id/album_art"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
android:paddingLeft="16dp"
|
||||
android:paddingStart="16dp">
|
||||
|
||||
<com.kabouzeid.gramophone.ui.widget.SquareImageView
|
||||
<com.kabouzeid.gramophone.views.SquareImageView
|
||||
android:id="@+id/image"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
android:paddingLeft="16dp"
|
||||
android:paddingStart="16dp">
|
||||
|
||||
<com.kabouzeid.gramophone.ui.widget.SquareImageView
|
||||
<com.kabouzeid.gramophone.views.SquareImageView
|
||||
android:id="@+id/album_art"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
|
|
|
|||