ATTRS.md

February 1, 2016 ยท View on GitHub

##FIELD ATTRIBUTE

nameformatdescription
sc_cardRadiusdimensionSet the radius of Swipeable Card
sc_animDurationfloatSet the duration time (millis) for animation
sc_titlestringSet Swipeable Card title
sc_titleColorcolorSet color of title
sc_imageintegerSet an image on Swipeable Card
sc_subTitlestringSet a sub title
sc_toolbarColorcolorSet color of toolbar
sc_textstringSet a text inside Swipeable Card
sc_swipeToDismissbooleanSet swipe to dismiss feature on Swipeable Card

##USAGE

<it.michelelacorte.swipeablecard.SwipeableCard
    xmlns:SwipeableCard="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:id="@+id/swipeCard"
    SwipeableCard:sc_animDuration="200"
    SwipeableCard:sc_titleColor="@color/colorPrimary">
    <!-- And so on -->
</it.michelelacorte.swipeablecard.SwipeableCard>