limit the file loading settings item label length to avoid some glitches

This commit is contained in:
tibbi 2020-01-18 19:06:08 +01:00
parent 38c01fd6c0
commit 90b4ab470d
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toStartOf="@+id/settings_file_loading_priority"
android:ellipsize="end"
android:lines="1"
android:paddingLeft="@dimen/medium_margin"
android:paddingRight="@dimen/medium_margin"
android:text="@string/file_loading_priority"/>