Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom icon is not working #88

Open
VikasGutte opened this issue Apr 6, 2019 · 5 comments
Open

Custom icon is not working #88

VikasGutte opened this issue Apr 6, 2019 · 5 comments

Comments

@VikasGutte
Copy link

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

@jeancsanchez
Copy link
Owner

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

@VikasGutte
Copy link
Author

VikasGutte commented Apr 8, 2019

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

@masudr4n4
Copy link

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

@jeancsanchez
Copy link
Owner

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

@masudr4n4
Copy link

so i can not use that app in real device?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants