2018-08-22 02:04:46 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-05-14 15:05:09 +00:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-08-22 02:04:46 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
2019-10-04 12:59:08 +00:00
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
2018-08-22 02:04:46 +00: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"
|
2020-05-14 15:05:09 +00:00
|
|
|
app:fabSize="normal"
|
|
|
|
app:srcCompat="@drawable/ic_close_white_24dp" />
|
|
|
|
</FrameLayout>
|