久久r热视频,国产午夜精品一区二区三区视频,亚洲精品自拍偷拍,欧美日韩精品二区

您的位置:首頁技術文章
文章詳情頁

android - 安卓布局問題

瀏覽:205日期:2024-08-20 09:44:39

問題描述

我希望一個dialog里面顯示一個datePicker和兩個按鈕,但是顯示不出按鈕,另外流量配額那個TextView也有點問題,調了好多次也沒弄明白,我希望他顯示在一行并且豎直居中,下面是顯示效果和布局文件,麻煩大家幫忙改改,謝謝

android - 安卓布局問題

<?xml version='1.0' encoding='utf-8'?> <LinearLayout xmlns:android='http://schemas.android.com/apk/res/android'android:orientation='vertical' android:layout_width='wrap_content'android:layout_height='match_parent'><LinearLayout android:layout_width='wrap_content' android:layout_height='wrap_content' android:orientation='horizontal'> <TextViewandroid:text='流量配額:'android:layout_gravity='center_vertical'android:layout_weight='3'android:layout_width='0dp'android:layout_height='wrap_content' /> <EditTextandroid: android:layout_weight='4'android:layout_width='0dp'android:layout_height='wrap_content'android:ems='10'android:layout_gravity='center'android:inputType='number' /><Spinnerandroid: android:layout_width='wrap_content'android:layout_height='match_parent' /> </LinearLayout> <DatePicker android: android:layout_width='match_parent' android:layout_height='match_parent' /> <Button android: android:layout_width='match_parent' android:layout_height='match_parent' android:layout_gravity='left' android:text='取消'/><Button android: android:layout_width='match_parent' android:layout_height='match_parent' android:layout_gravity='right' android:text='確定'/> </LinearLayout>

問題解答

回答1:

我只能說你那個DatePicker高度都已經match_parent了,還指望著下面的Button能顯示啊!!給你個提示,對DatePicker用weight屬性:

android:layout_weight=1android:layout_width='match_parent'android:layout_height='0dp'

相關文章:
主站蜘蛛池模板: 朔州市| 潮州市| 紫云| 麻栗坡县| 双鸭山市| 陕西省| 新巴尔虎左旗| 华亭县| 洪洞县| 抚松县| 阿拉善盟| 嵊泗县| 班戈县| 内黄县| 克拉玛依市| 城固县| 石城县| 噶尔县| 通化县| 乐业县| 宕昌县| 梨树县| 阿坝县| 深水埗区| 黔东| 尼玛县| 安宁市| 湟源县| 西安市| 沙洋县| 富平县| 拉萨市| 安仁县| 清流县| 安达市| 寿阳县| 南丹县| 班玛县| 肥东县| 延川县| 平泉县|