|
@@ -30,17 +30,17 @@
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
<ImageView
|
|
|
- android:visibility="gone"
|
|
|
android:id="@+id/iv_scan"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:paddingStart="12dp"
|
|
|
- android:paddingBottom="12dp"
|
|
|
android:paddingTop="12dp"
|
|
|
- app:layout_constraintRight_toLeftOf="@+id/iv_setting"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/iv_setting"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/iv_setting"
|
|
|
+ android:paddingBottom="12dp"
|
|
|
android:src="@drawable/icon_scan"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ android:visibility="gone"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/iv_setting"
|
|
|
+ app:layout_constraintRight_toLeftOf="@+id/iv_setting"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/iv_setting" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_setting"
|
|
@@ -48,7 +48,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="15dp"
|
|
|
android:padding="15dp"
|
|
|
- android:src="@drawable/icon_setting"
|
|
|
+ android:src="@drawable/icon_setting_teacher"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/view_status_bar" />
|
|
|
|