Fix progress text wrapping in TransferControlView.
This commit is contained in:
parent
17b24d3c24
commit
b5ba4d3570
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
android:id="@+id/secondary_details_text"
|
||||
style="@style/Signal.Text.Caption"
|
||||
android:includeFontPadding="false"
|
||||
android:layout_width="0dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="24dp"
|
||||
android:layout_marginStart="@dimen/transfer_control_view_progressbar_to_textview_margin"
|
||||
android:layout_marginEnd="4dp"
|
||||
|
|
Loading…
Add table
Reference in a new issue