|
70 | 70 | tools:ignore="ContentDescription" |
71 | 71 | tools:visibility="visible" /> |
72 | 72 |
|
73 | | - <TextView |
| 73 | + <org.schabi.newpipe.views.NewPipeTextView |
74 | 74 | android:id="@+id/touch_append_detail" |
75 | 75 | android:layout_width="wrap_content" |
76 | 76 | android:layout_height="wrap_content" |
|
88 | 88 | tools:ignore="RtlHardcoded" |
89 | 89 | tools:visibility="visible" /> |
90 | 90 |
|
91 | | - <TextView |
| 91 | + <org.schabi.newpipe.views.NewPipeTextView |
92 | 92 | android:id="@+id/detail_duration_view" |
93 | 93 | android:layout_width="wrap_content" |
94 | 94 | android:layout_height="wrap_content" |
|
113 | 113 | tools:text="12:38" |
114 | 114 | tools:visibility="visible" /> |
115 | 115 |
|
116 | | - <TextView |
| 116 | + <org.schabi.newpipe.views.NewPipeTextView |
117 | 117 | android:id="@+id/detail_position_view" |
118 | 118 | android:layout_width="wrap_content" |
119 | 119 | android:layout_height="wrap_content" |
|
179 | 179 | android:paddingStart="12dp" |
180 | 180 | tools:ignore="RtlSymmetry"> |
181 | 181 |
|
182 | | - <TextView |
| 182 | + <org.schabi.newpipe.views.NewPipeTextView |
183 | 183 | android:id="@+id/detail_video_title_view" |
184 | 184 | android:layout_width="match_parent" |
185 | 185 | android:layout_height="match_parent" |
|
291 | 291 | android:gravity="center_vertical" |
292 | 292 | android:orientation="vertical"> |
293 | 293 |
|
294 | | - <TextView |
| 294 | + <org.schabi.newpipe.views.NewPipeTextView |
295 | 295 | android:id="@+id/detail_sub_channel_text_view" |
296 | 296 | android:layout_width="match_parent" |
297 | 297 | android:layout_height="wrap_content" |
|
307 | 307 | tools:ignore="RtlHardcoded" |
308 | 308 | tools:text="Channel" /> |
309 | 309 |
|
310 | | - <TextView |
| 310 | + <org.schabi.newpipe.views.NewPipeTextView |
311 | 311 | android:id="@+id/detail_uploader_text_view" |
312 | 312 | android:layout_width="match_parent" |
313 | 313 | android:layout_height="wrap_content" |
|
348 | 348 | android:paddingLeft="6dp" |
349 | 349 | android:paddingRight="6dp"> |
350 | 350 |
|
351 | | - <TextView |
| 351 | + <org.schabi.newpipe.views.NewPipeTextView |
352 | 352 | android:id="@+id/detail_view_count_view" |
353 | 353 | android:layout_width="wrap_content" |
354 | 354 | android:layout_height="wrap_content" |
|
369 | 369 | android:contentDescription="@string/detail_likes_img_view_description" |
370 | 370 | app:srcCompat="@drawable/ic_thumb_up" /> |
371 | 371 |
|
372 | | - <TextView |
| 372 | + <org.schabi.newpipe.views.NewPipeTextView |
373 | 373 | android:id="@+id/detail_thumbs_up_count_view" |
374 | 374 | android:layout_width="wrap_content" |
375 | 375 | android:layout_height="@dimen/video_item_detail_like_image_height" |
|
394 | 394 | app:srcCompat="@drawable/ic_thumb_down" |
395 | 395 | tools:ignore="RtlHardcoded" /> |
396 | 396 |
|
397 | | - <TextView |
| 397 | + <org.schabi.newpipe.views.NewPipeTextView |
398 | 398 | android:id="@+id/detail_thumbs_down_count_view" |
399 | 399 | android:layout_width="wrap_content" |
400 | 400 | android:layout_height="@dimen/video_item_detail_like_image_height" |
|
408 | 408 | tools:ignore="RtlHardcoded" |
409 | 409 | tools:text="10K" /> |
410 | 410 |
|
411 | | - <TextView |
| 411 | + <org.schabi.newpipe.views.NewPipeTextView |
412 | 412 | android:id="@+id/detail_thumbs_disabled_view" |
413 | 413 | android:layout_width="wrap_content" |
414 | 414 | android:layout_height="@dimen/video_item_detail_like_image_height" |
|
436 | 436 | android:orientation="horizontal" |
437 | 437 | android:padding="@dimen/detail_control_padding"> |
438 | 438 |
|
439 | | - <TextView |
| 439 | + <org.schabi.newpipe.views.NewPipeTextView |
440 | 440 | android:id="@+id/detail_controls_playlist_append" |
441 | 441 | android:layout_width="@dimen/detail_control_width" |
442 | 442 | android:layout_height="@dimen/detail_control_height" |
|
452 | 452 | android:textSize="@dimen/detail_control_text_size" |
453 | 453 | app:drawableTopCompat="@drawable/ic_playlist_add" /> |
454 | 454 |
|
455 | | - <TextView |
| 455 | + <org.schabi.newpipe.views.NewPipeTextView |
456 | 456 | android:id="@+id/detail_controls_background" |
457 | 457 | android:layout_width="@dimen/detail_control_width" |
458 | 458 | android:layout_height="@dimen/detail_control_height" |
|
468 | 468 | android:textSize="@dimen/detail_control_text_size" |
469 | 469 | app:drawableTopCompat="@drawable/ic_headset" /> |
470 | 470 |
|
471 | | - <TextView |
| 471 | + <org.schabi.newpipe.views.NewPipeTextView |
472 | 472 | android:id="@+id/detail_controls_popup" |
473 | 473 | android:layout_width="@dimen/detail_control_width" |
474 | 474 | android:layout_height="@dimen/detail_control_height" |
|
484 | 484 | android:textSize="@dimen/detail_control_text_size" |
485 | 485 | app:drawableTopCompat="@drawable/ic_picture_in_picture" /> |
486 | 486 |
|
487 | | - <TextView |
| 487 | + <org.schabi.newpipe.views.NewPipeTextView |
488 | 488 | android:id="@+id/detail_controls_download" |
489 | 489 | android:layout_width="@dimen/detail_control_width" |
490 | 490 | android:layout_height="@dimen/detail_control_height" |
|
515 | 515 | android:visibility="gone" |
516 | 516 | tools:visibility="visible"> |
517 | 517 |
|
518 | | - <TextView |
| 518 | + <org.schabi.newpipe.views.NewPipeTextView |
519 | 519 | android:id="@+id/detail_controls_share" |
520 | 520 | android:layout_width="@dimen/detail_control_width" |
521 | 521 | android:layout_height="@dimen/detail_control_height" |
|
531 | 531 | android:textSize="@dimen/detail_control_text_size" |
532 | 532 | app:drawableTopCompat="@drawable/ic_share" /> |
533 | 533 |
|
534 | | - <TextView |
| 534 | + <org.schabi.newpipe.views.NewPipeTextView |
535 | 535 | android:id="@+id/detail_controls_open_in_browser" |
536 | 536 | android:layout_width="@dimen/detail_control_width" |
537 | 537 | android:layout_height="@dimen/detail_control_height" |
|
547 | 547 | android:textSize="@dimen/detail_control_text_size" |
548 | 548 | app:drawableTopCompat="@drawable/ic_language" /> |
549 | 549 |
|
550 | | - <TextView |
| 550 | + <org.schabi.newpipe.views.NewPipeTextView |
551 | 551 | android:id="@+id/detail_controls_play_with_kodi" |
552 | 552 | android:layout_width="@dimen/detail_control_width" |
553 | 553 | android:layout_height="@dimen/detail_control_height" |
|
573 | 573 | android:layout_marginRight="8dp" |
574 | 574 | android:background="?attr/separator_color" /> |
575 | 575 |
|
576 | | - <TextView |
| 576 | + <org.schabi.newpipe.views.NewPipeTextView |
577 | 577 | android:id="@+id/detail_meta_info_text_view" |
578 | 578 | android:layout_width="match_parent" |
579 | 579 | android:layout_height="wrap_content" |
|
654 | 654 | android:orientation="vertical" |
655 | 655 | tools:ignore="RtlHardcoded"> |
656 | 656 |
|
657 | | - <TextView |
| 657 | + <org.schabi.newpipe.views.NewPipeTextView |
658 | 658 | android:id="@+id/overlay_title_text_view" |
659 | 659 | android:layout_width="match_parent" |
660 | 660 | android:layout_height="wrap_content" |
|
668 | 668 | tools:ignore="RtlHardcoded" |
669 | 669 | tools:text="The Video Title LONG very LONVideo Title LONG very LONG" /> |
670 | 670 |
|
671 | | - <TextView |
| 671 | + <org.schabi.newpipe.views.NewPipeTextView |
672 | 672 | android:id="@+id/overlay_channel_text_view" |
673 | 673 | android:layout_width="match_parent" |
674 | 674 | android:layout_height="wrap_content" |
|
0 commit comments