Fixed the check drawable getting black when on white background. Replaced the check drawable with lower dp. Moved two files to another package.

This commit is contained in:
Karim Abou Zeid 2015-04-22 12:41:33 +02:00
commit cc910143e1
19 changed files with 36 additions and 30 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"