Skip to content

Commit 62c156b

Browse files
authored
reordering some settings
1 parent 4348cff commit 62c156b

File tree

1 file changed

+30
-15
lines changed

1 file changed

+30
-15
lines changed

app/src/main/res/layout/activity_settings.xml

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,36 @@
161161

162162
</RelativeLayout>
163163

164+
<RelativeLayout
165+
android:id="@+id/settings_show_key_borders_holder"
166+
style="@style/SettingsHolderCheckboxStyle"
167+
android:layout_width="match_parent"
168+
android:layout_height="wrap_content">
169+
170+
<com.simplemobiletools.commons.views.MyAppCompatCheckbox
171+
android:id="@+id/settings_show_key_borders"
172+
style="@style/SettingsCheckboxStyle"
173+
android:layout_width="match_parent"
174+
android:layout_height="wrap_content"
175+
android:text="@string/show_key_borders" />
176+
177+
</RelativeLayout>
178+
179+
<RelativeLayout
180+
android:id="@+id/settings_show_clipboard_content_holder"
181+
style="@style/SettingsHolderCheckboxStyle"
182+
android:layout_width="match_parent"
183+
android:layout_height="wrap_content">
184+
185+
<com.simplemobiletools.commons.views.MyAppCompatCheckbox
186+
android:id="@+id/settings_show_clipboard_content"
187+
style="@style/SettingsCheckboxStyle"
188+
android:layout_width="match_parent"
189+
android:layout_height="wrap_content"
190+
android:text="@string/show_clipboard_content" />
191+
192+
</RelativeLayout>
193+
164194
<RelativeLayout
165195
android:id="@+id/settings_keyboard_language_holder"
166196
style="@style/SettingsHolderTextViewStyle"
@@ -206,21 +236,6 @@
206236
tools:text="@string/small" />
207237

208238
</RelativeLayout>
209-
210-
<RelativeLayout
211-
android:id="@+id/settings_show_clipboard_content_holder"
212-
style="@style/SettingsHolderCheckboxStyle"
213-
android:layout_width="match_parent"
214-
android:layout_height="wrap_content">
215-
216-
<com.simplemobiletools.commons.views.MyAppCompatCheckbox
217-
android:id="@+id/settings_show_clipboard_content"
218-
style="@style/SettingsCheckboxStyle"
219-
android:layout_width="match_parent"
220-
android:layout_height="wrap_content"
221-
android:text="@string/show_clipboard_content" />
222-
223-
</RelativeLayout>
224239
</LinearLayout>
225240
</androidx.core.widget.NestedScrollView>
226241
</androidx.coordinatorlayout.widget.CoordinatorLayout>

0 commit comments

Comments
 (0)