Minor UI tweaks in settings.

This commit is contained in:
Alex Ning 2021-01-18 23:42:16 +08:00
parent ea837718bf
commit b0bf06e0c0
3 changed files with 5 additions and 4 deletions

View File

@ -31,8 +31,6 @@ public class CustomizeBottomAppBarFragment extends Fragment {
@BindView(R.id.info_text_view_customize_bottom_app_bar_fragment)
TextView infoTextView;
@BindView(R.id.divider_1_customize_bottom_app_bar_fragment)
View divider1;
@BindView(R.id.main_activity_group_summary_customize_bottom_app_bar_fragment)
TextView mainActivityGroupSummaryTextView;
@BindView(R.id.main_activity_option_count_linear_layout_customize_bottom_app_bar_fragment)
@ -123,7 +121,6 @@ public class CustomizeBottomAppBarFragment extends Fragment {
if (accountName == null) {
infoTextView.setText(R.string.only_for_logged_in_user);
divider1.setVisibility(View.GONE);
mainActivityGroupSummaryTextView.setVisibility(View.GONE);
mainActivityOptionCountLinearLayout.setVisibility(View.GONE);
mainActivityOption1LinearLayout.setVisibility(View.GONE);

View File

@ -25,7 +25,6 @@
app:drawableStartCompat="@drawable/ic_info_preference_24dp" />
<View
android:id="@+id/divider_1_customize_bottom_app_bar_fragment"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/dividerColor" />

View File

@ -24,6 +24,11 @@
android:fontFamily="?attr/font_family"
app:drawableStartCompat="@drawable/ic_info_preference_24dp" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/dividerColor" />
<LinearLayout
android:id="@+id/tab_count_linear_layout_customize_main_page_tabs_fragment"
android:layout_width="match_parent"