diff --git a/res/drawable/wifi_dpp_error.xml b/res/drawable/wifi_dpp_error.xml new file mode 100644 index 00000000000..ad04a2bcffb --- /dev/null +++ b/res/drawable/wifi_dpp_error.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + diff --git a/res/drawable/wifi_dpp_success.xml b/res/drawable/wifi_dpp_success.xml new file mode 100644 index 00000000000..5ef3d1f68a7 --- /dev/null +++ b/res/drawable/wifi_dpp_success.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + diff --git a/res/layout/wifi_dpp_add_device_fragment.xml b/res/layout/wifi_dpp_add_device_fragment.xml index 97f57644ef7..479e626ab11 100644 --- a/res/layout/wifi_dpp_add_device_fragment.xml +++ b/res/layout/wifi_dpp_add_device_fragment.xml @@ -38,6 +38,8 @@ android:id="@+id/wifi_ap_picture_view" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:src="@drawable/wifi_dpp_success" + android:scaleType="fitCenter" app:layout_constraintTop_toBottomOf="@+id/header"/>