Committed by
GitHub
Update call_activity.xml (#7)
add keepScreenOn true during call
正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
| 1 | <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | 1 | <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | xmlns:app="http://schemas.android.com/apk/res-auto" | 2 | xmlns:app="http://schemas.android.com/apk/res-auto" |
| 3 | android:layout_width="match_parent" | 3 | android:layout_width="match_parent" |
| 4 | - android:layout_height="match_parent"> | 4 | + android:layout_height="match_parent" |
| 5 | + android:keepScreenOn="true"> | ||
| 5 | 6 | ||
| 6 | <com.google.android.material.tabs.TabLayout | 7 | <com.google.android.material.tabs.TabLayout |
| 7 | android:id="@+id/tabs" | 8 | android:id="@+id/tabs" |
-
请 注册 或 登录 后发表评论