fix GPX stats display bug (maxLines)
This commit is contained in:
parent
18fc895d06
commit
726b4210de
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@
|
|||
</LinearLayout>
|
||||
|
||||
<TextView android:id="@+id/local_index_descr" android:gravity="center_vertical" android:layout_width="wrap_content" android:layout_height="wrap_content"
|
||||
android:maxLines="7" style="@style/ListText.Small"></TextView>
|
||||
android:maxLines="25" style="@style/ListText.Small"></TextView>
|
||||
|
||||
</LinearLayout>
|
Loading…
Reference in a new issue