|
|
@@ -1,9 +1,10 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<RelativeLayout
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="60dp"
|
|
|
- android:background="@color/black1"
|
|
|
+ android:background="@color/white"
|
|
|
android:paddingLeft="15dp"
|
|
|
android:paddingRight="15dp"
|
|
|
>
|
|
|
@@ -23,11 +24,11 @@
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:src="@mipmap/icon_arrow_right"
|
|
|
- android:tint="@color/gray8"
|
|
|
+ app:tint="@color/gray8"
|
|
|
/>
|
|
|
|
|
|
<View
|
|
|
- style="@style/line"
|
|
|
+ style="@style/line2"
|
|
|
android:layout_alignParentBottom="true"
|
|
|
/>
|
|
|
</RelativeLayout>
|