NewPipe/app/src/main/res/layout/player_popup_close_overlay.xml

18 lines
737 B
XML
Raw Normal View History

2018-08-22 04:04:46 +02:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2018-08-22 04:04:46 +02:00
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
2019-10-04 14:59:08 +02:00
<com.google.android.material.floatingactionbutton.FloatingActionButton
2018-08-22 04:04:46 +02:00
android:id="@+id/closeButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center_horizontal"
android:layout_marginBottom="24dp"
app:backgroundTint="@color/light_youtube_primary_color"
app:borderWidth="0dp"
app:fabSize="normal"
2021-03-27 15:45:49 +01:00
app:srcCompat="@drawable/ic_close" />
</FrameLayout>