2.13 取消监听旋转角度,使用系统自带的旋转(根据配置初始化,旋转方向:横、竖、随意)
瑞芯适配器 接入 新的型号,使用的是 ttyS8;而不是ttyS1;并且只有一个接口。
This commit is contained in:
@ -103,7 +103,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="屏幕旋转:" />
|
||||
android:text="屏幕方向:" />
|
||||
|
||||
<EditText
|
||||
android:layout_width="wrap_content"
|
||||
@ -113,36 +113,12 @@
|
||||
android:singleLine="true"
|
||||
android:inputType="number"
|
||||
android:digits="1234"
|
||||
android:hint="1:竖屏;2:横屏;3:横竖;4:禁止" />
|
||||
android:hint="5正竖;6倒竖;7正横;8倒横;1竖;2横;3横竖;4禁止" />
|
||||
|
||||
<TextView />
|
||||
</TableRow>
|
||||
|
||||
|
||||
<TableRow
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<TextView />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="默认屏幕方向:" />
|
||||
|
||||
<EditText
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:minWidth="150dp"
|
||||
android:id="@+id/start_direction"
|
||||
android:singleLine="true"
|
||||
android:inputType="number"
|
||||
android:digits="1234"
|
||||
android:hint="1:正竖;2:倒竖;3:正横;4:倒横" />
|
||||
|
||||
<TextView />
|
||||
</TableRow>
|
||||
|
||||
|
||||
<TableRow>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user