|
|
|
@ -315,6 +315,18 @@ |
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/status_poll_button" |
|
|
|
|
tools:text="7 votes • 7 hours remaining" /> |
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
android:id="@+id/status_emoji_reactions" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="1dp" |
|
|
|
|
android:layout_marginBottom="1dp" |
|
|
|
|
android:nestedScrollingEnabled="false" |
|
|
|
|
android:visibility="gone" |
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
app:layout_constraintStart_toStartOf="@id/status_display_name" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/status_poll_description" /> |
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
|
android:id="@+id/status_reply" |
|
|
|
|
style="@style/TuskyImageButton" |
|
|
|
@ -329,7 +341,7 @@ |
|
|
|
|
app:layout_constraintEnd_toStartOf="@id/status_inset" |
|
|
|
|
app:layout_constraintHorizontal_chainStyle="spread_inside" |
|
|
|
|
app:layout_constraintStart_toStartOf="@id/status_display_name" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/status_poll_description" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/status_emoji_reactions" |
|
|
|
|
app:srcCompat="@drawable/ic_reply_24dp" /> |
|
|
|
|
|
|
|
|
|
<at.connyduck.sparkbutton.SparkButton |
|
|
|
|