瀏覽代碼

OC-3354: (Fix bug) In the pincode field, it the field doesn't fit, suspension points doesn't appear

masensio 11 年之前
父節點
當前提交
7c19578421
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      res/xml/preferences.xml

+ 1 - 1
res/xml/preferences.xml

@@ -26,7 +26,7 @@
         android:summary="@string/prefs_summary_select_oc_account" 
         / -->
     <Preference android:title="@string/prefs_manage_accounts" android:key="manage_account" />
-    <CheckBoxPreference android:title="@string/prefs_pincode" android:key="set_pincode" 
+    <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle android:title="@string/prefs_pincode" android:key="set_pincode" 
                         android:summary="@string/prefs_pincode_summary"/>
     <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle android:key="instant_uploading" 
                         android:title="@string/prefs_instant_upload"