Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
livekitAndroidXuningTest
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David Liu
2021-08-31 01:37:48 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e27886b2f070a36c53b3b877fa8393c7ed77fb8d
e27886b2
1 parent
03c4346b
enlargen self video screen
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
6 行增加
和
6 行删除
sample-app/src/main/res/layout/call_activity.xml
sample-app/src/main/res/layout/call_activity.xml
查看文件 @
e27886b
...
...
@@ -18,8 +18,8 @@
app:layout_constraintTop_toBottomOf=
"@id/tabs"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_height=
"144dp"
android:layout_width=
"144dp"
android:layout_width=
"200dp"
android:layout_height=
"200dp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
>
...
...
@@ -40,8 +40,8 @@
<ImageButton
android:id=
"@+id/mic_button"
android:layout_width=
"32dp"
android:layout_height=
"32dp"
android:layout_width=
"48dp"
android:layout_height=
"48dp"
android:src=
"@drawable/ic_round_mic_24"
/>
<Space
...
...
@@ -50,8 +50,8 @@
<ImageButton
android:id=
"@+id/video_button"
android:layout_width=
"32dp"
android:layout_height=
"32dp"
android:layout_width=
"48dp"
android:layout_height=
"48dp"
android:src=
"@drawable/ic_round_videocam_24"
/>
</LinearLayout>
...
...
请
注册
或
登录
后发表评论