From b6ebcf1c4c4b849e581c95110c8eeb36926ac72d Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 25 Sep 2020 12:08:17 +0800 Subject: Add options to customize bottom app bar. --- .../layout/fragment_customize_bottom_app_bar.xml | 399 +++++++++++++++++++++ .../layout/fragment_customize_main_page_tabs.xml | 5 +- 2 files changed, 400 insertions(+), 4 deletions(-) create mode 100644 app/src/main/res/layout/fragment_customize_bottom_app_bar.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/fragment_customize_bottom_app_bar.xml b/app/src/main/res/layout/fragment_customize_bottom_app_bar.xml new file mode 100644 index 00000000..281f7448 --- /dev/null +++ b/app/src/main/res/layout/fragment_customize_bottom_app_bar.xml @@ -0,0 +1,399 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file 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 f20ec4d3..03ba6d4d 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 @@ -17,7 +17,7 @@ android:layout_height="wrap_content" android:padding="16dp" android:drawablePadding="32dp" - android:text="@string/settings_tab_info" + android:text="@string/restart_app_see_changes" android:textColor="@color/settingsSubtitleColor" android:gravity="center_vertical" android:textSize="?attr/font_default" @@ -40,7 +40,6 @@ -- cgit v1.2.3