parent
b2f2ca6c22
commit
4188670b42
16 changed files with 917 additions and 5 deletions
|
@ -319,6 +319,16 @@
|
|||
app:layout_constraintTop_toBottomOf="@id/status_poll_description"
|
||||
app:srcCompat="@drawable/ic_reply_24dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/status_replies"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintBottom_toBottomOf="@id/status_reply"
|
||||
app:layout_constraintStart_toEndOf="@id/status_reply"
|
||||
app:layout_constraintTop_toTopOf="@id/status_reply"
|
||||
android:textAlignment="viewEnd"
|
||||
android:textSize="?attr/status_text_medium" />
|
||||
|
||||
<at.connyduck.sparkbutton.SparkButton
|
||||
android:id="@+id/status_inset"
|
||||
android:layout_width="30dp"
|
||||
|
|
|
@ -348,6 +348,7 @@
|
|||
<string name="post_media_video">Video</string>
|
||||
<string name="post_media_audio">Audio</string>
|
||||
<string name="post_media_attachments">Attachments</string>
|
||||
<string name="status_count_one_plus">1+</string>
|
||||
|
||||
<string name="state_follow_requested">Follow requested</string>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue