mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-13 06:05:41 +02:00
fix(YouTube - Copy video URL): Use correct button ordering
Fixes refactoring oversight of button fade fix
This commit is contained in:
parent
016d61f385
commit
5e622ccf66
1 changed files with 20 additions and 20 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue