davidliu

missing commit files

@@ -8,9 +8,9 @@ @@ -8,9 +8,9 @@
8 <FrameLayout 8 <FrameLayout
9 android:layout_width="0dp" 9 android:layout_width="0dp"
10 android:layout_height="match_parent" 10 android:layout_height="match_parent"
  11 + android:background="@color/no_video_background"
11 app:layout_constraintDimensionRatio="1:1" 12 app:layout_constraintDimensionRatio="1:1"
12 app:layout_constraintStart_toStartOf="parent" 13 app:layout_constraintStart_toStartOf="parent"
13 - android:background="@color/no_video_background"  
14 app:layout_constraintTop_toTopOf="parent"> 14 app:layout_constraintTop_toTopOf="parent">
15 15
16 <ImageView 16 <ImageView
@@ -24,6 +24,18 @@ @@ -24,6 +24,18 @@
24 android:id="@+id/renderer" 24 android:id="@+id/renderer"
25 android:layout_width="match_parent" 25 android:layout_width="match_parent"
26 android:layout_height="match_parent" /> 26 android:layout_height="match_parent" />
  27 +
  28 + <ImageView
  29 + android:id="@+id/connection_quality"
  30 + android:layout_width="24dp"
  31 + android:layout_height="24dp"
  32 + android:layout_gravity="top|end"
  33 + android:layout_marginTop="@dimen/identity_bar_padding"
  34 + android:layout_marginEnd="@dimen/identity_bar_padding"
  35 + android:alpha="0.5"
  36 + android:src="@drawable/wifi_strength_1"
  37 + android:visibility="invisible"
  38 + app:tint="#FF0000" />
27 </FrameLayout> 39 </FrameLayout>
28 40
29 <FrameLayout 41 <FrameLayout
@@ -41,12 +53,11 @@ @@ -41,12 +53,11 @@
41 android:layout_height="24dp" 53 android:layout_height="24dp"
42 android:layout_marginEnd="@dimen/identity_bar_padding" 54 android:layout_marginEnd="@dimen/identity_bar_padding"
43 android:src="@drawable/outline_mic_off_24" 55 android:src="@drawable/outline_mic_off_24"
  56 + android:visibility="gone"
44 app:layout_constraintBottom_toBottomOf="@id/identity_bar" 57 app:layout_constraintBottom_toBottomOf="@id/identity_bar"
45 app:layout_constraintEnd_toEndOf="@id/identity_bar" 58 app:layout_constraintEnd_toEndOf="@id/identity_bar"
46 app:layout_constraintTop_toTopOf="@id/identity_bar" 59 app:layout_constraintTop_toTopOf="@id/identity_bar"
47 - app:tint="#BB0000"  
48 - android:visibility="gone"  
49 - /> 60 + app:tint="#BB0000" />
50 61
51 <TextView 62 <TextView
52 android:id="@+id/identity_text" 63 android:id="@+id/identity_text"