diff --git a/res/drawable-hdpi/ic_device_laptop.png b/res/drawable-hdpi/ic_device_laptop.png deleted file mode 100644 index d426a4d0..00000000 Binary files a/res/drawable-hdpi/ic_device_laptop.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_device_phone.png b/res/drawable-hdpi/ic_device_phone.png deleted file mode 100644 index f88b790a..00000000 Binary files a/res/drawable-hdpi/ic_device_phone.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_device_tablet.png b/res/drawable-hdpi/ic_device_tablet.png deleted file mode 100644 index ffc83718..00000000 Binary files a/res/drawable-hdpi/ic_device_tablet.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_device_tv.png b/res/drawable-hdpi/ic_device_tv.png deleted file mode 100644 index 4d9b1f27..00000000 Binary files a/res/drawable-hdpi/ic_device_tv.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_device_laptop.png b/res/drawable-mdpi/ic_device_laptop.png deleted file mode 100644 index 8f466b54..00000000 Binary files a/res/drawable-mdpi/ic_device_laptop.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_device_phone.png b/res/drawable-mdpi/ic_device_phone.png deleted file mode 100644 index 64135d03..00000000 Binary files a/res/drawable-mdpi/ic_device_phone.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_device_tablet.png b/res/drawable-mdpi/ic_device_tablet.png deleted file mode 100644 index dd28674d..00000000 Binary files a/res/drawable-mdpi/ic_device_tablet.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_device_tv.png b/res/drawable-mdpi/ic_device_tv.png deleted file mode 100644 index e62b5747..00000000 Binary files a/res/drawable-mdpi/ic_device_tv.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_device_laptop.png b/res/drawable-xhdpi/ic_device_laptop.png deleted file mode 100644 index fc9c539b..00000000 Binary files a/res/drawable-xhdpi/ic_device_laptop.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_device_phone.png b/res/drawable-xhdpi/ic_device_phone.png deleted file mode 100644 index b2baef52..00000000 Binary files a/res/drawable-xhdpi/ic_device_phone.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_device_tablet.png b/res/drawable-xhdpi/ic_device_tablet.png deleted file mode 100644 index 175eef7b..00000000 Binary files a/res/drawable-xhdpi/ic_device_tablet.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_device_tv.png b/res/drawable-xhdpi/ic_device_tv.png deleted file mode 100644 index 624bbb42..00000000 Binary files a/res/drawable-xhdpi/ic_device_tv.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_device_laptop.png b/res/drawable-xxhdpi/ic_device_laptop.png deleted file mode 100644 index 6e5e5391..00000000 Binary files a/res/drawable-xxhdpi/ic_device_laptop.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_device_phone.png b/res/drawable-xxhdpi/ic_device_phone.png deleted file mode 100644 index 61f0b8be..00000000 Binary files a/res/drawable-xxhdpi/ic_device_phone.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_device_tablet.png b/res/drawable-xxhdpi/ic_device_tablet.png deleted file mode 100644 index 4917154b..00000000 Binary files a/res/drawable-xxhdpi/ic_device_tablet.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_device_tv.png b/res/drawable-xxhdpi/ic_device_tv.png deleted file mode 100644 index 3f64a9dc..00000000 Binary files a/res/drawable-xxhdpi/ic_device_tv.png and /dev/null differ diff --git a/res/drawable/ic_device_laptop_32dp.xml b/res/drawable/ic_device_laptop_32dp.xml new file mode 100644 index 00000000..8066ee24 --- /dev/null +++ b/res/drawable/ic_device_laptop_32dp.xml @@ -0,0 +1,5 @@ + + + diff --git a/res/drawable/ic_device_phone_32dp.xml b/res/drawable/ic_device_phone_32dp.xml new file mode 100644 index 00000000..d52242cd --- /dev/null +++ b/res/drawable/ic_device_phone_32dp.xml @@ -0,0 +1,5 @@ + + + diff --git a/res/drawable/ic_device_tablet_32dp.xml b/res/drawable/ic_device_tablet_32dp.xml new file mode 100644 index 00000000..9a2c2b1c --- /dev/null +++ b/res/drawable/ic_device_tablet_32dp.xml @@ -0,0 +1,5 @@ + + + diff --git a/res/drawable/ic_device_tv_32dp.xml b/res/drawable/ic_device_tv_32dp.xml new file mode 100644 index 00000000..97d661ff --- /dev/null +++ b/res/drawable/ic_device_tv_32dp.xml @@ -0,0 +1,5 @@ + + + diff --git a/res/layout/list_item_with_icon_entry.xml b/res/layout/list_item_with_icon_entry.xml index 9102e300..27a1d5d7 100644 --- a/res/layout/list_item_with_icon_entry.xml +++ b/res/layout/list_item_with_icon_entry.xml @@ -21,7 +21,7 @@ android:layout_marginLeft="12dp" android:layout_marginStart="12dp" android:contentDescription="@string/device_icon_description" - android:src="@drawable/ic_device_laptop" + app:srcCompat="@drawable/ic_device_laptop_32dp" app:tint="?attr/colorControlNormal"/>