gpt4 book ai didi

android - Timepicker 在电话上被切断

转载 作者:行者123 更新时间:2023-11-30 05:07:34 24 4
gpt4 key购买 nike

我正在 Android 中创建一个非常基本的闹钟。当我在手机上构建和加载时,由于某种原因,时间选择器在中间被切断。

我试过更改 xml 中的高度,将高度设置为一个值,以及 wrap_content。

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context=".MainActivity"
tools:showIn="@layout/activity_main">

<TimePicker
android:id="@+id/timePicker"
android:layout_width="wrap_content"
android:layout_height="700dp"
android:layout_marginBottom="294dp" />


<EditText
android:id="@+id/artist_input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ems="10"
android:layout_marginTop="350dp"
android:inputType="textPersonName"
android:hint="Enter Artist" />

<EditText
android:id="@+id/song_input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="400dp"
android:ems="10"
android:hint="Enter Song or Album"
android:inputType="textPersonName" />


</RelativeLayout>

enter image description here

最佳答案

看来您使用边距的方式不对。删除所有边距并查看RelativeLayout Guide .

关于android - Timepicker 在电话上被切断,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54299499/

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