<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black"
android:orientation="vertical"
tools:ignore="ContentDescription"
>
<ImageView
android:id="@+id/ivClosePlayer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="3dp"
app:srcCompat="@drawable/ic_close_player"
/>
<ImageView
android:id="@+id/ivAlbumCover"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="16dp"
tools:layout_height="265dp"
tools:layout_width="282dp"
tools:src="@drawable/tools_im_cover"
/>
<TextView
android:id="@+id/tvEpisodeTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="17dp"
android:layout_marginTop="11dp"
android:layout_marginEnd="19dp"
android:fontFamily="@font/markpro_black"
android:textAlignment="center"
android:textColor="@color/white"
android:textSize="20sp"
tools:text="EP1: Later-Stage Advice on lifestle and starups"
/>
<SeekBar
android:id="@+id/sbEpisode"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="8dp"
android:progressDrawable="@drawable/player_seekbar"
android:thumb="@drawable/player_seekbar_thumb"
tools:max="100"
tools:progress="30"
/>
<LinearLayout
android:id="@+id/llProgress"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="-6dp"
android:layout_marginStart="28dp"
android:layout_marginEnd="28dp"
android:orientation="horizontal"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/markpro_medium"
android:textColor="@color/grey"
android:textSize="14sp"
tools:text="1:30"
/>
<Space
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/markpro_medium"
android:textColor="@color/grey"
android:textSize="14sp"
tools:text="-19:30"
/>
</LinearLayout>
<FrameLayout
android:id="@+id/flNum"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="-12dp"
android:background="@drawable/ic_bg_num"
>
<TextView
android:id="@+id/tvUpvote"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="@font/markpro_medium"
android:textColor="@color/plus_cheer_text_color"
android:textSize="11sp"
tools:ignore="SmallSp"
tools:text="+1"
/>
</FrameLayout>
<FrameLayout
android:id="@+id/flCups"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="5dp"
android:background="@drawable/ic_bg_cups"
>
<ImageView
android:id="@+id/ivLeftCup"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|start"
android:layout_marginStart="10dp"
app:srcCompat="@drawable/ic_cup_l"
/>
<ImageView
android:id="@+id/ivRightCup"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|end"
android:layout_marginEnd="10dp"
app:srcCompat="@drawable/ic_cup_r"
/>
</FrameLayout>
<TextView
android:id="@+id/tvCheersCount"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="@font/markpro_medium"
android:textColor="@color/white"
tools:text="42 cheers"
/>
<LinearLayout
android:id="@+id/vgPlayerButtons"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="24dp"
android:gravity="center_vertical"
android:orientation="horizontal"
>
<FrameLayout
android:id="@+id/vgBack"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/ic_btn_back"
tools:ignore="UselessParent"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="@font/markpro_black"
android:text="@string/player_back_seconds"
android:textColor="@color/white"
android:textSize="15sp"
/>
</FrameLayout>
<ImageView
android:id="@+id/btnPlay"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="47dp"
android:layout_marginEnd="46dp"
app:srcCompat="@drawable/ic_btn_play_big"
/>
<FrameLayout
android:id="@+id/vgForward"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/ic_btn_forward"
tools:ignore="UselessParent"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="@font/markpro_black"
android:text="@string/player_back_seconds"
android:textColor="@color/white"
android:textSize="15sp"
/>
</FrameLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:layout_marginTop="28dp"
android:orientation="horizontal"
>
<ImageView
android:id="@+id/ivCarMode"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="18dp"
app:srcCompat="@drawable/ic_btn_car"
/>
<Space
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
/>
<ImageView
android:id="@+id/ivMore"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="18dp"
app:srcCompat="@drawable/ic_menu"
/>
</LinearLayout>
</LinearLayout>