diff --git a/app/src/main/res/drawable-hdpi/ic_center_focus_weak_gray.png b/app/src/main/res/drawable-hdpi/ic_center_focus_weak_gray.png new file mode 100644 index 0000000..92f8bfc Binary files /dev/null and b/app/src/main/res/drawable-hdpi/ic_center_focus_weak_gray.png differ diff --git a/app/src/main/res/drawable-mdpi/ic_center_focus_weak_gray.png b/app/src/main/res/drawable-mdpi/ic_center_focus_weak_gray.png new file mode 100644 index 0000000..92c9c5b Binary files /dev/null and b/app/src/main/res/drawable-mdpi/ic_center_focus_weak_gray.png differ diff --git a/app/src/main/res/drawable-xhdpi/ic_center_focus_weak_gray.png b/app/src/main/res/drawable-xhdpi/ic_center_focus_weak_gray.png new file mode 100644 index 0000000..66e5812 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ic_center_focus_weak_gray.png differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_center_focus_weak_gray.png b/app/src/main/res/drawable-xxhdpi/ic_center_focus_weak_gray.png new file mode 100644 index 0000000..4ddb32a Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_center_focus_weak_gray.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/ic_center_focus_weak_gray.png b/app/src/main/res/drawable-xxxhdpi/ic_center_focus_weak_gray.png new file mode 100644 index 0000000..ade887a Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/ic_center_focus_weak_gray.png differ diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 99f5b30..f718591 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -106,10 +106,10 @@ android:id="@+id/center_view_button" android:layout_width="wrap_content" android:layout_height="wrap_content" - fab:fab_icon="@drawable/ic_center_focus_weak_black" + app:fab_icon="@drawable/ic_center_focus_weak_gray" fab:fab_colorNormal="@color/white" - fab:fab_title="Center view" - fab:fab_colorPressed="@color/white_pressed" /> + fab:fab_colorPressed="@color/white_pressed" + fab:fab_title="Center view" />