Skip to content

backwards compatibility for Android 4.4 #96

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

backwards compatibility for Android 4.4 #96

wants to merge 1 commit into from

Conversation

captain-miao
Copy link

It's crash on Android 4.4 (Xiaomi Redmi).

        <com.like.LikeButton
            android:id="@+id/vector_android_button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            app:circle_end_color="@android:color/holo_green_dark"
            app:circle_start_color="@android:color/holo_green_dark"
            app:dots_primary_color="@android:color/holo_green_dark"
            app:dots_secondary_color="@android:color/holo_green_light"
            app:icon_size="22dp"
            app:like_drawable="@drawable/ic_android_green_500_24dp"
            app:unlike_drawable="@drawable/ic_android_grey_500_24dp" />

@jd-alexander
Copy link
Owner

Okay I will work towards reproducing this. Rewriting the library in Kotlin.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please need help i'm coding in kotlin and trying to use your librairy but the build said

Could not find com.github.jd-alexander:LikeButton:0.2.3.
Required by:
project :app

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

Successfully merging this pull request may close these issues.

2 participants