mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-07 03:07:26 +01:00
Minor UI tweaks in settings.
This commit is contained in:
parent
ea837718bf
commit
b0bf06e0c0
@ -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);
|
||||
|
@ -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" />
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user