[3.4.0] ui fix
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="@dimen/dp_27"
|
||||
android:layout_height="@dimen/dp_27"
|
||||
android:layout_marginStart="@dimen/dp_95"
|
||||
android:layout_marginTop="@dimen/dp_35"
|
||||
android:layout_width="@dimen/dp_40"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:layout_marginStart="@dimen/dp_89"
|
||||
android:layout_marginTop="@dimen/dp_29"
|
||||
android:src="@drawable/iv_light_set"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvSettingLight" />
|
||||
@@ -41,10 +41,10 @@
|
||||
app:layout_constraintWidth_percent="0.253" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="@dimen/dp_34"
|
||||
android:layout_height="@dimen/dp_34"
|
||||
android:layout_marginStart="@dimen/dp_535"
|
||||
android:layout_marginTop="@dimen/dp_32"
|
||||
android:layout_width="@dimen/dp_40"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:layout_marginStart="@dimen/dp_531"
|
||||
android:layout_marginTop="@dimen/dp_28"
|
||||
android:src="@drawable/iv_light_increase_set"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvSettingLight" />
|
||||
@@ -75,10 +75,10 @@
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvSettingLight" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="@dimen/dp_27"
|
||||
android:layout_height="@dimen/dp_27"
|
||||
android:layout_marginStart="@dimen/dp_95"
|
||||
android:layout_marginTop="@dimen/dp_35"
|
||||
android:layout_width="@dimen/dp_40"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:layout_marginStart="@dimen/dp_89"
|
||||
android:layout_marginTop="@dimen/dp_29"
|
||||
android:src="@drawable/iv_voice_set"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvSettingSound" />
|
||||
@@ -98,10 +98,10 @@
|
||||
app:layout_constraintWidth_percent="0.253" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="@dimen/dp_34"
|
||||
android:layout_height="@dimen/dp_34"
|
||||
android:layout_marginStart="@dimen/dp_535"
|
||||
android:layout_marginTop="@dimen/dp_32"
|
||||
android:layout_width="@dimen/dp_40"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:layout_marginStart="@dimen/dp_531"
|
||||
android:layout_marginTop="@dimen/dp_28"
|
||||
android:src="@drawable/iv_voice_increase_set"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvSettingSound" />
|
||||
|
||||
Reference in New Issue
Block a user