Skip to content

Commit

Permalink
feat(android): use material themed CardView
Browse files Browse the repository at this point in the history
Fixes TIMOB-28082
  • Loading branch information
jquick-axway authored and sgtcoolguy committed Mar 5, 2021
1 parent 1c1431d commit a828779
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
import org.appcelerator.titanium.view.TiCompositeLayout.LayoutArrangement;

import android.content.Context;
import androidx.cardview.widget.CardView;
import android.view.View;
import android.view.ViewGroup;
import android.widget.FrameLayout;
import com.google.android.material.card.MaterialCardView;

public class TiUICardView extends TiUIView
{
Expand All @@ -38,7 +38,7 @@ public TiUICardViewLayout(Context context, LayoutArrangement arrangement)
}
}

public class TiCardView extends CardView
public class TiCardView extends MaterialCardView
{

private TiUICardViewLayout layout;
Expand Down

0 comments on commit a828779

Please sign in to comment.