File tree Expand file tree Collapse file tree 7 files changed +15
-21
lines changed
Expand file tree Collapse file tree 7 files changed +15
-21
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <ripple xmlns : android =" http://schemas.android.com/apk/res/android" android : color =" #33ffffff" />
Original file line number Diff line number Diff line change 77 android : id =" @+id/revanced_copy_video_url_button"
88 android : layout_width =" 48.0dip"
99 android : layout_height =" 60.0dip"
10- android : background =" @null"
11- android : clickable =" true"
12- android : focusable =" true"
10+ style =" @style/YouTubePlayerButton"
1311 android : paddingTop =" 6.0dp"
1412 android : paddingBottom =" 0dp"
1513 android : scaleType =" center"
1917 android : id =" @+id/revanced_copy_video_url_timestamp_button"
2018 android : layout_width =" 48.0dip"
2119 android : layout_height =" 60.0dip"
22- android : background =" @null"
23- android : clickable =" true"
24- android : focusable =" true"
20+ style =" @style/YouTubePlayerButton"
2521 android : paddingTop =" 6.0dp"
2622 android : paddingBottom =" 0dp"
2723 android : scaleType =" center"
Original file line number Diff line number Diff line change 55
66 <com .google.android.libraries.youtube.common.ui.TouchImageView
77 android : id =" @+id/revanced_external_download_button"
8+ style =" @style/YouTubePlayerButton"
89 android : layout_width =" 48.0dip"
910 android : layout_height =" 60.0dip"
10- android : background =" @null"
11- android : clickable =" true"
12- android : focusable =" true"
1311 android : longClickable =" false"
1412 android : paddingTop =" 6.5dp"
1513 android : paddingBottom =" 0dp"
Original file line number Diff line number Diff line change 1010
1111 <com .google.android.libraries.youtube.common.ui.TouchImageView
1212 android : id =" @+id/revanced_playback_speed_dialog_button"
13- android : background =" @null"
14- android : clickable =" true"
15- android : focusable =" true"
13+ style =" @style/YouTubePlayerButton"
1614 android : layout_width =" match_parent"
1715 android : layout_height =" match_parent"
1816 android : longClickable =" false"
Original file line number Diff line number Diff line change 44
55 <com .google.android.libraries.youtube.common.ui.TouchImageView
66 android : id =" @+id/revanced_sb_voting_button"
7- android : background =" @null"
8- android : clickable =" true"
9- android : focusable =" true"
7+ style =" @style/YouTubePlayerButton"
108 android : layout_width =" @dimen/controls_overlay_action_button_size"
119 android : layout_height =" @dimen/controls_overlay_action_button_size"
1210 android : layout_alignWithParentIfMissing =" true"
2018
2119 <com .google.android.libraries.youtube.common.ui.TouchImageView
2220 android : id =" @+id/revanced_sb_create_segment_button"
23- android : background =" @null"
24- android : clickable =" true"
25- android : focusable =" true"
21+ style =" @style/YouTubePlayerButton"
2622 android : layout_width =" @dimen/controls_overlay_action_button_size"
2723 android : layout_height =" @dimen/controls_overlay_action_button_size"
2824 android : layout_alignWithParentIfMissing =" true"
Original file line number Diff line number Diff line change 1010
1111 <com .google.android.libraries.youtube.common.ui.TouchImageView
1212 android : id =" @+id/revanced_video_quality_dialog_button"
13- android : background =" @null"
14- android : clickable =" true"
15- android : focusable =" true"
13+ style =" @style/YouTubePlayerButton"
1614 android : layout_width =" match_parent"
1715 android : layout_height =" match_parent"
1816 android : longClickable =" false"
Original file line number Diff line number Diff line change 1818<resources >
1919 <style name =" Theme.ReVanced.YouTubeMusic.Settings" parent =" android:ThemeOverlay.Material.Dark" >
2020 </style >
21+
22+ <style name =" YouTubePlayerButton" parent =" " >
23+ <item name =" android:focusable" >true</item >
24+ <item name =" android:clickable" >true</item >
25+ <item name =" android:background" >@drawable/player_button_background</item >
26+ </style >
2127</resources >
You can’t perform that action at this time.
0 commit comments