diff --git a/res/drawable/ic_check_circle_green.xml b/res/drawable/ic_check_circle_green.xml index 214d2cffc30..1c42607de85 100644 --- a/res/drawable/ic_check_circle_green.xml +++ b/res/drawable/ic_check_circle_green.xml @@ -15,8 +15,8 @@ --> diff --git a/res/drawable/ic_devices_other_opaque_black.xml b/res/drawable/ic_devices_other_32dp.xml similarity index 90% rename from res/drawable/ic_devices_other_opaque_black.xml rename to res/drawable/ic_devices_other_32dp.xml index 1b5af2d97dc..0890dea8809 100644 --- a/res/drawable/ic_devices_other_opaque_black.xml +++ b/res/drawable/ic_devices_other_32dp.xml @@ -14,10 +14,11 @@ limitations under the License. --> + android:viewportHeight="24" + android:tint="?android:attr/colorAccent"> diff --git a/res/drawable/ic_qrcode_32dp.xml b/res/drawable/ic_qrcode_32dp.xml new file mode 100644 index 00000000000..512d44e32b8 --- /dev/null +++ b/res/drawable/ic_qrcode_32dp.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/drawable/ic_scan_32dp.xml b/res/drawable/ic_scan_32dp.xml new file mode 100644 index 00000000000..d1eda4f333d --- /dev/null +++ b/res/drawable/ic_scan_32dp.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/drawable/ic_wifi_signal_4_32dp.xml b/res/drawable/ic_wifi_signal_4_32dp.xml new file mode 100644 index 00000000000..64de14d3400 --- /dev/null +++ b/res/drawable/ic_wifi_signal_4_32dp.xml @@ -0,0 +1,22 @@ + + + diff --git a/res/layout-land/wifi_dpp_qrcode_scanner_fragment.xml b/res/layout-land/wifi_dpp_qrcode_scanner_fragment.xml index 51c8c96a008..6f8757e19f8 100644 --- a/res/layout-land/wifi_dpp_qrcode_scanner_fragment.xml +++ b/res/layout-land/wifi_dpp_qrcode_scanner_fragment.xml @@ -15,33 +15,33 @@ limitations under the License. --> - + android:layout_height="match_parent" + android:icon="@drawable/ic_scan_32dp"> - + android:layout_height="match_parent" + android:gravity="center_horizontal" + android:orientation="vertical"> + + - - - - + android:gravity="center" + android:orientation="vertical"> - + - + diff --git a/res/layout/wifi_dpp_add_device_fragment.xml b/res/layout/wifi_dpp_add_device_fragment.xml index 3ffdeef1041..b7232f6ab12 100644 --- a/res/layout/wifi_dpp_add_device_fragment.xml +++ b/res/layout/wifi_dpp_add_device_fragment.xml @@ -15,62 +15,52 @@ limitations under the License. --> - + android:layout_height="match_parent" + android:icon="@drawable/ic_devices_other_32dp"> - + android:layout_height="match_parent" + android:gravity="center_horizontal" + android:orientation="vertical"> + + - - - - + android:scaleType="fitCenter"/>