overwrite web style, change min sdk to 16 and add German hints
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:text="TextView"
|
||||
android:text=""
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
@@ -30,7 +30,7 @@
|
||||
android:id="@+id/editTextSsidLocal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="SSID"
|
||||
android:hint="@string/hint_ssid"
|
||||
android:inputType="text" />
|
||||
</android.support.design.widget.TextInputLayout>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
android:id="@+id/editTextUrlLocal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Local URL"
|
||||
android:hint="@string/hint_url_local"
|
||||
android:inputType="text" />
|
||||
</android.support.design.widget.TextInputLayout>
|
||||
|
||||
@@ -66,10 +66,8 @@
|
||||
android:id="@+id/editTextUrlGlobal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Global URL"
|
||||
android:hint="@string/hint_url_global"
|
||||
android:inputType="text" />
|
||||
</android.support.design.widget.TextInputLayout>
|
||||
|
||||
|
||||
|
||||
</android.support.constraint.ConstraintLayout>
|
||||
@@ -2,6 +2,6 @@
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/settings"
|
||||
android:title="@string/settings"/>
|
||||
//android:icon="@drawable/ic_new_game"
|
||||
//android:showAsAction="ifRoom"
|
||||
<!--android:icon="@drawable/ic_new_game"-->
|
||||
<!--android:showAsAction="ifRoom"-->
|
||||
</menu>
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<resources>
|
||||
<string name="app_name">WiFi-Wetter-Station</string>
|
||||
<string name="settings">Einstellungen</string>
|
||||
<string name="loading">Bitte warten, die Ansicht wird geladen...</string>
|
||||
<string name="loading">Bitte warten, die Ansicht wird geladen…</string>
|
||||
<string name="hint_url_local">Lokale URL</string>
|
||||
<string name="hint_url_global">Globale URL</string>
|
||||
</resources>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user