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
davidliu
2022-01-30 22:16:00 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c7962493bcf224ae8fd12cf0d9766ee3763ced4d
c7962493
1 parent
c39dd8b5
missing commit files
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
15 行增加
和
4 行删除
sample-app/src/main/res/layout/participant_item.xml
sample-app/src/main/res/layout/participant_item.xml
查看文件 @
c796249
...
...
@@ -8,9 +8,9 @@
<FrameLayout
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:background=
"@color/no_video_background"
app:layout_constraintDimensionRatio=
"1:1"
app:layout_constraintStart_toStartOf=
"parent"
android:background=
"@color/no_video_background"
app:layout_constraintTop_toTopOf=
"parent"
>
<ImageView
...
...
@@ -24,6 +24,18 @@
android:id=
"@+id/renderer"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
<ImageView
android:id=
"@+id/connection_quality"
android:layout_width=
"24dp"
android:layout_height=
"24dp"
android:layout_gravity=
"top|end"
android:layout_marginTop=
"@dimen/identity_bar_padding"
android:layout_marginEnd=
"@dimen/identity_bar_padding"
android:alpha=
"0.5"
android:src=
"@drawable/wifi_strength_1"
android:visibility=
"invisible"
app:tint=
"#FF0000"
/>
</FrameLayout>
<FrameLayout
...
...
@@ -41,12 +53,11 @@
android:layout_height=
"24dp"
android:layout_marginEnd=
"@dimen/identity_bar_padding"
android:src=
"@drawable/outline_mic_off_24"
android:visibility=
"gone"
app:layout_constraintBottom_toBottomOf=
"@id/identity_bar"
app:layout_constraintEnd_toEndOf=
"@id/identity_bar"
app:layout_constraintTop_toTopOf=
"@id/identity_bar"
app:tint=
"#BB0000"
android:visibility=
"gone"
/>
app:tint=
"#BB0000"
/>
<TextView
android:id=
"@+id/identity_text"
...
...
请
注册
或
登录
后发表评论