|
|
@@ -33,13 +33,13 @@
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_width="18dp"
|
|
|
+ android:layout_height="18dp"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginStart="14dp"
|
|
|
- android:layout_marginTop="6dp"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
android:layout_marginEnd="5dp"
|
|
|
- android:layout_marginBottom="6dp"
|
|
|
+ android:layout_marginBottom="7dp"
|
|
|
android:src="@mipmap/ic_arrow_btn" />
|
|
|
</LinearLayout>
|
|
|
|