Switched to AutoResizeTextView in steps layout.
This commit is contained in:
parent
0bc362205f
commit
3f1e9ada75
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
android:layout_marginBottom="16dp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<TextView
|
||||
<com.lb.auto_fit_textview.AutoResizeTextView
|
||||
android:id="@+id/frag_steps"
|
||||
style="?android:textAppearanceLarge"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -29,6 +29,7 @@
|
|||
android:gravity="center"
|
||||
android:text=""
|
||||
android:layout_weight="0.8"
|
||||
android:maxLines="1"
|
||||
android:textSize="78sp" />
|
||||
</LinearLayout>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue