diff --git a/res/drawable-hdpi/ic_error_outline_black_48dp.png b/res/drawable-hdpi/ic_error_outline_black_48dp.png deleted file mode 100644 index af84975c..00000000 Binary files a/res/drawable-hdpi/ic_error_outline_black_48dp.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_error_outline_black_48dp.png b/res/drawable-mdpi/ic_error_outline_black_48dp.png deleted file mode 100644 index 63244526..00000000 Binary files a/res/drawable-mdpi/ic_error_outline_black_48dp.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_error_outline_black_48dp.png b/res/drawable-xhdpi/ic_error_outline_black_48dp.png deleted file mode 100644 index 68881eeb..00000000 Binary files a/res/drawable-xhdpi/ic_error_outline_black_48dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_error_outline_black_48dp.png b/res/drawable-xxhdpi/ic_error_outline_black_48dp.png deleted file mode 100644 index 4bc8031f..00000000 Binary files a/res/drawable-xxhdpi/ic_error_outline_black_48dp.png and /dev/null differ diff --git a/res/drawable-xxxhdpi/ic_error_outline_black_48dp.png b/res/drawable-xxxhdpi/ic_error_outline_black_48dp.png deleted file mode 100644 index bd1124ef..00000000 Binary files a/res/drawable-xxxhdpi/ic_error_outline_black_48dp.png and /dev/null differ diff --git a/res/drawable/ic_error_outline_48dp.xml b/res/drawable/ic_error_outline_48dp.xml new file mode 100644 index 00000000..8f46c6c2 --- /dev/null +++ b/res/drawable/ic_error_outline_48dp.xml @@ -0,0 +1,5 @@ + + + diff --git a/res/layout/activity_device.xml b/res/layout/activity_device.xml index 1850833c..c9491e39 100644 --- a/res/layout/activity_device.xml +++ b/res/layout/activity_device.xml @@ -87,7 +87,7 @@ android:paddingLeft="0dip" android:paddingRight="8dip" android:paddingStart="0dip" - android:src="@drawable/ic_error_outline_black_48dp" + app:srcCompat="@drawable/ic_error_outline_48dp" app:tint="?attr/colorHighContrast" tools:ignore="UnusedAttribute"/> diff --git a/res/layout/widget_remotecommandplugin.xml b/res/layout/widget_remotecommandplugin.xml index e91534fb..bae61e39 100644 --- a/res/layout/widget_remotecommandplugin.xml +++ b/res/layout/widget_remotecommandplugin.xml @@ -41,8 +41,8 @@ android:id="@+id/not_reachable_message" android:layout_width="match_parent" android:layout_height="match_parent" - android:drawableStart="@drawable/ic_error_outline_black_48dp" - android:drawableLeft="@drawable/ic_error_outline_black_48dp" + android:drawableStart="@drawable/ic_error_outline_48dp" + android:drawableLeft="@drawable/ic_error_outline_48dp" android:drawablePadding="8dip" android:gravity="center_vertical" android:paddingStart="8dip"