2016-07-20 20:46:51 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-04-20 23:07:18 +02:00
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-08-07 12:47:41 +02:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2019-06-20 15:40:33 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2016-10-08 15:43:38 +02:00
|
|
|
android:id="@+id/settings_scrollview"
|
2016-07-20 20:46:51 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/settings_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<RelativeLayout
|
2016-12-15 22:49:23 +01:00
|
|
|
android:id="@+id/settings_customize_colors_holder"
|
2016-07-20 20:46:51 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2016-12-27 22:39:26 +01:00
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
2016-09-07 22:59:03 +02:00
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2016-07-20 20:46:51 +02:00
|
|
|
|
2016-12-25 15:17:15 +01:00
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
2017-02-26 19:37:54 +01:00
|
|
|
android:id="@+id/settings_customize_colors"
|
2016-07-20 20:46:51 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_centerVertical="true"
|
2016-12-27 22:39:26 +01:00
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:text="@string/customize_colors" />
|
2016-07-20 20:46:51 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
2016-08-23 21:18:40 +02:00
|
|
|
|
2017-03-17 22:54:44 +01:00
|
|
|
<RelativeLayout
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_use_english_holder"
|
2017-03-17 22:54:44 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-03-17 22:54:44 +01:00
|
|
|
|
2018-01-27 22:48:00 +01:00
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_use_english"
|
|
|
|
android:layout_width="match_parent"
|
2017-03-17 22:54:44 +01:00
|
|
|
android:layout_height="wrap_content"
|
2018-01-27 22:48:00 +01:00
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
2017-03-17 22:54:44 +01:00
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/use_english_language"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2017-03-17 22:54:44 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2019-02-21 22:27:21 +01:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_change_date_time_format_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2019-02-21 22:27:21 +01:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2019-02-21 22:27:21 +01:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/settings_change_date_time_format"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:text="@string/change_date_and_time_format" />
|
2019-02-21 22:27:21 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2019-02-27 16:24:19 +01:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_file_loading_priority_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2019-02-27 16:24:19 +01:00
|
|
|
android:paddingTop="@dimen/bigger_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2019-02-27 16:24:19 +01:00
|
|
|
android:paddingBottom="@dimen/bigger_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/settings_file_loading_priority_label"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:layout_toStartOf="@+id/settings_file_loading_priority"
|
2020-01-18 19:06:08 +01:00
|
|
|
android:ellipsize="end"
|
|
|
|
android:lines="1"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/medium_margin"
|
|
|
|
android:paddingEnd="@dimen/medium_margin"
|
|
|
|
android:text="@string/file_loading_priority" />
|
2019-02-27 16:24:19 +01:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/settings_file_loading_priority"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentEnd="true"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:layout_marginEnd="@dimen/medium_margin"
|
2019-02-27 16:24:19 +01:00
|
|
|
android:background="@null"
|
2019-06-20 15:40:33 +02:00
|
|
|
android:clickable="false"
|
2020-04-20 23:07:18 +02:00
|
|
|
tools:text="@string/compromise" />
|
2019-02-27 16:24:19 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-01-27 22:48:00 +01:00
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/visibility_label"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-02-09 22:01:29 +01:00
|
|
|
android:layout_marginStart="@dimen/bigger_margin"
|
2020-04-20 23:33:48 +02:00
|
|
|
android:layout_marginTop="@dimen/section_margin"
|
2018-01-27 22:48:00 +01:00
|
|
|
android:text="@string/visibility"
|
|
|
|
android:textAllCaps="true"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:textSize="@dimen/smaller_text_size" />
|
2018-01-27 22:48:00 +01:00
|
|
|
|
2017-02-26 19:37:54 +01:00
|
|
|
<RelativeLayout
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_manage_included_folders_holder"
|
2017-02-26 19:37:54 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-02-26 19:37:54 +01:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_manage_included_folders"
|
2017-02-26 19:37:54 +01:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:text="@string/manage_included_folders" />
|
2017-02-26 19:37:54 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2017-11-08 12:08:36 +01:00
|
|
|
<RelativeLayout
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_manage_excluded_folders_holder"
|
2017-11-08 12:08:36 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-11-08 12:08:36 +01:00
|
|
|
|
2018-01-06 13:20:30 +01:00
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_manage_excluded_folders"
|
2018-01-06 13:20:30 +01:00
|
|
|
android:layout_width="wrap_content"
|
2017-11-08 12:08:36 +01:00
|
|
|
android:layout_height="wrap_content"
|
2018-01-06 13:20:30 +01:00
|
|
|
android:layout_centerVertical="true"
|
2017-11-08 12:08:36 +01:00
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:text="@string/manage_excluded_folders" />
|
2017-11-08 12:08:36 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2017-12-29 16:46:13 +01:00
|
|
|
<RelativeLayout
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_manage_hidden_folders_holder"
|
2017-12-29 16:46:13 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-12-29 16:46:13 +01:00
|
|
|
|
2018-01-27 22:48:00 +01:00
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/settings_manage_hidden_folders"
|
|
|
|
android:layout_width="wrap_content"
|
2017-12-29 16:46:13 +01:00
|
|
|
android:layout_height="wrap_content"
|
2018-01-27 22:48:00 +01:00
|
|
|
android:layout_centerVertical="true"
|
2017-12-29 16:46:13 +01:00
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:text="@string/manage_hidden_folders" />
|
2017-12-29 16:46:13 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2016-10-09 14:14:58 +02:00
|
|
|
<RelativeLayout
|
2018-01-06 13:20:30 +01:00
|
|
|
android:id="@+id/settings_show_hidden_items_holder"
|
2016-10-09 14:14:58 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2016-12-27 22:39:26 +01:00
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
2016-10-09 14:14:58 +02:00
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2016-10-09 14:14:58 +02:00
|
|
|
|
2016-12-18 20:02:18 +01:00
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2018-01-06 13:20:30 +01:00
|
|
|
android:id="@+id/settings_show_hidden_items"
|
2016-12-18 20:02:18 +01:00
|
|
|
android:layout_width="match_parent"
|
2016-10-09 14:14:58 +02:00
|
|
|
android:layout_height="wrap_content"
|
2016-12-18 20:02:18 +01:00
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
2016-12-27 22:39:26 +01:00
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/show_hidden_items"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2016-10-09 14:14:58 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
2016-10-25 20:42:23 +02:00
|
|
|
|
2018-01-27 22:48:00 +01:00
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/videos_label"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-02-09 22:01:29 +01:00
|
|
|
android:layout_marginStart="@dimen/bigger_margin"
|
2020-04-20 23:33:48 +02:00
|
|
|
android:layout_marginTop="@dimen/section_margin"
|
2018-01-27 22:48:00 +01:00
|
|
|
android:text="@string/videos"
|
|
|
|
android:textAllCaps="true"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:textSize="@dimen/smaller_text_size" />
|
2018-01-27 22:48:00 +01:00
|
|
|
|
2019-01-02 23:09:18 +01:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_autoplay_videos_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2019-01-02 23:09:18 +01:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2019-01-02 23:09:18 +01:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_autoplay_videos"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
|
|
|
android:text="@string/autoplay_videos"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2019-01-02 23:09:18 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-10-30 23:14:25 +01:00
|
|
|
<RelativeLayout
|
2018-11-01 12:27:42 +01:00
|
|
|
android:id="@+id/settings_remember_last_video_position_holder"
|
2018-10-30 23:14:25 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-10-30 23:14:25 +01:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-10-30 23:14:25 +01:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2018-11-01 12:27:42 +01:00
|
|
|
android:id="@+id/settings_remember_last_video_position"
|
2018-10-30 23:14:25 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-11-01 12:27:42 +01:00
|
|
|
android:text="@string/remember_last_video_position"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2018-10-30 23:14:25 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2016-12-28 20:31:18 +01:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_loop_videos_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2016-12-28 20:31:18 +01:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_loop_videos"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/loop_videos"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2016-12-28 20:31:18 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2019-01-09 20:49:45 +01:00
|
|
|
<RelativeLayout
|
2019-01-09 20:58:56 +01:00
|
|
|
android:id="@+id/settings_open_videos_on_separate_screen_holder"
|
2019-01-09 20:49:45 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2019-01-09 20:49:45 +01:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2019-01-09 20:49:45 +01:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2019-01-09 20:58:56 +01:00
|
|
|
android:id="@+id/settings_open_videos_on_separate_screen"
|
2019-01-09 20:49:45 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2019-01-09 20:58:56 +01:00
|
|
|
android:text="@string/open_videos_on_separate_screen"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2019-01-09 20:49:45 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2017-03-01 23:05:14 +01:00
|
|
|
<RelativeLayout
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_allow_video_gestures_holder"
|
2017-03-01 23:05:14 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-03-01 23:05:14 +01:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_allow_video_gestures"
|
2017-03-01 23:05:14 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/allow_video_gestures"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2017-03-01 23:05:14 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-01-27 22:48:00 +01:00
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/thumbnails_label"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-02-09 22:01:29 +01:00
|
|
|
android:layout_marginStart="@dimen/bigger_margin"
|
2020-04-20 23:33:48 +02:00
|
|
|
android:layout_marginTop="@dimen/section_margin"
|
2018-01-27 22:48:00 +01:00
|
|
|
android:text="@string/thumbnails"
|
|
|
|
android:textAllCaps="true"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:textSize="@dimen/smaller_text_size" />
|
2018-01-27 22:48:00 +01:00
|
|
|
|
2017-03-10 06:47:54 +01:00
|
|
|
<RelativeLayout
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_animate_gifs_holder"
|
2017-03-10 06:47:54 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-03-10 06:47:54 +01:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_animate_gifs"
|
2017-03-10 06:47:54 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/animate_gifs"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2017-03-10 06:47:54 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2017-03-23 20:32:52 +01:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_crop_thumbnails_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-03-23 20:32:52 +01:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_crop_thumbnails"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/crop_thumbnails"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2017-03-23 20:32:52 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-11-09 13:02:37 +01:00
|
|
|
<RelativeLayout
|
2018-11-18 21:14:25 +01:00
|
|
|
android:id="@+id/settings_show_thumbnail_video_duration_holder"
|
2018-11-09 13:02:37 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-11-09 13:02:37 +01:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-11-09 13:02:37 +01:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2018-11-18 21:14:25 +01:00
|
|
|
android:id="@+id/settings_show_thumbnail_video_duration"
|
2018-11-09 13:02:37 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-11-18 21:14:25 +01:00
|
|
|
android:text="@string/show_thumbnail_video_duration"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2018-11-09 13:02:37 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2019-09-03 23:25:30 +02:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_show_thumbnail_file_types_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2019-09-03 23:25:30 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2019-09-03 23:25:30 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_show_thumbnail_file_types"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
|
|
|
android:text="@string/show_image_file_types"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2019-09-03 23:25:30 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2017-05-14 11:50:30 +02:00
|
|
|
<RelativeLayout
|
2020-11-08 11:45:33 +01:00
|
|
|
android:id="@+id/settings_folder_thumbnail_style_holder"
|
2017-05-14 11:50:30 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2020-11-08 11:45:33 +01:00
|
|
|
android:paddingTop="@dimen/bigger_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2020-11-08 11:45:33 +01:00
|
|
|
android:paddingBottom="@dimen/bigger_margin">
|
2017-05-14 11:50:30 +02:00
|
|
|
|
2020-11-08 11:45:33 +01:00
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/settings_folder_thumbnail_style_label"
|
2017-05-14 11:50:30 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2020-11-08 11:45:33 +01:00
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:layout_toStartOf="@+id/settings_folder_thumbnail_style"
|
2017-05-14 11:50:30 +02:00
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2020-11-08 11:45:33 +01:00
|
|
|
android:paddingEnd="@dimen/medium_margin"
|
|
|
|
android:text="@string/folder_thumbnail_style" />
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/settings_folder_thumbnail_style"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentEnd="true"
|
|
|
|
android:layout_marginEnd="@dimen/medium_margin"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false" />
|
2017-05-14 11:50:30 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-01-27 22:48:00 +01:00
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/scrolling_label"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-02-09 22:01:29 +01:00
|
|
|
android:layout_marginStart="@dimen/bigger_margin"
|
2020-04-20 23:33:48 +02:00
|
|
|
android:layout_marginTop="@dimen/section_margin"
|
2018-01-27 22:48:00 +01:00
|
|
|
android:text="@string/scrolling"
|
|
|
|
android:textAllCaps="true"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:textSize="@dimen/smaller_text_size" />
|
2018-01-27 22:48:00 +01:00
|
|
|
|
2017-06-18 21:16:40 +02:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_scroll_horizontally_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-06-18 21:16:40 +02:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_scroll_horizontally"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/scroll_thumbnails_horizontally"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2017-06-18 21:16:40 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2017-06-26 22:52:00 +02:00
|
|
|
<RelativeLayout
|
2018-02-24 00:21:46 +01:00
|
|
|
android:id="@+id/settings_enable_pull_to_refresh_holder"
|
2017-06-26 22:52:00 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-06-26 22:52:00 +02:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2018-02-24 00:21:46 +01:00
|
|
|
android:id="@+id/settings_enable_pull_to_refresh"
|
2017-06-26 22:52:00 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/enable_pull_to_refresh"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2017-06-26 22:52:00 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-01-27 22:48:00 +01:00
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/fullscreen_media_label"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-02-09 22:01:29 +01:00
|
|
|
android:layout_marginStart="@dimen/bigger_margin"
|
2020-04-20 23:33:48 +02:00
|
|
|
android:layout_marginTop="@dimen/section_margin"
|
2018-01-27 22:48:00 +01:00
|
|
|
android:text="@string/fullscreen_media"
|
|
|
|
android:textAllCaps="true"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:textSize="@dimen/smaller_text_size" />
|
2018-01-27 22:48:00 +01:00
|
|
|
|
2017-07-09 20:34:14 +02:00
|
|
|
<RelativeLayout
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_max_brightness_holder"
|
2017-07-09 20:34:14 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-07-09 20:34:14 +02:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_max_brightness"
|
2017-07-09 20:34:14 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/max_brightness"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2017-07-09 20:34:14 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2017-07-29 17:48:25 +02:00
|
|
|
<RelativeLayout
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_black_background_holder"
|
2017-07-29 17:48:25 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-07-29 17:48:25 +02:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_black_background"
|
2017-07-29 17:48:25 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/black_background_at_fullscreen"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2017-07-29 17:48:25 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2017-11-08 23:13:02 +01:00
|
|
|
<RelativeLayout
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_hide_system_ui_holder"
|
2017-11-08 23:13:02 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-11-08 23:13:02 +01:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_hide_system_ui"
|
2017-11-08 23:13:02 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/hide_system_ui_at_fullscreen"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2017-11-08 23:13:02 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-08-08 16:37:38 +02:00
|
|
|
<RelativeLayout
|
2018-09-28 19:03:35 +02:00
|
|
|
android:id="@+id/settings_allow_instant_change_holder"
|
2018-08-08 16:37:38 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2018-08-08 16:37:38 +02:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2018-09-28 19:03:35 +02:00
|
|
|
android:id="@+id/settings_allow_instant_change"
|
2018-08-08 16:37:38 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:text="@string/allow_instant_change"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2018-08-08 16:37:38 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2017-09-01 11:51:11 +02:00
|
|
|
<RelativeLayout
|
2018-09-28 19:03:35 +02:00
|
|
|
android:id="@+id/settings_allow_photo_gestures_holder"
|
2017-09-01 11:51:11 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-09-01 11:51:11 +02:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2018-09-28 19:03:35 +02:00
|
|
|
android:id="@+id/settings_allow_photo_gestures"
|
2017-09-01 11:51:11 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:text="@string/allow_photo_gestures"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2017-09-01 11:51:11 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-10-22 17:10:31 +02:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_allow_down_gesture_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-10-22 17:10:31 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-10-22 17:10:31 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_allow_down_gesture"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
|
|
|
android:text="@string/allow_down_gesture"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2018-10-22 17:10:31 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2019-01-27 19:47:00 +01:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_show_notch_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2019-01-27 19:47:00 +01:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2019-01-27 19:47:00 +01:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_show_notch"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
|
|
|
android:text="@string/show_notch"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2019-01-27 19:47:00 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-01-27 23:35:28 +01:00
|
|
|
<RelativeLayout
|
2018-09-28 19:03:35 +02:00
|
|
|
android:id="@+id/settings_screen_rotation_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/bigger_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/bigger_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/settings_screen_rotation_label"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:layout_toStartOf="@+id/settings_screen_rotation"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/medium_margin"
|
|
|
|
android:paddingEnd="@dimen/medium_margin"
|
|
|
|
android:text="@string/screen_rotation_by" />
|
2018-09-28 19:03:35 +02:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/settings_screen_rotation"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentEnd="true"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:layout_marginEnd="@dimen/medium_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:background="@null"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:clickable="false" />
|
2018-09-28 19:03:35 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/deep_zoomable_images_label"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="@dimen/bigger_margin"
|
2020-04-20 23:33:48 +02:00
|
|
|
android:layout_marginTop="@dimen/section_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:text="@string/deep_zoomable_images"
|
|
|
|
android:textAllCaps="true"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:textSize="@dimen/smaller_text_size" />
|
2018-09-28 19:03:35 +02:00
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_allow_zooming_images_holder"
|
2018-01-27 23:35:28 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2018-01-27 23:35:28 +01:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2018-09-28 19:03:35 +02:00
|
|
|
android:id="@+id/settings_allow_zooming_images"
|
2018-01-27 23:35:28 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:text="@string/allow_deep_zooming_images"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2018-01-27 23:35:28 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2019-02-21 10:59:19 +01:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_allow_rotating_with_gestures_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2019-02-21 10:59:19 +01:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2019-02-21 10:59:19 +01:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_allow_rotating_with_gestures"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
|
|
|
android:text="@string/allow_rotating_gestures"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2019-02-21 10:59:19 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-02-04 11:58:46 +01:00
|
|
|
<RelativeLayout
|
2018-09-28 19:03:35 +02:00
|
|
|
android:id="@+id/settings_show_highest_quality_holder"
|
2018-02-04 11:58:46 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2018-02-04 11:58:46 +01:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2018-09-28 19:03:35 +02:00
|
|
|
android:id="@+id/settings_show_highest_quality"
|
2018-02-04 11:58:46 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:text="@string/show_highest_quality"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2018-02-04 11:58:46 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
2018-02-04 19:58:44 +01:00
|
|
|
|
2019-01-04 20:40:46 +01:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_allow_one_to_one_zoom_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2019-01-04 20:40:46 +01:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2019-01-04 20:40:46 +01:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_allow_one_to_one_zoom"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
|
|
|
android:text="@string/allow_one_to_one_zoom"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2019-01-04 20:40:46 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-01-28 12:27:56 +01:00
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/extended_details_label"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-02-09 22:01:29 +01:00
|
|
|
android:layout_marginStart="@dimen/bigger_margin"
|
2020-04-20 23:33:48 +02:00
|
|
|
android:layout_marginTop="@dimen/section_margin"
|
2018-01-28 12:27:56 +01:00
|
|
|
android:text="@string/extended_details"
|
|
|
|
android:textAllCaps="true"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:textSize="@dimen/smaller_text_size" />
|
2018-01-28 12:27:56 +01:00
|
|
|
|
2017-10-23 17:26:33 +02:00
|
|
|
<RelativeLayout
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_show_extended_details_holder"
|
2017-10-23 17:26:33 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-10-23 17:26:33 +02:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_show_extended_details"
|
2017-10-23 17:26:33 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/show_extended_details"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2017-10-23 17:26:33 +02:00
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-01-28 17:49:29 +01:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_hide_extended_details_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2018-01-28 17:49:29 +01:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_hide_extended_details"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/hide_extended_details"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2018-01-28 17:49:29 +01:00
|
|
|
</RelativeLayout>
|
|
|
|
|
2017-10-28 17:50:50 +02:00
|
|
|
<RelativeLayout
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_manage_extended_details_holder"
|
2017-10-28 17:50:50 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-10-28 17:50:50 +02:00
|
|
|
|
2018-01-27 22:48:00 +01:00
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/settings_manage_extended_details"
|
|
|
|
android:layout_width="wrap_content"
|
2017-10-28 17:50:50 +02:00
|
|
|
android:layout_height="wrap_content"
|
2018-01-27 22:48:00 +01:00
|
|
|
android:layout_centerVertical="true"
|
2017-10-28 17:50:50 +02:00
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:text="@string/manage_extended_details" />
|
2017-10-28 17:50:50 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-01-27 22:48:00 +01:00
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/security_label"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-02-09 22:01:29 +01:00
|
|
|
android:layout_marginStart="@dimen/bigger_margin"
|
2020-04-20 23:33:48 +02:00
|
|
|
android:layout_marginTop="@dimen/section_margin"
|
2018-01-27 22:48:00 +01:00
|
|
|
android:text="@string/security"
|
|
|
|
android:textAllCaps="true"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:textSize="@dimen/smaller_text_size" />
|
2018-01-27 22:48:00 +01:00
|
|
|
|
2017-10-18 19:34:31 +02:00
|
|
|
<RelativeLayout
|
2018-10-30 22:20:07 +01:00
|
|
|
android:id="@+id/settings_hidden_item_password_protection_holder"
|
2017-10-18 19:34:31 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-10-18 19:34:31 +02:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2018-10-30 22:20:07 +01:00
|
|
|
android:id="@+id/settings_hidden_item_password_protection"
|
2017-10-18 19:34:31 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/password_protect_hidden_items"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2018-01-15 00:14:11 +01:00
|
|
|
|
2018-01-14 04:58:42 +01:00
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_app_password_protection_holder"
|
2018-01-14 04:58:42 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2018-01-14 04:58:42 +01:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_app_password_protection"
|
2018-01-14 04:58:42 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/password_protect_whole_app"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2018-01-27 22:48:00 +01:00
|
|
|
|
2017-10-18 19:34:31 +02:00
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-10-30 22:53:19 +01:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_file_deletion_password_protection_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-10-30 22:53:19 +01:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-10-30 22:53:19 +01:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_file_deletion_password_protection"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
|
|
|
android:text="@string/password_protect_file_deletion"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2018-10-30 22:53:19 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-01-27 22:48:00 +01:00
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/file_operations_label"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-02-09 22:01:29 +01:00
|
|
|
android:layout_marginStart="@dimen/bigger_margin"
|
2020-04-20 23:33:48 +02:00
|
|
|
android:layout_marginTop="@dimen/section_margin"
|
2018-01-27 22:48:00 +01:00
|
|
|
android:text="@string/file_operations"
|
|
|
|
android:textAllCaps="true"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:textSize="@dimen/smaller_text_size" />
|
2018-01-27 22:48:00 +01:00
|
|
|
|
2017-10-18 23:38:35 +02:00
|
|
|
<RelativeLayout
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_delete_empty_folders_holder"
|
2017-10-18 23:38:35 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-10-18 23:38:35 +02:00
|
|
|
|
2018-01-27 22:48:00 +01:00
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_delete_empty_folders"
|
|
|
|
android:layout_width="match_parent"
|
2017-10-18 23:38:35 +02:00
|
|
|
android:layout_height="wrap_content"
|
2018-01-27 22:48:00 +01:00
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
2017-10-18 23:38:35 +02:00
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/delete_empty_folders"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2017-10-18 23:38:35 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2017-03-23 21:02:32 +01:00
|
|
|
<RelativeLayout
|
2018-01-27 22:48:00 +01:00
|
|
|
android:id="@+id/settings_keep_last_modified_holder"
|
2017-03-23 21:02:32 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2017-03-23 21:02:32 +01:00
|
|
|
|
2018-01-27 22:48:00 +01:00
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_keep_last_modified"
|
2017-03-23 21:02:32 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2017-04-01 21:17:49 +02:00
|
|
|
android:background="@null"
|
2018-01-27 22:48:00 +01:00
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/keep_last_modified"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2017-03-23 21:02:32 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
2018-02-23 23:30:09 +01:00
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_skip_delete_confirmation_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2018-02-23 23:30:09 +01:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_skip_delete_confirmation"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/skip_delete_confirmation"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2018-02-23 23:30:09 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
2018-06-26 22:37:49 +02:00
|
|
|
|
2018-06-29 15:26:50 +02:00
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/bottom_actions_label"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="@dimen/bigger_margin"
|
2020-04-20 23:33:48 +02:00
|
|
|
android:layout_marginTop="@dimen/section_margin"
|
2018-06-29 15:26:50 +02:00
|
|
|
android:text="@string/bottom_actions"
|
|
|
|
android:textAllCaps="true"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:textSize="@dimen/smaller_text_size" />
|
2018-06-29 15:26:50 +02:00
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_bottom_actions_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2018-06-29 15:26:50 +02:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_bottom_actions"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/show_at_bottom"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2018-06-29 15:26:50 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_manage_bottom_actions_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2018-06-29 15:26:50 +02:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/settings_manage_bottom_actions"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:text="@string/manage_bottom_actions" />
|
2018-06-29 15:26:50 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-06-26 22:37:49 +02:00
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/recycle_bin_label"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="@dimen/bigger_margin"
|
2020-04-20 23:33:48 +02:00
|
|
|
android:layout_marginTop="@dimen/section_margin"
|
2018-06-26 22:37:49 +02:00
|
|
|
android:text="@string/recycle_bin"
|
|
|
|
android:textAllCaps="true"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:textSize="@dimen/smaller_text_size" />
|
2018-06-26 22:37:49 +02:00
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_use_recycle_bin_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2018-06-26 22:37:49 +02:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_use_recycle_bin"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/move_items_into_recycle_bin"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2018-06-26 22:37:49 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
2018-06-27 18:50:30 +02:00
|
|
|
|
2018-07-18 17:54:23 +02:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_show_recycle_bin_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
2018-07-18 17:54:23 +02:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_show_recycle_bin"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2018-08-07 12:47:41 +02:00
|
|
|
android:text="@string/show_recycle_bin"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2018-07-18 17:54:23 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-10-17 12:19:01 +02:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_show_recycle_bin_last_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-10-17 12:19:01 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-10-17 12:19:01 +02:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MySwitchCompat
|
|
|
|
android:id="@+id/settings_show_recycle_bin_last"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
|
|
|
android:text="@string/show_recycle_bin_last"
|
2020-04-20 23:07:18 +02:00
|
|
|
app:switchPadding="@dimen/medium_margin" />
|
2018-10-17 12:19:01 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2018-06-27 18:50:30 +02:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_empty_recycle_bin_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingTop="@dimen/bigger_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2018-09-28 19:03:35 +02:00
|
|
|
android:paddingBottom="@dimen/bigger_margin">
|
2018-06-27 18:50:30 +02:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
2018-06-27 18:59:00 +02:00
|
|
|
android:id="@+id/settings_empty_recycle_bin_label"
|
|
|
|
android:layout_width="match_parent"
|
2018-06-27 18:50:30 +02:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_centerVertical="true"
|
2018-06-27 18:59:00 +02:00
|
|
|
android:layout_toStartOf="@+id/settings_empty_recycle_bin_size"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/medium_margin"
|
|
|
|
android:paddingEnd="@dimen/medium_margin"
|
|
|
|
android:text="@string/empty_recycle_bin" />
|
2018-06-27 18:50:30 +02:00
|
|
|
|
2018-06-27 18:59:00 +02:00
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/settings_empty_recycle_bin_size"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentEnd="true"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:layout_marginEnd="@dimen/medium_margin"
|
2018-06-27 18:59:00 +02:00
|
|
|
android:background="@null"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:clickable="false" />
|
2018-06-27 18:59:00 +02:00
|
|
|
|
2018-06-27 18:50:30 +02:00
|
|
|
</RelativeLayout>
|
2019-01-27 21:03:55 +01:00
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/migrating_label"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="@dimen/bigger_margin"
|
2020-04-20 23:33:48 +02:00
|
|
|
android:layout_marginTop="@dimen/section_margin"
|
2019-01-27 21:03:55 +01:00
|
|
|
android:text="@string/migrating"
|
|
|
|
android:textAllCaps="true"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:textSize="@dimen/smaller_text_size" />
|
2019-01-27 21:03:55 +01:00
|
|
|
|
2021-01-17 10:31:22 +01:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_clear_cache_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
|
|
android:paddingStart="@dimen/normal_margin"
|
|
|
|
android:paddingTop="@dimen/bigger_margin"
|
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
|
|
|
android:paddingBottom="@dimen/bigger_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/settings_clear_cache_label"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:layout_toStartOf="@+id/settings_clear_cache_size"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
|
|
|
android:paddingEnd="@dimen/medium_margin"
|
|
|
|
android:text="@string/clear_cache" />
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/settings_clear_cache_size"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentEnd="true"
|
|
|
|
android:layout_marginEnd="@dimen/medium_margin"
|
|
|
|
android:background="@null"
|
|
|
|
android:clickable="false" />
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2019-01-27 21:03:55 +01:00
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_export_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2019-01-27 21:03:55 +01:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2019-01-27 21:03:55 +01:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/settings_export"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:text="@string/export_settings" />
|
2019-01-27 21:03:55 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/settings_import_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/medium_margin"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingStart="@dimen/normal_margin"
|
2019-01-27 21:03:55 +01:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:paddingEnd="@dimen/normal_margin"
|
2019-01-27 21:03:55 +01:00
|
|
|
android:paddingBottom="@dimen/activity_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
|
|
android:id="@+id/settings_import"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:paddingStart="@dimen/medium_margin"
|
2020-04-20 23:07:18 +02:00
|
|
|
android:text="@string/import_settings" />
|
2019-01-27 21:03:55 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|
2016-07-20 20:46:51 +02:00
|
|
|
</LinearLayout>
|
|
|
|
</ScrollView>
|