我正在为我的应用设计用户界面。我使用Android CardView包含按钮和文本以及滚动视图。当我向下滚动时,我无法看到CardView的底部,并且导航键会略微切断卡底部。
以下是我的意思
的示例此外,这是我的布局的XML代码
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:weightSum="3">
<ScrollView
android:layout_width="match_parent"
android:scrollbars="none"
android:layout_height="wrap_content">
<android.support.v7.widget.CardView android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollIndicators="none"
android:layout_margin="8dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1">
<Button
android:layout_width="wrap_content"
android:layout_height="300dp"
android:text="New Button"
android:id="@+id/button"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true" />
<Button
android:layout_width="wrap_content"
android:layout_height="300dp"
android:text="New Button"
android:id="@+id/button2"
android:layout_below="@+id/button"
android:layout_centerHorizontal="true" />
<Button
android:layout_width="wrap_content"
android:layout_height="300dp"
android:text="New Button"
android:id="@+id/button3"
android:layout_below="@+id/button2"
android:layout_centerHorizontal="true" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="Large Text"
android:id="@+id/textView"
android:layout_below="@+id/button2"
android:layout_centerHorizontal="true"
android:layout_marginTop="300dp"
android:textColor="#4b1313" />
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1">
<Button
android:layout_width="wrap_content"
android:layout_height="300dp"
android:text="New Button"
android:id="@+id/button4"
android:layout_below="@+id/button6"
android:layout_alignLeft="@+id/button5"
android:layout_alignStart="@+id/button5" />
<Button
android:layout_width="wrap_content"
android:layout_height="300dp"
android:text="New Button"
android:id="@+id/button5"
android:layout_below="@+id/button4"
android:layout_centerHorizontal="true" />
<Button
android:layout_width="wrap_content"
android:layout_height="300dp"
android:text="New Button"
android:id="@+id/button6"
android:layout_alignParentTop="true"
android:layout_alignLeft="@+id/button4"
android:layout_alignStart="@+id/button4" />
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1">
</RelativeLayout>
</LinearLayout>
</android.support.v7.widget.CardView>
</ScrollView>
答案 0 :(得分:0)
在主要LinearLayout中提供保证金
marginandroid:layout_marginBootom="10dp"