diff --git a/mobile/src/main/AndroidManifest.xml b/mobile/src/main/AndroidManifest.xml index f3a697bd..cabf65bb 100644 --- a/mobile/src/main/AndroidManifest.xml +++ b/mobile/src/main/AndroidManifest.xml @@ -16,6 +16,7 @@ android:name=".App" android:allowBackup="false" android:label="@string/app_name" + android:icon="@mipmap/ic_launcher" android:supportsRtl="true" android:theme="@style/AppTheme"> + + diff --git a/mobile/src/main/res/drawable/ic_launcher_background.xml b/mobile/src/main/res/drawable/ic_launcher_background.xml new file mode 100755 index 00000000..8ab430cc --- /dev/null +++ b/mobile/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,5 @@ + + + + diff --git a/mobile/src/main/res/drawable/ic_launcher_foreground.xml b/mobile/src/main/res/drawable/ic_launcher_foreground.xml new file mode 100755 index 00000000..27b0fdc6 --- /dev/null +++ b/mobile/src/main/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/mobile/src/main/res/drawable/ic_wps.xml b/mobile/src/main/res/drawable/ic_wps.xml new file mode 100644 index 00000000..c4d0625b --- /dev/null +++ b/mobile/src/main/res/drawable/ic_wps.xml @@ -0,0 +1,9 @@ + + + diff --git a/mobile/src/main/res/layout/fragment_repeater.xml b/mobile/src/main/res/layout/fragment_repeater.xml index 209f0ee4..d305801d 100644 --- a/mobile/src/main/res/layout/fragment_repeater.xml +++ b/mobile/src/main/res/layout/fragment_repeater.xml @@ -1,7 +1,6 @@ - + + android:icon="@drawable/ic_wps" + android:title="@string/repeater_wps" + app:showAsAction="ifRoom"/> + android:icon="@drawable/ic_action_autorenew" + android:title="@string/repeater_reset_credentials" + app:showAsAction="ifRoom"/> \ No newline at end of file diff --git a/mobile/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/mobile/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..bbd3e021 --- /dev/null +++ b/mobile/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/mobile/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/mobile/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 00000000..bbd3e021 --- /dev/null +++ b/mobile/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/mobile/src/main/res/mipmap-hdpi/ic_launcher.png b/mobile/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 00000000..5852d30b Binary files /dev/null and b/mobile/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/mobile/src/main/res/mipmap-hdpi/ic_launcher_round.png b/mobile/src/main/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 00000000..20234a6d Binary files /dev/null and b/mobile/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/mobile/src/main/res/mipmap-mdpi/ic_launcher.png b/mobile/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 00000000..cda1d05f Binary files /dev/null and b/mobile/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/mobile/src/main/res/mipmap-mdpi/ic_launcher_round.png b/mobile/src/main/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 00000000..36e3ab40 Binary files /dev/null and b/mobile/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/mobile/src/main/res/mipmap-xhdpi/ic_launcher.png b/mobile/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 00000000..cae66e1d Binary files /dev/null and b/mobile/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/mobile/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/mobile/src/main/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 00000000..925c2c07 Binary files /dev/null and b/mobile/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/mobile/src/main/res/mipmap-xxhdpi/ic_launcher.png b/mobile/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 00000000..558edbb7 Binary files /dev/null and b/mobile/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/mobile/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/mobile/src/main/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..1d39cef8 Binary files /dev/null and b/mobile/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/mobile/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/mobile/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 00000000..52301718 Binary files /dev/null and b/mobile/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/mobile/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/mobile/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..6eca5967 Binary files /dev/null and b/mobile/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/mobile/src/main/res/values/colors.xml b/mobile/src/main/res/values/colors.xml index 3ab3e9cb..aec4d399 100644 --- a/mobile/src/main/res/values/colors.xml +++ b/mobile/src/main/res/values/colors.xml @@ -1,6 +1,6 @@ - #3F51B5 - #303F9F - #FF4081 + #4CAF50 + #388E3C + #C6FF00