|
@@ -51,11 +51,11 @@
|
|
|
android:background="?android:attr/selectableItemBackground"
|
|
|
android:src="@drawable/ic_arrow_back_blue_24dp"
|
|
|
android:contentDescription="@string/emptyImageContextDescription"
|
|
|
- android:layout_width="36dp"
|
|
|
- android:layout_height="36dp"
|
|
|
- android:layout_marginTop="16dp"
|
|
|
- android:layout_marginLeft="15dp"
|
|
|
- android:layout_marginStart="15dp"
|
|
|
+ android:layout_width="48dp"
|
|
|
+ android:layout_height="48dp"
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
+ android:layout_marginLeft="16dp"
|
|
|
+ android:layout_marginStart="16dp"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
/>
|