Fixed attrs

This commit is contained in:
Caesar2011
2018-08-15 01:42:07 +02:00
parent 68f6a32aa8
commit ac123abb5f
2 changed files with 0 additions and 4 deletions

View File

@@ -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"

View File

@@ -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>