|
@@ -35,11 +35,11 @@
|
|
android:id="@+id/ivSearch"
|
|
android:id="@+id/ivSearch"
|
|
app:layout_constraintTop_toTopOf="@+id/magicIndicator"
|
|
app:layout_constraintTop_toTopOf="@+id/magicIndicator"
|
|
app:layout_constraintBottom_toBottomOf="@+id/magicIndicator"
|
|
app:layout_constraintBottom_toBottomOf="@+id/magicIndicator"
|
|
- android:layout_marginEnd="16dp"
|
|
|
|
- android:layout_marginTop="4dp"
|
|
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
+ android:layout_marginEnd="50dp"
|
|
android:src="@mipmap/search"
|
|
android:src="@mipmap/search"
|
|
|
|
+ android:layout_marginTop="4dp"
|
|
android:layout_width="26dp"
|
|
android:layout_width="26dp"
|
|
- app:layout_constraintRight_toLeftOf="@+id/ivRanking"
|
|
|
|
android:layout_height="52dp"/>
|
|
android:layout_height="52dp"/>
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|