Fixed problem with big text.

This commit is contained in:
GaidamakUA 2015-12-24 15:16:52 +02:00
parent e4d30dacef
commit 116d9e9d7e

View file

@ -49,109 +49,125 @@
tools:text="Update: 4 Dec 2015, 14:41"/> tools:text="Update: 4 Dec 2015, 14:41"/>
</LinearLayout> </LinearLayout>
<GridLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="54dp"
android:columnCount='2' android:layout_marginLeft="24dp"
android:paddingLeft="24dp"> android:layout_marginRight="24dp">
<TextView <TextView
android:textSize="16sp" android:layout_width="0dp"
android:layout_width="wrap_content" android:layout_height="match_parent"
android:layout_height="54dp" android:layout_weight="1"
android:layout_column="0" android:gravity="center_vertical"
android:layout_row="1" android:text="@string/live_update"
android:gravity="center" android:textSize="16sp"/>
android:text="@string/live_update"/>
<android.support.v7.widget.SwitchCompat <android.support.v7.widget.SwitchCompat
android:id="@+id/liveUpdatesSwitch" android:id="@+id/liveUpdatesSwitch"
android:layout_gravity="right" android:layout_width="wrap_content"
android:checked="true" android:layout_height="wrap_content"
android:layout_marginRight="24dp"/> android:layout_gravity="center_vertical"
android:checked="true"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="54dp"
android:layout_marginLeft="24dp"
android:layout_marginRight="24dp">
<TextView <TextView
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center_vertical"
android:text="@string/only_download_over_wifi"
android:textSize="16sp" android:textSize="16sp"
android:layout_width="wrap_content" tools:text="Only download over WiFi long text like really long"/>
android:layout_height="54dp"
android:layout_column="0"
android:layout_row="2"
android:gravity="center"
android:text="@string/only_download_over_wifi"/>
<CheckBox <CheckBox
android:id="@+id/downloadOverWiFiSwitch" android:id="@+id/downloadOverWiFiSwitch"
android:textSize="16sp" android:layout_width="wrap_content"
android:layout_gravity="right" android:layout_height="match_parent"
android:layout_gravity="right|center_vertical"
android:checked="true" android:checked="true"
android:layout_marginRight="24dp"/> android:textSize="16sp"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="54dp"
android:layout_marginLeft="24dp"
android:layout_marginRight="16dp">
<TextView <TextView
android:textSize="16sp" android:layout_width="0dp"
android:layout_width="wrap_content" android:layout_height="match_parent"
android:layout_height="54dp" android:layout_weight="1"
android:layout_column="0" android:gravity="center_vertical"
android:layout_row="3" android:text="@string/update_every"
android:gravity="center" android:textSize="16sp"/>
android:text="@string/update_every"/>
<!--android:id="@+id/updateFrequencySpinner"-->
<Spinner <Spinner
android:id="@+id/updateFrequencySpinner"
style="@style/OsmandLightTheme.Spinner" style="@style/OsmandLightTheme.Spinner"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="54dp" android:layout_height="match_parent"
android:layout_column="1"
android:layout_gravity="right"
android:layout_marginRight="16dp"
android:entries="@array/update_frequencies_array" android:entries="@array/update_frequencies_array"
android:gravity="right"
android:paddingLeft="0dp"/> android:paddingLeft="0dp"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="54dp"
android:layout_marginLeft="24dp"
android:layout_marginRight="16dp">
<TextView <TextView
android:textSize="16sp"
android:id="@+id/updateTimesOfDayLabel" android:id="@+id/updateTimesOfDayLabel"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="54dp" android:layout_height="match_parent"
android:layout_column="0" android:layout_weight="1"
android:layout_row="4" android:gravity="center_vertical"
android:gravity="center" android:text="@string/update_time"
android:text="@string/update_time"/> android:textSize="16sp"/>
<!--android:id="@+id/updateTimesOfDaySpinner"-->
<Spinner <Spinner
android:id="@+id/updateTimesOfDaySpinner"
style="@style/OsmandLightTheme.Spinner" style="@style/OsmandLightTheme.Spinner"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="54dp" android:layout_height="match_parent"
android:layout_column="1"
android:layout_gravity="right"
android:layout_marginRight="16dp"
android:layout_row="4"
android:entries="@array/update_times_of_day" android:entries="@array/update_times_of_day"
android:gravity="right" android:gravity="right"
android:paddingLeft="0dp"/> android:paddingLeft="0dp"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="54dp"
android:layout_marginLeft="24dp"
android:layout_marginRight="16dp">
<TextView <TextView
android:textSize="16sp"
android:id="@+id/sizeTextView" android:id="@+id/sizeTextView"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="54dp" android:layout_height="match_parent"
android:layout_column="0" android:layout_weight="1"
android:layout_row="5" android:gravity="center_vertical"
android:gravity="center" android:textSize="16sp"
tools:text="Updates: 65NB"/> tools:text="Updates: 65NB"/>
<Button <Button
android:id="@+id/removeUpdatesButton" android:id="@+id/removeUpdatesButton"
style="?android:attr/borderlessButtonStyle" style="?android:attr/borderlessButtonStyle"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_column="1" android:layout_height="wrap_content"
android:layout_gravity="right" android:layout_gravity="right|center_vertical"
android:layout_marginRight="24dp" android:gravity="center_vertical|right"
android:layout_row="5"
android:gravity="right|center_vertical"
android:text="@string/shared_string_clear"/> android:text="@string/shared_string_clear"/>
</LinearLayout>
</GridLayout>
<View <View
android:layout_width="match_parent" android:layout_width="match_parent"