Use status text size for poll descriptions (#1942)

This commit is contained in:
Karol Kosek 2020-09-25 13:27:09 +02:00 committed by Alibek Omarov
parent 90ebef5a74
commit dbff0333d7
1 changed files with 1 additions and 0 deletions

View File

@ -326,6 +326,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:textSize="?attr/status_text_medium"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@id/status_display_name"
app:layout_constraintTop_toBottomOf="@id/status_poll_button"