gpt4 book ai didi

android - 如何在android中的键盘上方添加保存和取消按钮

转载 作者:行者123 更新时间:2023-11-29 13:59:31 26 4
gpt4 key购买 nike

请看这个链接,这个链接有图片 http://groups.google.com/group/android-developers/attach/089583d2b50b1676/original_softKeyboard.jpg?part=4

这可能吗?如果是,请帮助我!

或者任何替代解决方案?

最佳答案

您的问题可能重复:

how to get Save & Cancel button like in Contacts?

这是页脚 View :你需要做这样的事情:

    <?xml version="1.0" encoding="utf-8"?>


<LinearLayout android:id="@+id/linearLayout1"
android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:background="#ffffff">
<RelativeLayout
android:layout_width="fill_parent" android:layout_height="50dp">
<Button "></Button>
</RelativeLayout>

<ScrollView android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_weight="1">
<LinearLayout android:id="@+id/linearLayout1"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:orientation="vertical" android:background="#ffffff">
<RelativeLayout android:gravity="bottom"
android:paddingTop="40dp" android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true" android:background="#ffffff"
android:paddingBottom="55dp">

<Button ></Button>

<Button ></Button>

<Button></Button>


<Button></Button>


</RelativeLayout>
</LinearLayout>

</ScrollView>
<!--for bottom bar -->
<RelativeLayout android:layout_height="50dp"
android:gravity="center" android:layout_width="match_parent"
android:id="@+id/linearLayout2" android:background="#ffffff">
<Button ></Button>
<Button ></Button>
<Button ></Button>
</RelativeLayout>

</LinearLayout>

关于android - 如何在android中的键盘上方添加保存和取消按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10173373/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com