我创建了一个基于XML的布局的简单应用程序。从http请求接收数据后,ImageView src和TextView文本将填充内容onCreate。问题是在呈现GUI时手机的滚动不起作用。完全没有。有经验的人可以帮助我吗? 提前致谢! /的Jesper
main.xml中:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="30px"
>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/image1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:stretchColumns="1"
android:paddingBottom="20px"
>
<TableRow>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Players"
/>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/players1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="right"
android:text="0"
/>
</TableRow>
<TableRow>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Bad Beat Jackpot"
/>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/bbj1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="right"
android:text="0"
/>
</TableRow>
<TableRow>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hand #"
/>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/hand1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="right"
android:text="0"
/>
</TableRow>
</TableLayout>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/image2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:stretchColumns="1"
android:paddingBottom="20px"
>
<TableRow>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Players"
/>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/players2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="right"
android:text="0"
/>
</TableRow>
<TableRow>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Bad Beat Jackpot"
/>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/bbj2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="right"
android:text="0"
/>
</TableRow>
<TableRow>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hand #"
/>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/hand2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="right"
android:text="2"
/>
</TableRow>
</TableLayout>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/image3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:stretchColumns="1"
android:paddingBottom="20px"
>
<TableRow>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Players"
/>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/players3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="right"
android:text="0"
/>
</TableRow>
<TableRow>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Bad Beat Jackpot"
/>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/bbj3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="right"
android:text="3"
/>
</TableRow>
<TableRow>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hand #"
/>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/hand3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="right"
android:text="4"
/>
</TableRow>
</TableLayout>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/image4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:stretchColumns="1"
android:paddingBottom="20px"
>
<TableRow>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Players"
/>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/players4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="right"
android:text="0"
/>
</TableRow>
<TableRow>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Bad Beat Jackpot"
/>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/bbj4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="right"
android:text="0"
/>
</TableRow>
<TableRow>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hand #"
/>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/hand4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="right"
android:text="0"
/>
</TableRow>
</TableLayout>
</LinearLayout>
答案 0 :(得分:2)
如果我理解了您的问题,您是否尝试将所有xml包含在父<ScrollView>
中?
编辑:
类似的东西:
< ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/back"
>
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
//more xml tags....
</RelativeLayout>
</ScrollView>
答案 1 :(得分:0)
将所有内容放入<scrollview>
标签中对我有用。
确保使用填充视口
android:fillViewport="true"