From 1d7fbe3a993da8cc1ce5c64dc1cf29bf1659e005 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 16 Oct 2021 14:46:01 +0800 Subject: Add a button to directly select subreddit, user or multireddit in CustomizeMainPageTabsFragment. --- .../layout/fragment_customize_main_page_tabs.xml | 114 ++++++++++++++++----- app/src/main/res/values/strings.xml | 2 +- 2 files changed, 88 insertions(+), 28 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/fragment_customize_main_page_tabs.xml b/app/src/main/res/layout/fragment_customize_main_page_tabs.xml index 2a5f19d0..0d710862 100644 --- a/app/src/main/res/layout/fragment_customize_main_page_tabs.xml +++ b/app/src/main/res/layout/fragment_customize_main_page_tabs.xml @@ -175,37 +175,57 @@ - + app:layout_constraintEnd_toStartOf="@id/tab_1_name_add_image_view_customize_main_page_tabs_fragment" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toStartOf="@id/tab_1_name_add_image_view_customize_main_page_tabs_fragment" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/tab_1_name_title_text_view_customize_main_page_tabs_fragment" /> - + + + - + android:fontFamily="?attr/font_family" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintEnd_toStartOf="@id/tab_2_name_add_image_view_customize_main_page_tabs_fragment" /> + android:fontFamily="?attr/font_family" + app:layout_constraintTop_toBottomOf="@id/tab_2_name_title_text_view_customize_main_page_tabs_fragment" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintEnd_toStartOf="@id/tab_2_name_add_image_view_customize_main_page_tabs_fragment" /> + + - + - + android:fontFamily="?attr/font_family" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintEnd_toStartOf="@id/tab_3_name_add_image_view_customize_main_page_tabs_fragment" /> - - + android:fontFamily="?attr/font_family" + app:layout_constraintTop_toBottomOf="@id/tab_3_name_title_text_view_customize_main_page_tabs_fragment" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintEnd_toStartOf="@id/tab_3_name_add_image_view_customize_main_page_tabs_fragment" /> + + + + Title Type Subreddit Name (Without r/ prefix) - MultiReddit Name (/user/yourusername/m/yourmultiredditname) + MultiReddit Path (/user/yourusername/m/yourmultiredditname) Username (Without u/ prefix) There\'s no developer options here Download Location -- cgit v1.2.3