mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-06-13 05:37:41 +02:00
fix(YouTube - Copy video URL): Use correct button ordering
Fixes refactoring oversight of button fade fix
This commit is contained in:
@ -6,26 +6,6 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layoutDirection="ltr">
|
android:layoutDirection="ltr">
|
||||||
|
|
||||||
<com.google.android.libraries.youtube.common.ui.TouchImageView
|
|
||||||
android:id="@+id/revanced_copy_video_url_timestamp_button"
|
|
||||||
style="@style/YouTubePlayerButton"
|
|
||||||
android:layout_width="48.0dip"
|
|
||||||
android:layout_height="60.0dip"
|
|
||||||
android:paddingTop="6.0dp"
|
|
||||||
android:paddingBottom="0dp"
|
|
||||||
android:scaleType="center"
|
|
||||||
android:src="@drawable/revanced_yt_copy_timestamp"
|
|
||||||
yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container"
|
|
||||||
yt:layout_constraintRight_toLeftOf="@+id/fullscreen_button" />
|
|
||||||
|
|
||||||
<View
|
|
||||||
android:id="@+id/revanced_copy_video_url_timestamp_button_placeholder"
|
|
||||||
android:layout_width="48.0dip"
|
|
||||||
android:layout_height="60.0dip"
|
|
||||||
android:visibility="gone"
|
|
||||||
yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container"
|
|
||||||
yt:layout_constraintRight_toLeftOf="@+id/fullscreen_button" />
|
|
||||||
|
|
||||||
<com.google.android.libraries.youtube.common.ui.TouchImageView
|
<com.google.android.libraries.youtube.common.ui.TouchImageView
|
||||||
android:id="@+id/revanced_copy_video_url_button"
|
android:id="@+id/revanced_copy_video_url_button"
|
||||||
style="@style/YouTubePlayerButton"
|
style="@style/YouTubePlayerButton"
|
||||||
@ -45,4 +25,24 @@
|
|||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container"
|
yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container"
|
||||||
yt:layout_constraintRight_toLeftOf="@+id/fullscreen_button" />
|
yt:layout_constraintRight_toLeftOf="@+id/fullscreen_button" />
|
||||||
|
|
||||||
|
<com.google.android.libraries.youtube.common.ui.TouchImageView
|
||||||
|
android:id="@+id/revanced_copy_video_url_timestamp_button"
|
||||||
|
style="@style/YouTubePlayerButton"
|
||||||
|
android:layout_width="48.0dip"
|
||||||
|
android:layout_height="60.0dip"
|
||||||
|
android:paddingTop="6.0dp"
|
||||||
|
android:paddingBottom="0dp"
|
||||||
|
android:scaleType="center"
|
||||||
|
android:src="@drawable/revanced_yt_copy_timestamp"
|
||||||
|
yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container"
|
||||||
|
yt:layout_constraintRight_toLeftOf="@+id/fullscreen_button" />
|
||||||
|
|
||||||
|
<View
|
||||||
|
android:id="@+id/revanced_copy_video_url_timestamp_button_placeholder"
|
||||||
|
android:layout_width="48.0dip"
|
||||||
|
android:layout_height="60.0dip"
|
||||||
|
android:visibility="gone"
|
||||||
|
yt:layout_constraintBottom_toTopOf="@+id/quick_actions_container"
|
||||||
|
yt:layout_constraintRight_toLeftOf="@+id/fullscreen_button" />
|
||||||
</android.support.constraint.ConstraintLayout>
|
</android.support.constraint.ConstraintLayout>
|
||||||
|
Reference in New Issue
Block a user