麦位静音状态按钮UI修改
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
android:clipToPadding="false"
|
||||
android:paddingTop="10dp"
|
||||
tools:background="@color/color_activity_blue_bg"
|
||||
tools:layout_width="100dp">
|
||||
tools:layout_width="80dp">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/micro_layout"
|
||||
@@ -29,8 +29,7 @@
|
||||
app:layout_constraintHeight_percent="1.14"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintWidth_percent="1.14"
|
||||
tools:background="@color/red" />
|
||||
app:layout_constraintWidth_percent="1.14" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/up_image"
|
||||
@@ -140,8 +139,8 @@
|
||||
android:id="@+id/mute_image"
|
||||
android:layout_width="15dp"
|
||||
android:layout_height="15dp"
|
||||
android:layout_marginEnd="15dp"
|
||||
android:layout_marginBottom="15dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/icon_room_mute_micro"
|
||||
android:visibility="visible"
|
||||
|
@@ -29,8 +29,7 @@
|
||||
app:layout_constraintHeight_percent="1.14"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintWidth_percent="1.14"
|
||||
tools:background="@color/red" />
|
||||
app:layout_constraintWidth_percent="1.14" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/up_image"
|
||||
@@ -104,11 +103,11 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/mute_image"
|
||||
android:layout_width="15dp"
|
||||
android:layout_height="15dp"
|
||||
android:layout_width="12dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/icon_room_mute_micro"
|
||||
android:visibility="visible"
|
||||
|
Reference in New Issue
Block a user