|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:yt="http://schemas.android.com/apk/res-auto" android:id="@+id/youtube_controls_bottom_ui_container" android:layout_width="match_parent" android:layout_height="wrap_content" android:layoutDirection="ltr"> |
3 |
| - <com.google.android.libraries.youtube.common.ui.TouchImageView android:id="@+id/speed_dialog_button" android:paddingLeft="0.0dip" android:paddingTop="22.0dip" android:paddingRight="0.0dip" android:paddingBottom="22.0dip" android:longClickable="false" android:layout_width="48.0dip" android:layout_height="48.0dip" android:contentDescription="@string/revanced_overlay_button_speed_dialog_title" android:src="@drawable/revanced_speed_icon" android:scaleType="center" yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container" yt:layout_constraintRight_toLeftOf="@+id/copy_video_url_button" style="@style/YouTubePlayerButton"/> |
4 |
| - <com.google.android.libraries.youtube.common.ui.TouchImageView android:id="@+id/copy_video_url_button" android:paddingLeft="0.0dip" android:paddingTop="22.0dip" android:paddingRight="0.0dip" android:paddingBottom="22.0dip" android:longClickable="false" android:layout_width="48.0dip" android:layout_height="48.0dip" android:contentDescription="@string/revanced_overlay_button_copy_video_url_title" android:src="@drawable/revanced_copy_icon" android:scaleType="center" yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container" yt:layout_constraintRight_toLeftOf="@+id/copy_video_url_timestamp_button" style="@style/YouTubePlayerButton"/> |
5 |
| - <com.google.android.libraries.youtube.common.ui.TouchImageView android:id="@+id/copy_video_url_timestamp_button" android:paddingLeft="0.0dip" android:paddingTop="22.0dip" android:paddingRight="0.0dip" android:paddingBottom="22.0dip" android:longClickable="false" android:layout_width="48.0dip" android:layout_height="48.0dip" android:contentDescription="@string/revanced_overlay_button_copy_video_url_timestamp_title" android:src="@drawable/revanced_copy_icon_with_time" android:scaleType="center" yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container" yt:layout_constraintRight_toLeftOf="@+id/whitelist_button" style="@style/YouTubePlayerButton"/> |
6 |
| - <com.google.android.libraries.youtube.common.ui.TouchImageView android:id="@+id/whitelist_button" android:paddingLeft="0.0dip" android:paddingTop="22.0dip" android:paddingRight="0.0dip" android:paddingBottom="22.0dip" android:longClickable="false" android:layout_width="48.0dip" android:layout_height="48.0dip" android:contentDescription="@string/revanced_overlay_button_whitelist_title" android:src="@drawable/revanced_whitelist_icon" android:scaleType="center" yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container" yt:layout_constraintRight_toLeftOf="@+id/time_ordered_playlist_button" style="@style/YouTubePlayerButton"/> |
7 |
| - <com.google.android.libraries.youtube.common.ui.TouchImageView android:id="@+id/time_ordered_playlist_button" android:paddingLeft="0.0dip" android:paddingTop="22.0dip" android:paddingRight="0.0dip" android:paddingBottom="22.0dip" android:longClickable="false" android:layout_width="48.0dip" android:layout_height="48.0dip" android:contentDescription="@string/revanced_overlay_button_time_ordered_playlist_title" android:src="@drawable/revanced_time_ordered_playlist_icon" android:scaleType="center" yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container" yt:layout_constraintRight_toLeftOf="@+id/always_repeat_button" style="@style/YouTubePlayerButton"/> |
8 |
| - <com.google.android.libraries.youtube.common.ui.TouchImageView android:id="@+id/always_repeat_button" android:paddingLeft="0.0dip" android:paddingTop="22.0dip" android:paddingRight="0.0dip" android:paddingBottom="22.0dip" android:longClickable="false" android:layout_width="48.0dip" android:layout_height="48.0dip" android:contentDescription="@string/revanced_overlay_button_always_repeat_title" android:src="@drawable/revanced_repeat_icon" android:scaleType="center" yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container" yt:layout_constraintRight_toLeftOf="@+id/external_download_button" style="@style/YouTubePlayerButton"/> |
9 |
| - <com.google.android.libraries.youtube.common.ui.TouchImageView android:id="@+id/external_download_button" android:paddingLeft="0.0dip" android:paddingTop="22.0dip" android:paddingRight="0.0dip" android:paddingBottom="22.0dip" android:longClickable="false" android:layout_width="48.0dip" android:layout_height="48.0dip" android:contentDescription="@string/revanced_overlay_button_external_downloader_title" android:src="@drawable/revanced_download_icon" android:scaleType="center" yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container" yt:layout_constraintRight_toLeftOf="@+id/fullscreen_button" style="@style/YouTubePlayerButton"/> |
| 2 | +<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 3 | + xmlns:yt="http://schemas.android.com/apk/res-auto" |
| 4 | + android:id="@+id/youtube_controls_bottom_ui_container" |
| 5 | + android:layout_width="match_parent" android:layout_height="wrap_content" |
| 6 | + android:layoutDirection="ltr"> |
| 7 | + <com.google.android.libraries.youtube.common.ui.TouchImageView android:id="@+id/speed_dialog_button" |
| 8 | + android:paddingLeft="0.0dip" |
| 9 | + android:paddingTop="22.0dip" |
| 10 | + android:paddingRight="0.0dip" |
| 11 | + android:paddingBottom="22.0dip" |
| 12 | + android:longClickable="false" |
| 13 | + android:layout_width="48.0dip" |
| 14 | + android:layout_height="48.0dip" |
| 15 | + android:contentDescription="@string/revanced_overlay_button_speed_dialog_title" |
| 16 | + android:src="@drawable/revanced_speed_icon" |
| 17 | + android:scaleType="center" |
| 18 | + yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container" |
| 19 | + yt:layout_constraintRight_toLeftOf="@+id/copy_video_url_button" |
| 20 | + style="@style/YouTubePlayerButton"/> |
| 21 | + <com.google.android.libraries.youtube.common.ui.TouchImageView android:id="@+id/copy_video_url_button" |
| 22 | + android:paddingLeft="0.0dip" |
| 23 | + android:paddingTop="22.0dip" |
| 24 | + android:paddingRight="0.0dip" |
| 25 | + android:paddingBottom="22.0dip" |
| 26 | + android:longClickable="false" |
| 27 | + android:layout_width="48.0dip" |
| 28 | + android:layout_height="48.0dip" |
| 29 | + android:contentDescription="@string/revanced_overlay_button_copy_video_url_title" |
| 30 | + android:src="@drawable/revanced_copy_icon" |
| 31 | + android:scaleType="center" |
| 32 | + yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container" |
| 33 | + yt:layout_constraintRight_toLeftOf="@+id/copy_video_url_timestamp_button" |
| 34 | + style="@style/YouTubePlayerButton"/> |
| 35 | + <com.google.android.libraries.youtube.common.ui.TouchImageView android:id="@+id/copy_video_url_timestamp_button" |
| 36 | + android:paddingLeft="0.0dip" |
| 37 | + android:paddingTop="22.0dip" |
| 38 | + android:paddingRight="0.0dip" |
| 39 | + android:paddingBottom="22.0dip" |
| 40 | + android:longClickable="false" |
| 41 | + android:layout_width="48.0dip" |
| 42 | + android:layout_height="48.0dip" |
| 43 | + android:contentDescription="@string/revanced_overlay_button_copy_video_url_timestamp_title" |
| 44 | + android:src="@drawable/revanced_copy_icon_with_time" |
| 45 | + android:scaleType="center" |
| 46 | + yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container" |
| 47 | + yt:layout_constraintRight_toLeftOf="@+id/mute_volume_button" |
| 48 | + style="@style/YouTubePlayerButton"/> |
| 49 | + <com.google.android.libraries.youtube.common.ui.TouchImageView android:id="@+id/mute_volume_button" |
| 50 | + android:paddingLeft="0.0dip" |
| 51 | + android:paddingTop="22.0dip" |
| 52 | + android:paddingRight="0.0dip" |
| 53 | + android:paddingBottom="22.0dip" |
| 54 | + android:longClickable="false" |
| 55 | + android:layout_width="48.0dip" |
| 56 | + android:layout_height="48.0dip" |
| 57 | + android:contentDescription="@string/revanced_overlay_button_mute_volume_title" |
| 58 | + android:src="@drawable/mute_volume_button" |
| 59 | + android:scaleType="center" |
| 60 | + yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container" |
| 61 | + yt:layout_constraintRight_toLeftOf="@+id/whitelist_button" |
| 62 | + style="@style/YouTubePlayerButton"/> |
| 63 | + <com.google.android.libraries.youtube.common.ui.TouchImageView android:id="@+id/whitelist_button" |
| 64 | + android:paddingLeft="0.0dip" |
| 65 | + android:paddingTop="22.0dip" |
| 66 | + android:paddingRight="0.0dip" |
| 67 | + android:paddingBottom="22.0dip" |
| 68 | + android:longClickable="false" |
| 69 | + android:layout_width="48.0dip" |
| 70 | + android:layout_height="48.0dip" |
| 71 | + android:contentDescription="@string/revanced_overlay_button_whitelist_title" |
| 72 | + android:src="@drawable/revanced_whitelist_icon" |
| 73 | + android:scaleType="center" |
| 74 | + yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container" |
| 75 | + yt:layout_constraintRight_toLeftOf="@+id/time_ordered_playlist_button" |
| 76 | + style="@style/YouTubePlayerButton"/> |
| 77 | + <com.google.android.libraries.youtube.common.ui.TouchImageView android:id="@+id/time_ordered_playlist_button" |
| 78 | + android:paddingLeft="0.0dip" |
| 79 | + android:paddingTop="22.0dip" |
| 80 | + android:paddingRight="0.0dip" |
| 81 | + android:paddingBottom="22.0dip" |
| 82 | + android:longClickable="false" |
| 83 | + android:layout_width="48.0dip" |
| 84 | + android:layout_height="48.0dip" |
| 85 | + android:contentDescription="@string/revanced_overlay_button_time_ordered_playlist_title" |
| 86 | + android:src="@drawable/revanced_time_ordered_playlist_icon" |
| 87 | + android:scaleType="center" |
| 88 | + yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container" |
| 89 | + yt:layout_constraintRight_toLeftOf="@+id/always_repeat_button" |
| 90 | + style="@style/YouTubePlayerButton"/> |
| 91 | + <com.google.android.libraries.youtube.common.ui.TouchImageView android:id="@+id/always_repeat_button" |
| 92 | + android:paddingLeft="0.0dip" |
| 93 | + android:paddingTop="22.0dip" |
| 94 | + android:paddingRight="0.0dip" |
| 95 | + android:paddingBottom="22.0dip" |
| 96 | + android:longClickable="false" |
| 97 | + android:layout_width="48.0dip" |
| 98 | + android:layout_height="48.0dip" |
| 99 | + android:contentDescription="@string/revanced_overlay_button_always_repeat_title" |
| 100 | + android:src="@drawable/revanced_repeat_icon" |
| 101 | + android:scaleType="center" |
| 102 | + yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container" |
| 103 | + yt:layout_constraintRight_toLeftOf="@+id/external_download_button" |
| 104 | + style="@style/YouTubePlayerButton"/> |
| 105 | + <com.google.android.libraries.youtube.common.ui.TouchImageView android:id="@+id/external_download_button" |
| 106 | + android:paddingLeft="0.0dip" |
| 107 | + android:paddingTop="22.0dip" |
| 108 | + android:paddingRight="0.0dip" |
| 109 | + android:paddingBottom="22.0dip" |
| 110 | + android:longClickable="false" |
| 111 | + android:layout_width="48.0dip" |
| 112 | + android:layout_height="48.0dip" |
| 113 | + android:contentDescription="@string/revanced_overlay_button_external_downloader_title" |
| 114 | + android:src="@drawable/revanced_download_icon" |
| 115 | + android:scaleType="center" |
| 116 | + yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container" |
| 117 | + yt:layout_constraintRight_toLeftOf="@+id/fullscreen_button" |
| 118 | + style="@style/YouTubePlayerButton"/> |
10 | 119 | </android.support.constraint.ConstraintLayout>
|
0 commit comments