Separate comment up and downvotes

This commit makes it possible to separate up and downvotes in the comments as well.
This commit is contained in:
Bazsalanszky
2023-08-10 10:59:02 +02:00
parent 2375ba9d35
commit 2e6c9db614
3 changed files with 119 additions and 12 deletions

View File

@@ -197,6 +197,18 @@
app:layout_constraintStart_toEndOf="@+id/score_text_view_item_post_comment"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/downvote_text_view_item_post_comment"
android:layout_width="32dp"
android:layout_height="wrap_content"
android:fontFamily="?attr/font_family"
android:gravity="start"
android:textSize="?attr/font_12"
android:textStyle="bold"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/down_vote_button_item_post_comment"
app:layout_constraintTop_toTopOf="parent" />
<View
android:id="@+id/placeholder_item_post_comment"
android:layout_width="0dp"