JcPlayer
JcPlayer copied to clipboard
Custom icon is not working
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 -

What kind of file "p" and "n" are? Can you send me them?
both are PNG files (108*108 Dimensions) here is the link for files
@jeancsanchez how can i download the app? Can you please add apk file to the release page?
@maaudrana You have to download the code and run from Android Studio.
so i can not use that app in real device?