Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CS123-CanteeneoAndroid
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Willard Torres
CS123-CanteeneoAndroid
Commits
4ee61e6b
Commit
4ee61e6b
authored
Dec 01, 2016
by
Tup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The Stall View wraps the dish list now instead of having a small scrollview
parent
75a4a9b2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
misc.xml
.idea/misc.xml
+1
-1
content_stall_view.xml
app/src/main/res/layout/content_stall_view.xml
+2
-2
No files found.
.idea/misc.xml
View file @
4ee61e6b
...
@@ -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"
>
...
...
app/src/main/res/layout/content_stall_view.xml
View file @
4ee61e6b
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment