Prevent call stat from using two lines
This commit is contained in:
parent
9e2b52b4d2
commit
3d7733c86a
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
||||||
style="@style/call_stats_font"
|
style="@style/call_stats_font"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:maxLines="1"
|
||||||
|
android:ellipsize="end"
|
||||||
android:gravity="center" />
|
android:gravity="center" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Reference in a new issue