This commit is contained in:
Alexey Kulish 2016-04-25 14:50:34 +03:00
parent d6c0b4e01e
commit 895709eb94

View file

@ -52,135 +52,147 @@
tools:text="@string/last_update"/> tools:text="@string/last_update"/>
</LinearLayout> </LinearLayout>
<LinearLayout <ScrollView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="54dp" android:layout_height="wrap_content">
android:layout_marginLeft="24dp"
android:layout_marginRight="24dp">
<TextView <LinearLayout
android:layout_width="0dp" android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center_vertical"
android:text="@string/live_update"
android:textColor="?android:attr/textColorPrimary"
android:textSize="16sp"/>
<android.support.v7.widget.SwitchCompat
android:id="@+id/toggle_item"
android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical" android:layout_marginBottom="16dp"
android:checked="true"/> android:orientation="vertical">
</LinearLayout>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="54dp" android:layout_height="54dp"
android:layout_marginLeft="24dp" android:layout_marginLeft="24dp"
android:layout_marginRight="24dp"> android:layout_marginRight="24dp">
<TextView <TextView
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
android:gravity="center_vertical" android:gravity="center_vertical"
android:text="@string/only_download_over_wifi" android:text="@string/live_update"
android:textColor="?android:attr/textColorPrimary" android:textColor="?android:attr/textColorPrimary"
android:textSize="16sp" android:textSize="16sp"/>
tools:text="Only download over WiFi long text like really long"/>
<CheckBox <android.support.v7.widget.SwitchCompat
android:id="@+id/downloadOverWiFiSwitch" android:id="@+id/toggle_item"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="wrap_content"
android:layout_gravity="right|center_vertical" android:layout_gravity="center_vertical"
android:checked="true" android:checked="true"/>
android:textSize="16sp"/> </LinearLayout>
</LinearLayout>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="54dp" android:layout_height="54dp"
android:layout_marginLeft="24dp" android:layout_marginLeft="24dp"
android:layout_marginRight="16dp"> android:layout_marginRight="24dp">
<TextView <TextView
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:layout_gravity="center_vertical" android:layout_weight="1"
android:layout_weight="1" android:gravity="center_vertical"
android:text="@string/update" android:text="@string/only_download_over_wifi"
android:textColor="?android:attr/textColorPrimary" android:textColor="?android:attr/textColorPrimary"
android:textSize="16sp"/> android:textSize="16sp"
tools:text="Only download over WiFi long text like really long"/>
<!--style="@style/OsmandLightTheme.Spinner"--> <CheckBox
<Spinner android:id="@+id/downloadOverWiFiSwitch"
android:id="@+id/updateFrequencySpinner" android:layout_width="wrap_content"
style="@style/OsmandLightTheme.Spinner" android:layout_height="match_parent"
android:layout_width="wrap_content" android:layout_gravity="right|center_vertical"
android:layout_height="match_parent" android:checked="true"
android:gravity="right" android:textSize="16sp"/>
android:paddingLeft="0dp"/> </LinearLayout>
</LinearLayout>
<LinearLayout <LinearLayout
android:id="@+id/updateTimesOfDayLayout" android:layout_width="match_parent"
android:layout_width="match_parent" android:layout_height="54dp"
android:layout_height="54dp" android:layout_marginLeft="24dp"
android:layout_marginLeft="24dp" android:layout_marginRight="16dp">
android:layout_marginRight="16dp">
<TextView <TextView
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_weight="1" android:layout_weight="1"
android:gravity="center_vertical" android:text="@string/update"
android:text="@string/update_time" android:textColor="?android:attr/textColorPrimary"
android:textColor="?android:attr/textColorPrimary" android:textSize="16sp"/>
android:textSize="16sp"/>
<Spinner <!--style="@style/OsmandLightTheme.Spinner"-->
android:id="@+id/updateTimesOfDaySpinner" <Spinner
style="@style/OsmandLightTheme.Spinner" android:id="@+id/updateFrequencySpinner"
android:layout_width="wrap_content" style="@style/OsmandLightTheme.Spinner"
android:layout_height="match_parent" android:layout_width="wrap_content"
android:gravity="right" android:layout_height="match_parent"
android:paddingLeft="0dp"/> android:gravity="right"
</LinearLayout> android:paddingLeft="0dp"/>
</LinearLayout>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:id="@+id/updateTimesOfDayLayout"
android:layout_height="54dp" android:layout_width="match_parent"
android:layout_marginLeft="24dp" android:layout_height="54dp"
android:layout_marginRight="24dp"> android:layout_marginLeft="24dp"
android:layout_marginRight="16dp">
<TextView <TextView
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="match_parent" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_gravity="center_vertical"
android:gravity="center_vertical" android:layout_weight="1"
android:text="@string/updates_size" android:gravity="center_vertical"
android:textColor="?android:attr/textColorPrimary" android:text="@string/update_time"
android:textSize="16sp"/> android:textColor="?android:attr/textColorPrimary"
android:textSize="16sp"/>
<TextView <Spinner
android:id="@+id/sizeTextView" android:id="@+id/updateTimesOfDaySpinner"
android:layout_width="wrap_content" style="@style/OsmandLightTheme.Spinner"
android:layout_height="match_parent" android:layout_width="wrap_content"
android:gravity="center_vertical" android:layout_height="match_parent"
android:textColor="?android:attr/textColorPrimary" android:gravity="right"
android:textSize="16sp" android:paddingLeft="0dp"/>
tools:text="64NB"/> </LinearLayout>
</LinearLayout> <LinearLayout
android:layout_width="match_parent"
android:layout_height="54dp"
android:layout_marginLeft="24dp"
android:layout_marginRight="24dp">
<TextView
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center_vertical"
android:text="@string/updates_size"
android:textColor="?android:attr/textColorPrimary"
android:textSize="16sp"/>
<TextView
android:id="@+id/sizeTextView"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:textColor="?android:attr/textColorPrimary"
android:textSize="16sp"
tools:text="64MB"/>
</LinearLayout>
</LinearLayout>
</ScrollView>
<View <View
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="1dp" android:layout_height="1dp"
android:layout_marginTop="24dp"
android:background="?attr/dashboard_divider"/> android:background="?attr/dashboard_divider"/>
</LinearLayout> </LinearLayout>