Commit 4ee61e6b authored by Tup's avatar Tup

The Stall View wraps the dish list now instead of having a small scrollview

parent 75a4a9b2
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<ConfirmationsSetting value="0" id="Add" /> <ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" /> <ConfirmationsSetting value="0" id="Remove" />
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" /> <output url="file://$PROJECT_DIR$/build/classes" />
</component> </component>
<component name="ProjectType"> <component name="ProjectType">
......
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<ListView <ListView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="131dp" android:layout_height="wrap_content"
android:id="@+id/stall_dishes" android:id="@+id/stall_dishes"
android:fadeScrollbars="false" /> android:fadeScrollbars="false" />
</LinearLayout> </LinearLayout>
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
<ListView <ListView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="114dp" android:layout_height="wrap_content"
android:id="@+id/stall_reviews" android:id="@+id/stall_reviews"
android:fadeScrollbars="false" /> android:fadeScrollbars="false" />
</LinearLayout> </LinearLayout>
......
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