|
143 | 143 | android:layout_width="wrap_content" |
144 | 144 | android:layout_height="wrap_content" |
145 | 145 | android:ellipsize="marquee" |
146 | | - android:maxLines="2" |
147 | 146 | android:text="@string/auto_upload_on_wifi" |
148 | 147 | android:textAppearance="?attr/textAppearanceListItem" /> |
149 | 148 | </RelativeLayout> |
|
182 | 181 | android:layout_width="wrap_content" |
183 | 182 | android:layout_height="wrap_content" |
184 | 183 | android:ellipsize="marquee" |
185 | | - android:maxLines="2" |
186 | 184 | android:text="@string/instant_upload_on_charging" |
187 | 185 | android:textAppearance="?attr/textAppearanceListItem" /> |
188 | 186 | </RelativeLayout> |
|
259 | 257 | android:layout_width="wrap_content" |
260 | 258 | android:layout_height="wrap_content" |
261 | 259 | android:ellipsize="marquee" |
262 | | - android:maxLines="2" |
263 | 260 | android:text="@string/prefs_instant_upload_path_use_subfolders_title" |
264 | 261 | android:textAppearance="?attr/textAppearanceListItem" /> |
265 | 262 |
|
|
270 | 267 | android:layout_below="@id/setting_instant_upload_path_use_subfolders_label" |
271 | 268 | android:layout_alignStart="@id/setting_instant_upload_path_use_subfolders_label" |
272 | 269 | android:ellipsize="end" |
273 | | - android:maxLines="2" |
274 | 270 | android:text="@string/prefs_instant_upload_path_use_date_subfolders_summary" |
275 | 271 | android:textColor="?android:attr/textColorSecondary" /> |
276 | 272 | </RelativeLayout> |
|
310 | 306 | android:layout_width="wrap_content" |
311 | 307 | android:layout_height="wrap_content" |
312 | 308 | android:ellipsize="marquee" |
313 | | - android:maxLines="2" |
314 | 309 | android:text="@string/prefs_instant_upload_exclude_hidden_title" |
315 | 310 | android:textAppearance="?attr/textAppearanceListItem" /> |
316 | 311 |
|
|
321 | 316 | android:layout_below="@id/setting_instant_upload_exclude_hidden_label" |
322 | 317 | android:layout_alignStart="@id/setting_instant_upload_exclude_hidden_label" |
323 | 318 | android:ellipsize="end" |
324 | | - android:maxLines="2" |
325 | 319 | android:text="@string/prefs_instant_upload_exclude_hidden_summary" |
326 | 320 | android:textColor="?android:attr/textColorSecondary" /> |
327 | 321 | </RelativeLayout> |
|
360 | 354 | android:layout_width="wrap_content" |
361 | 355 | android:layout_height="wrap_content" |
362 | 356 | android:ellipsize="marquee" |
363 | | - android:maxLines="2" |
364 | 357 | android:text="@string/prefs_instant_upload_subfolder_rule_title" |
365 | 358 | android:textAppearance="?attr/textAppearanceListItem" /> |
366 | 359 |
|
|
388 | 381 | android:layout_width="wrap_content" |
389 | 382 | android:layout_height="wrap_content" |
390 | 383 | android:ellipsize="marquee" |
391 | | - android:maxLines="2" |
392 | 384 | android:text="@string/prefs_instant_behaviour_title" |
393 | 385 | android:textAppearance="?attr/textAppearanceListItem" /> |
394 | 386 |
|
|
397 | 389 | android:layout_width="wrap_content" |
398 | 390 | android:layout_height="wrap_content" |
399 | 391 | android:ellipsize="end" |
400 | | - android:maxLines="2" |
401 | 392 | android:text="@string/placeholder_filename" |
402 | 393 | android:textColor="?android:attr/textColorSecondary" /> |
403 | 394 | </LinearLayout> |
|
418 | 409 | android:layout_width="wrap_content" |
419 | 410 | android:layout_height="wrap_content" |
420 | 411 | android:ellipsize="marquee" |
421 | | - android:maxLines="2" |
422 | 412 | android:text="@string/pref_instant_name_collision_policy_title" |
423 | 413 | android:textAppearance="?attr/textAppearanceListItem" /> |
424 | 414 |
|
|
427 | 417 | android:layout_width="wrap_content" |
428 | 418 | android:layout_height="wrap_content" |
429 | 419 | android:ellipsize="end" |
430 | | - android:maxLines="2" |
431 | 420 | android:text="@string/placeholder_filename" |
432 | 421 | android:textColor="?android:attr/textColorSecondary" /> |
433 | 422 | </LinearLayout> |
|
0 commit comments