答案 0 :(得分:2)
您必须强制您的“活动”始终以Manifest.xml
文件中的横向模式显示:
<activity
android:name=".ui.loading.LoadingActivity"
android:label="@string/app_name"
android:noHistory="true"
android:screenOrientation="landscape">
答案 1 :(得分:1)
简单,只需添加
cumsum_bounded(a, 5)
## [1] 1 2 3 4 5 5 5
cumsum_bounded(a, 5, 2)
## [1] 2 3 4 5 5 5 5
到您的XML布局 这将有助于你只是像纵向方向显示
OR 即使你可以从Java中做到这一点:
android:rotation = "90"
您至少需要API级别11才能使用轮播