summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/activity_reorder_tabs.xml
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-05-17 17:12:48 +0200
committerThomas <tschneider.ac@gmail.com>2022-05-17 17:12:48 +0200
commit4725ca6ce789bad20306bda4ee73f183247b6f37 (patch)
tree012925051d5a3a4497e82384b5c81a771f020cc4 /app/src/main/res/layout/activity_reorder_tabs.xml
parent42f950b23b2342d12bb0291dd90fe09a7b78a586 (diff)
Generate bottom menu programmatically
Diffstat (limited to 'app/src/main/res/layout/activity_reorder_tabs.xml')
-rw-r--r--app/src/main/res/layout/activity_reorder_tabs.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_reorder_tabs.xml b/app/src/main/res/layout/activity_reorder_tabs.xml
index a807eb470..9a0769258 100644
--- a/app/src/main/res/layout/activity_reorder_tabs.xml
+++ b/app/src/main/res/layout/activity_reorder_tabs.xml
@@ -19,6 +19,12 @@
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
+ android:id="@+id/lv_reorder_bottom"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:scrollbars="none" />
+
+ <androidx.recyclerview.widget.RecyclerView
android:id="@+id/lv_reorder_tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"