mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-06 05:49:49 +02:00
Add an option to hide the bottom app bar. Change the icon color in the bottom app bar.
This commit is contained in:
@@ -104,6 +104,32 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/multi_reddits_linear_layout_main_activity"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/selectableItemBackground"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:padding="16dp">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginEnd="32dp"
|
||||
android:src="@drawable/ic_multi_reddit_24dp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:text="@string/multi_reddit"
|
||||
android:textColor="@color/primaryTextColor"
|
||||
android:textSize="?attr/font_default" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/inbox_linear_layout_main_activity"
|
||||
android:layout_width="match_parent"
|
||||
|
@@ -79,7 +79,7 @@
|
||||
android:gravity="center"
|
||||
android:drawableTop="@drawable/ic_subscritptions_bottom_app_bar_24dp"
|
||||
android:text="@string/subscriptions"
|
||||
android:textColor="@color/defaultTextColor"
|
||||
android:textColor="@color/primaryTextColor"
|
||||
android:background="?attr/selectableItemBackgroundBorderless" />
|
||||
|
||||
<TextView
|
||||
@@ -97,7 +97,7 @@
|
||||
android:gravity="center"
|
||||
android:drawableTop="@drawable/ic_multi_reddit_24dp"
|
||||
android:text="@string/multi_reddit_listing_activity"
|
||||
android:textColor="@color/defaultTextColor"
|
||||
android:textColor="@color/primaryTextColor"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
Reference in New Issue
Block a user