limit file or directory name to 3 lines

This commit is contained in:
tibbi 2016-07-14 21:08:53 +02:00
parent 232ffdd7d4
commit eda77a47e1
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
android:layout_height="wrap_content"
android:layout_alignTop="@+id/item_icon"
android:layout_toRightOf="@+id/item_icon"
android:ellipsize="end"
android:maxLines="3"
android:paddingLeft="@dimen/small_margin"
android:paddingTop="@dimen/small_margin"
android:text="Directory"/>