OC-3381: (Fix bug) In preferences, the 'instant upload via WIFI' field is multiline...
authormasensio <masensio@solidgear.es>
Tue, 18 Mar 2014 12:40:28 +0000 (13:40 +0100)
committermasensio <masensio@solidgear.es>
Tue, 18 Mar 2014 12:40:28 +0000 (13:40 +0100)
src/com/owncloud/android/ui/CheckBoxPreferenceWithLongTitle.java

index dbe618f..dac083a 100644 (file)
@@ -42,5 +42,6 @@ public class CheckBoxPreferenceWithLongTitle extends CheckBoxPreference{
         TextView titleView = (TextView) view.findViewById(android.R.id.title);
         titleView.setSingleLine(false);
         titleView.setMaxLines(3);
         TextView titleView = (TextView) view.findViewById(android.R.id.title);
         titleView.setSingleLine(false);
         titleView.setMaxLines(3);
+        titleView.setEllipsize(null);
     }
 }
\ No newline at end of file
     }
 }
\ No newline at end of file