We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have tried using this code for layout but the icon doesn't show! minSdkVersion is 17 and targetSdkVersion is 25
<com.sackcentury.shinebuttonlib.ShineButton android:layout_width="50dp" android:layout_height="50dp" android:layout_centerInParent="true" android:src="@android:color/darker_gray" android:id="@+id/po_image1" app:btn_color="@android:color/darker_gray" app:btn_fill_color="#FF6666" app:allow_random_color="false" app:enable_flashing="false" app:big_shine_color="#FF6666" app:click_animation_duration="200" app:shine_animation_duration="1500" app:shine_turn_angle="10" app:small_shine_offset_angle="20" app:shine_distance_multiple="1.5f" app:small_shine_color="#CC9999" app:shine_count="8" app:siShape="@raw/heart"/>
The text was updated successfully, but these errors were encountered:
Suggest you use new release version 0.1.9. Thanks.
Sorry, something went wrong.
No branches or pull requests
I have tried using this code for layout but the icon doesn't show! minSdkVersion is 17 and targetSdkVersion is 25
The text was updated successfully, but these errors were encountered: