在这种情况下,我试图仅从文本时钟获取一个小时并显示在我的窗口小部件上,并且它在Android设备上可以正常运行,而在BlackBerry上进行测试时,它显示的是完整时间而不是一个小时
<TextClock
android:id="@+id/tvHourWidget"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="sans-serif-black"
android:format12Hour="hh"
android:text="00"
android:textColor="@color/colorPrimary"
android:textSize="@dimen/basic_twice" />
这是我尝试过的代码
您可以使用textview,timer和simpledateformater代替,并设置所需的DATETIME格式