Commit 60ea4b41 authored by Shinryu's avatar Shinryu

Fixed ExpandableListView android:id format

parent 466c6ac8
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
tools:context="com.cs123grpE.restaurantorderingsystem.EditMenu" > tools:context="com.cs123grpE.restaurantorderingsystem.EditMenu" >
<ExpandableListView <ExpandableListView
android:id="@android:id/list" android:id="@+id/list"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:layout_weight="1" android:layout_weight="1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment