Fixed attrs
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="10dp"
|
||||
app:title="Passengers"
|
||||
app:outer_view="@layout/list_canteen_header"
|
||||
app:inner_view="@layout/list_canteen_body"
|
||||
app:animationDuration="300"
|
||||
|
||||
@@ -63,11 +63,8 @@
|
||||
<attr name="defaultEventColor" format="color" />
|
||||
</declare-styleable>
|
||||
<declare-styleable name="ExpandableCardView">
|
||||
<attr name="title" format="string"/>
|
||||
<attr name="icon" format="reference"/>
|
||||
<attr name="outer_view" format="reference"/>
|
||||
<attr name="inner_view" format="reference"/>
|
||||
<attr name="expandOnClick" format="boolean"/>
|
||||
<attr name="animationDuration" format="integer"/>
|
||||
<attr name="startExpanded" format="boolean"/>
|
||||
</declare-styleable>
|
||||
|
||||
Reference in New Issue
Block a user