mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Add option to disable statistics block and post/comment score
As per users requested, I've added two options to the interface section: 1. Disable statistics (under users and community pages): Disables the statistics block on user/community pages 2. Disable post and comment scores: Disables the post and comment scores show on users pages
This commit is contained in:
@@ -79,7 +79,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginBottom="16dp">
|
||||
android:layout_marginBottom="16dp"
|
||||
android:id="@+id/community_statistics_block_view_subreddit_detail_activity">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/subscriber_count_image_view_view_subreddit_detail_activity"
|
||||
|
@@ -85,7 +85,8 @@
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/user_statistics_block_view_user_detail_activity">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/post_stats_text_view_view_user_detail_activity"
|
||||
|
Reference in New Issue
Block a user