summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-02-18 14:52:38 +0100
committerGitHub <noreply@github.com>2023-02-18 14:52:38 +0100
commitcfb974524652c16d96a8f804a525826fad27aee7 (patch)
tree67e68efbfd0c922e832179a084ad66e4fb164c37 /app
parent997860fe522e67dff087e4184a80fc9656de28d8 (diff)
downloadAntennaPod-cfb974524652c16d96a8f804a525826fad27aee7.zip
Clarify "show in main list" checkbox title (#6326)
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/edit_tags_dialog.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/src/main/res/layout/edit_tags_dialog.xml b/app/src/main/res/layout/edit_tags_dialog.xml
index 7ad938777..b20facbf0 100644
--- a/app/src/main/res/layout/edit_tags_dialog.xml
+++ b/app/src/main/res/layout/edit_tags_dialog.xml
@@ -7,6 +7,12 @@
android:orientation="vertical"
android:padding="16dp">
+ <CheckBox
+ android:id="@+id/rootFolderCheckbox"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/feed_folders_include_root" />
+
<com.joanzapata.iconify.widget.IconTextView
android:id="@+id/commonTagsInfo"
android:layout_width="match_parent"
@@ -22,12 +28,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
- <CheckBox
- android:id="@+id/rootFolderCheckbox"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/feed_folders_include_root" />
-
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/newTagTextInput"
android:layout_width="match_parent"