Skip to content
Snippets Groups Projects
Unverified Commit f6a0b4f3 authored by Alex Paulescu's avatar Alex Paulescu Committed by GitHub
Browse files

Restricted text from passing one line. (#3168)

parent 3b6c8acf
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,8 @@ ...@@ -42,6 +42,8 @@
style="@style/headline5Bold" style="@style/headline5Bold"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
app:autoSizeTextType="uniform"
android:maxLines="1"
android:textColor="@color/colorTextPrimary1InvertedStable" android:textColor="@color/colorTextPrimary1InvertedStable"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment