David Liu

enlargen self video screen

@@ -18,8 +18,8 @@ @@ -18,8 +18,8 @@
18 app:layout_constraintTop_toBottomOf="@id/tabs" /> 18 app:layout_constraintTop_toBottomOf="@id/tabs" />
19 19
20 <androidx.constraintlayout.widget.ConstraintLayout 20 <androidx.constraintlayout.widget.ConstraintLayout
21 - android:layout_height="144dp"  
22 - android:layout_width="144dp" 21 + android:layout_width="200dp"
  22 + android:layout_height="200dp"
23 app:layout_constraintBottom_toBottomOf="parent" 23 app:layout_constraintBottom_toBottomOf="parent"
24 app:layout_constraintEnd_toEndOf="parent"> 24 app:layout_constraintEnd_toEndOf="parent">
25 25
@@ -40,8 +40,8 @@ @@ -40,8 +40,8 @@
40 40
41 <ImageButton 41 <ImageButton
42 android:id="@+id/mic_button" 42 android:id="@+id/mic_button"
43 - android:layout_width="32dp"  
44 - android:layout_height="32dp" 43 + android:layout_width="48dp"
  44 + android:layout_height="48dp"
45 android:src="@drawable/ic_round_mic_24" /> 45 android:src="@drawable/ic_round_mic_24" />
46 46
47 <Space 47 <Space
@@ -50,8 +50,8 @@ @@ -50,8 +50,8 @@
50 50
51 <ImageButton 51 <ImageButton
52 android:id="@+id/video_button" 52 android:id="@+id/video_button"
53 - android:layout_width="32dp"  
54 - android:layout_height="32dp" 53 + android:layout_width="48dp"
  54 + android:layout_height="48dp"
55 android:src="@drawable/ic_round_videocam_24" /> 55 android:src="@drawable/ic_round_videocam_24" />
56 56
57 </LinearLayout> 57 </LinearLayout>