overwrite web style, change min sdk to 16 and add German hints

This commit is contained in:
2019-03-02 19:42:50 +01:00
parent 026d5a27e1
commit 10bea44cc1
9 changed files with 53 additions and 23 deletions

View File

@@ -1,8 +1,11 @@
<resources>
<string name="app_name">WiFi Weather Station</string>
<string name="settings">Settings</string>
<string name="loading">Please wait, the view is loading...</string>
<string name="loading">Please wait, the view is loading</string>
<string name="ssid" translatable="false">NETGEAR26-5G-2</string>
<string name="url_local" translatable="false">http://192.168.1.5/site/wifi-weather-station/</string>
<string name="url_global" translatable="false">http://inetsrv.no-ip.org/site/wifi-weather-station/</string>
<string name="hint_ssid" translatable="false">SSID</string>
<string name="hint_url_local">Local URL</string>
<string name="hint_url_global">Global URL</string>
</resources>