缩小时间选择器

时间:2019-02-25 15:56:25

标签: java android timepicker

我想使Timepicker的顶部和底部不可见,如以下捕获所示:https://i.stack.imgur.com/1kvZy.png

xml看起来像这样

<RelativeLayout android:layout_width="wrap_content"
                android:layout_height="wrap_content">

      <TimePicker android:id="@+id/timezd"
                  android:layout_width="wrap_content"
                  android:layout_height="wrap_content"
                  android:timePickerMode="spinner" />
</RelativeLayout>

看下面的屏幕,这是想要的结果:https://i.stack.imgur.com/hdLZX.png

编辑1:我使用Java(我在Android Studio上工作)。还有一个微调器,因为我想使图片中的黑色正方形不可见,但是我想让动画在时间选择器上上下滑动;)请为您的答案

0 个答案:

没有答案
相关问题