diff --git a/res/drawable-hdpi/ic_action_image_edit.png b/res/drawable-hdpi/ic_action_image_edit.png deleted file mode 100644 index d740cb34..00000000 Binary files a/res/drawable-hdpi/ic_action_image_edit.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_action_image_edit.png b/res/drawable-mdpi/ic_action_image_edit.png deleted file mode 100644 index 5c1da971..00000000 Binary files a/res/drawable-mdpi/ic_action_image_edit.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_action_image_edit.png b/res/drawable-xhdpi/ic_action_image_edit.png deleted file mode 100644 index 4a9089ae..00000000 Binary files a/res/drawable-xhdpi/ic_action_image_edit.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_action_image_edit.png b/res/drawable-xxhdpi/ic_action_image_edit.png deleted file mode 100644 index d3674e7b..00000000 Binary files a/res/drawable-xxhdpi/ic_action_image_edit.png and /dev/null differ diff --git a/res/drawable/ic_action_image_edit_24dp.xml b/res/drawable/ic_action_image_edit_24dp.xml new file mode 100644 index 00000000..2844bafe --- /dev/null +++ b/res/drawable/ic_action_image_edit_24dp.xml @@ -0,0 +1,10 @@ + + + diff --git a/res/layout/activity_runcommand.xml b/res/layout/activity_runcommand.xml index bdeed348..3e227262 100644 --- a/res/layout/activity_runcommand.xml +++ b/res/layout/activity_runcommand.xml @@ -18,7 +18,7 @@ android:layout_height="wrap_content" android:layout_gravity="bottom|end" android:layout_margin="16dp" - android:src="@drawable/ic_action_image_edit" + app:srcCompat="@drawable/ic_action_image_edit_24dp" app:backgroundTint="@color/primary" app:layout_anchor="@id/runcommandslist" app:layout_anchorGravity="bottom|end" />