This commit is contained in:
NudeDude 2018-08-13 15:21:59 +02:00
parent b31c70de25
commit b55e0b11fa
5 changed files with 12 additions and 11 deletions

View File

@ -97,16 +97,17 @@
<Button
android:id="@+id/load_dialog"
style="@style/Widget.AppCompat.Button.Borderless"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="0dp"
android:layout_height="@dimen/button_height"
android:layout_weight="1"
android:text="@string/load_factor" />
<CheckBox
android:id="@+id/toggleImg"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_height="@dimen/button_height"
android:layout_marginStart="10dp"
android:layout_weight="4"
android:layout_weight="1"
android:text="@string/image" />
</LinearLayout>
@ -132,7 +133,8 @@
<Spinner
android:id="@+id/woeid"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:layout_marginEnd="20dp" />
</LinearLayout>
@ -172,7 +174,7 @@
android:layout_height="@dimen/button_height"
android:layout_marginStart="5dp"
android:layout_weight="1"
android:text="@string/errorstack_button" />
android:text="@string/error_log" />
</LinearLayout>

View File

@ -6,7 +6,7 @@
android:id="@+id/save_settings"
android:icon="@drawable/save"
android:title="@string/save"
app:showAsAction="always" />
app:showAsAction="ifRoom|always" />
<item
android:id="@+id/back_settings"
android:checkable="false"

View File

@ -12,7 +12,6 @@
<string name="follow">folgen</string>
<string name="retry">wiederholen</string>
<string name="cancel">abbrechen</string>
<string name="errorstack_button">fehlermeldungen</string>
<string name="color_settings">Farb einstellungen</string>
<string name="data_load">Datenverbrauch</string>
<string name="trend_setting">Trendeinstellung</string>
@ -59,4 +58,5 @@
<string name="sent_from">"gesendet von: "</string>
<string name="progress_kill">abbrechen</string>
<string name="save">speichern</string>
<string name="error_log">error log</string>
</resources>

View File

@ -7,7 +7,6 @@
<item>France</item>
<item>USA</item>
<item>Mexico</item>
<item>Morocco</item>
<item>Algeria</item>
</string-array>
@ -17,7 +16,6 @@
<item>23424819</item>
<item>23424977</item>
<item>23424900</item>
<item>23424893</item>
<item>23424740</item>
</integer-array>

View File

@ -25,7 +25,7 @@
<string name="follow">follow</string>
<string name="retry">retry</string>
<string name="cancel">cancel!</string>
<string name="errorstack_button">error messages</string>
<string name="error_log">error logs</string>
<string name="color_settings">Color Settings</string>
<string name="followback">follows you</string>
<string name="data_load">data consumption</string>
@ -66,4 +66,5 @@
<string name="sent_from">sent from:</string>
<string name="progress_kill">stop loading</string>
<string name="save">save</string>
<string name="woeid">World-ID</string>
</resources>