add playhead progress indicator to player episodes list
This commit is contained in:
		@ -26,7 +26,16 @@
 | 
			
		||||
            android:background="@drawable/bg_circle__black_transparent_24dp"
 | 
			
		||||
            android:contentDescription="@string/button_play"
 | 
			
		||||
            app:srcCompat="@drawable/ic_baseline_play_arrow_24"
 | 
			
		||||
            app:tint="#FFFFFF" />
 | 
			
		||||
            app:tint="@color/player_white" />
 | 
			
		||||
 | 
			
		||||
        <com.google.android.material.progressindicator.LinearProgressIndicator
 | 
			
		||||
            android:id="@+id/progress_playhead"
 | 
			
		||||
            android:layout_width="match_parent"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            android:layout_gravity="bottom"
 | 
			
		||||
            android:max="100"
 | 
			
		||||
            app:trackColor="#00FFFFFF"
 | 
			
		||||
            app:trackThickness="2dp" />
 | 
			
		||||
    </FrameLayout>
 | 
			
		||||
 | 
			
		||||
    <TextView
 | 
			
		||||
 | 
			
		||||
@ -51,7 +51,7 @@
 | 
			
		||||
    </style>
 | 
			
		||||
 | 
			
		||||
    <!-- player theme -->
 | 
			
		||||
    <style name="PlayerTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
 | 
			
		||||
    <style name="PlayerTheme" parent="AppTheme">
 | 
			
		||||
        <item name="android:windowNoTitle">true</item>
 | 
			
		||||
        <item name="android:windowActionBar">false</item>
 | 
			
		||||
        <item name="android:windowFullscreen">true</item>
 | 
			
		||||
@ -86,7 +86,8 @@
 | 
			
		||||
        <item name="android:popupBackground">?themeSecondary</item>
 | 
			
		||||
    </style>
 | 
			
		||||
 | 
			
		||||
    <style name="FullScreenDialogStyle" parent="Theme.MaterialComponents.Light.NoActionBar">
 | 
			
		||||
    <!-- fullscreen dialog fragments -->
 | 
			
		||||
    <style name="FullScreenDialogStyle" parent="AppTheme">
 | 
			
		||||
        <item name="android:windowFullscreen">true</item>
 | 
			
		||||
        <item name="android:windowIsFloating">false</item>
 | 
			
		||||
        <item name="android:windowBackground">@android:color/transparent</item>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user