diff --git a/res/drawable/fod_icon_cherish.png b/res/drawable/fod_icon_cherish.png new file mode 100644 index 0000000..ca423f4 Binary files /dev/null and b/res/drawable/fod_icon_cherish.png differ diff --git a/res/drawable/fod_icon_evo1.xml b/res/drawable/fod_icon_evo1.xml deleted file mode 100644 index f3decad..0000000 --- a/res/drawable/fod_icon_evo1.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - diff --git a/res/drawable/fod_icon_octavi.xml b/res/drawable/fod_icon_octavi.xml deleted file mode 100644 index e1d2f7b..0000000 --- a/res/drawable/fod_icon_octavi.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - diff --git a/res/layout/fod_picker_preference.xml b/res/layout/fod_picker_preference.xml index a220d13..04a54a4 100644 --- a/res/layout/fod_picker_preference.xml +++ b/res/layout/fod_picker_preference.xml @@ -126,7 +126,7 @@ android:id="@+id/fodicon8_button" android:layout_width="@dimen/fod_picker_item_size" android:layout_height="@dimen/fod_picker_item_size" - android:src="@drawable/fod_icon_octavi" + android:src="@drawable/fod_icon_cherish" android:scaleType="centerInside" android:padding="@dimen/fod_picker_item_padding" android:layout_margin="@dimen/fod_picker_item_margin"