|
@@ -7,8 +7,8 @@
|
|
|
android:orientation="vertical" >
|
|
|
|
|
|
<com.jmhy.sdk.view.CornerCompatView
|
|
|
- android:layout_width="@dimen/jm_login_width"
|
|
|
- android:layout_height="@dimen/jm_login_height_old"
|
|
|
+ android:layout_width="@dimen/jm_pay_width"
|
|
|
+ android:layout_height="@dimen/jm_pay_height"
|
|
|
app:jm_radius="@dimen/jm_login_radius"
|
|
|
android:background="@color/jmfont_white" >
|
|
|
|
|
@@ -22,8 +22,9 @@
|
|
|
android:layout_width="25dp"
|
|
|
android:layout_height="25dp"
|
|
|
android:layout_margin="10dp"
|
|
|
+ android:layout_gravity="end"
|
|
|
android:scaleType="centerInside"
|
|
|
- android:src="@drawable/jm_back" />
|
|
|
+ android:src="@drawable/jm_close" />
|
|
|
|
|
|
<com.jmhy.sdk.view.GifImageView
|
|
|
android:id="@+id/gif"
|