JcPlayer icon indicating copy to clipboard operation
JcPlayer copied to clipboard

Custom icon is not working

Open VikasGutte opened this issue 6 years ago • 5 comments

Hi,

I tried to change icons but that not working properly, below is code

   <com.example.jean.jcplayer.view.JcPlayerView
    android:id="@+id/jcplayer"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_alignParentBottom="true"
    android:gravity="bottom"
    app:next_icon="@drawable/n"
    app:pause_icon_color="@android:color/holo_green_light"
    app:play_icon_color="@android:color/holo_green_light"
    app:previous_icon="@drawable/p"
    app:progress_color="@android:color/holo_green_light"
    app:random_icon_color="@android:color/black"
    app:repeat_icon_color="@android:color/black"
    app:seek_bar_color="@android:color/black"
    app:text_audio_current_duration_color="@android:color/holo_green_light"
    app:text_audio_duration_color="@android:color/holo_green_light"
    app:text_audio_title_color="@android:color/black" />

Here is the output -

image

VikasGutte avatar Apr 06 '19 12:04 VikasGutte

What kind of file "p" and "n" are? Can you send me them?

jeancsanchez avatar Apr 08 '19 09:04 jeancsanchez

both are PNG files (108*108 Dimensions) here is the link for files

VikasGutte avatar Apr 08 '19 19:04 VikasGutte

@jeancsanchez how can i download the app? Can you please add apk file to the release page?

masudr4n4 avatar May 02 '19 15:05 masudr4n4

@maaudrana You have to download the code and run from Android Studio.

jeancsanchez avatar May 02 '19 15:05 jeancsanchez

so i can not use that app in real device?

masudr4n4 avatar May 02 '19 15:05 masudr4n4