Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
bookshare-android
Commits
25b9498c
Commit
25b9498c
authored
Mar 22, 2014
by
Edy Thenedy
Browse files
I added ScrollView to be able to scroll the result
parent
01c5c0e4
Changes
1
Show whitespace changes
Inline
Side-by-side
bookshare-android/res/layout/listings.xml
View file @
25b9498c
<?xml version="1.0" encoding="utf-8"?>
<
LinearLayout
<
ScrollView
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:
orientation=
"vertica
l"
android:
id=
"@+id/myScrol
l"
android:layout_width=
"fill_parent"
android:layout_height=
"fill_parent"
android:padding=
"30dip"
android:fillViewport=
"true"
>
<TableLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:orientation=
"vertical"
android:id=
"@+id/tbl_listing"
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
>
<!--
<TextView
android:id="@+id/header"
android:layout_width="wrap_content"
...
...
@@ -16,7 +24,9 @@
android:text="@string/header"
android:gravity="center"
/>
-->
</TableLayout>
</LinearLayout>
\ No newline at end of file
</ScrollView>
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