mirror of
https://github.com/PurpleI2P/i2pd-android.git
synced 2025-02-03 02:14:24 +00:00
layout fixes
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
17148b5511
commit
cc9ef22b28
@ -1,30 +1,31 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:id="@+id/settings_layout"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:orientation="vertical">
|
android:padding="@dimen/margin_medium"
|
||||||
|
android:orientation="vertical"
|
||||||
|
tools:context=".SettingsActivity">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/settings_section0"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:autoText="true"
|
android:layout_marginBottom="@dimen/margin_tiny"
|
||||||
android:clickable="false"
|
android:clickable="false"
|
||||||
android:cursorVisible="false"
|
|
||||||
android:text="@string/settings_section0"
|
android:text="@string/settings_section0"
|
||||||
android:textColor="#282528"
|
android:textSize="24sp"
|
||||||
android:textStyle="bold|italic"
|
|
||||||
android:verticalScrollbarPosition="defaultPosition" />
|
android:verticalScrollbarPosition="defaultPosition" />
|
||||||
|
|
||||||
<Switch
|
<Switch
|
||||||
android:id="@+id/autostart_enable"
|
android:id="@+id/autostart_enable"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:gravity="left"
|
||||||
|
android:textOff="@string/disabled"
|
||||||
|
android:textOn="@string/enabled"
|
||||||
android:text="@string/autostart_enabled" />
|
android:text="@string/autostart_enabled" />
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:id="@+id/divider"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="1dp"
|
android:layout_height="1dp"
|
||||||
android:background="?android:attr/listDivider" />
|
android:background="?android:attr/listDivider" />
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout android:id="@+id/layout_prompt"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">i2pd</string>
|
|
||||||
<string name="app_description">Invisible Internet Protocol:</string>
|
<string name="app_description">Invisible Internet Protocol:</string>
|
||||||
<string name="app_description2">Сеть без границ</string>
|
<string name="app_description2">Сеть без границ</string>
|
||||||
|
|
||||||
@ -42,13 +41,15 @@
|
|||||||
|
|
||||||
<string name="tunnels_reloading">Перезагрузка конфигурации туннелей...</string>
|
<string name="tunnels_reloading">Перезагрузка конфигурации туннелей...</string>
|
||||||
|
|
||||||
<string name="autostart_enabled">Автозагрузка при запуске телефона</string>
|
<string name="autostart_enabled">Запуск после загрузки телефона</string>
|
||||||
|
|
||||||
<string name="settings_section0">Основные настройки</string>
|
<string name="settings_section0">Основные настройки</string>
|
||||||
<string name="settings_section_tunnels">Туннели</string>
|
<string name="settings_section_tunnels">Туннели</string>
|
||||||
|
|
||||||
<string name="add_tunnel_button">Добавить</string>
|
<string name="add_tunnel_button">Добавить</string>
|
||||||
<string name="add_tunnel">Добавление туннелей</string>
|
<string name="add_tunnel">Управление туннелями</string>
|
||||||
|
|
||||||
<string name="del_tunnel_button">Удалить</string>
|
<string name="del_tunnel_button">Удалить</string>
|
||||||
|
<string name="enabled">Вкл</string>
|
||||||
|
<string name="disabled">Выкл</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -46,10 +46,12 @@
|
|||||||
<string name="settings_section0">Common settings</string>
|
<string name="settings_section0">Common settings</string>
|
||||||
<string name="settings_section_tunnels">Tunnels</string>
|
<string name="settings_section_tunnels">Tunnels</string>
|
||||||
|
|
||||||
<string name="autostart_enabled">AutoStart on boot</string>
|
<string name="autostart_enabled">Start at boot</string>
|
||||||
<string name="add_tunnel_button">Add tunnel</string>
|
<string name="add_tunnel_button">Add tunnel</string>
|
||||||
<string name="add_tunnel">Tunnels adding</string>
|
<string name="add_tunnel">Tunnels management</string>
|
||||||
|
|
||||||
<string name="del_tunnel_button">Del tunnel</string>
|
<string name="del_tunnel_button">Delete tunnel</string>
|
||||||
|
<string name="enabled">On</string>
|
||||||
|
<string name="disabled">Off</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user