You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement the library. The icon change the color and do the effect of the moviment, but is not working inside a fragment. If I copy the same code in an activity, it is working fine.
Have the library a problem working in a fragment?
Fragment code: @OverRide
public void onActivityCreated(Bundle savedInstanceState) {
super.onActivityCreated(savedInstanceState);
Hi,
I'm trying to implement the library. The icon change the color and do the effect of the moviment, but is not working inside a fragment. If I copy the same code in an activity, it is working fine.
Have the library a problem working in a fragment?
Fragment code:
@OverRide
public void onActivityCreated(Bundle savedInstanceState) {
super.onActivityCreated(savedInstanceState);
XML code:
<com.sackcentury.shinebuttonlib.ShineButton
android:id="@+id/po_image0"
android:layout_width="18dp"
android:layout_height="18dp"
app:btn_color="@color/colorGrey"
app:btn_fill_color="#f26d7d"
app:siShape="@raw/ico_social_like"
android:layout_marginTop="@dimen/margin_10"
android:layout_marginLeft="@dimen/margin_20"
android:layout_marginStart="@dimen/margin_20"
android:elevation="10dp"/>
The text was updated successfully, but these errors were encountered: