Use status text size for poll descriptions (#1942)
This commit is contained in:
parent
9e46a3fa87
commit
b8892044f6
1 changed files with 1 additions and 0 deletions
|
@ -476,6 +476,7 @@
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="6dp"
|
android:layout_marginTop="6dp"
|
||||||
|
android:textSize="?attr/status_text_medium"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="@id/status_display_name"
|
app:layout_constraintStart_toStartOf="@id/status_display_name"
|
||||||
app:layout_constraintTop_toBottomOf="@id/status_poll_button"
|
app:layout_constraintTop_toBottomOf="@id/status_poll_button"
|
||||||
|
|
Loading…
Add table
Reference in a new issue