智者不为愚者谋,勇者不为怯者死。这篇文章主要讲述Android自定义对话框大小[重复]相关的知识,希望能为你提供帮助。
这个问题在这里已有答案:
- Adjusting size of custom dialog box in android 4个答案
<
LinearLayout
android:orientation="vertical"
android:background="#ffffff"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<
Spinner
android:id="@+id/name_list"
android:layout_marginTop="10dp"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<
/Spinner>
<
Button
android:id="@+id/name_search"
android:text="Search"
android:layout_marginLeft="10dp"
android:layout_marginTop="10dp"
android:background="#ffffff"
android:textStyle="bold"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<
/LinearLayout>
答案试试这个
【Android自定义对话框大小[重复]】自定义对话框设置qazxsw poi和qazxsw poi以编程方式使用
height
width
推荐阅读
- Android(如何创建透明的对话框主题活动)
- 对话框按钮首次用于Android应用程序
- 如何在显示android后更改自定义对话框中的视图的可见性
- Android错误(使用对话框时无法从可绘制资源中找到ColorStateList)
- 如何在Android中的主/细分片段之间进行适当的导航()
- 无法在Android中的Dialog类中添加一些覆盖方法
- 如何在使用Android Jetpack导航时禁用导航图标
- WrapPanel ListBox没有换行
- 使用Google NLP API将实体字符串传递给主要活动(Android)