Browse Source

更新资源文件

zqbo 5 years ago
parent
commit
2a3994d03f
2 changed files with 4 additions and 4 deletions
  1. 2 2
      sdk/jm/res/layout/jmnotice.xml
  2. 2 2
      sdk/jm/res/layout/jmuserinfo.xml

+ 2 - 2
sdk/jm/res/layout/jmnotice.xml

@@ -8,8 +8,8 @@
 
     <com.jmhy.sdk.view.CornerCompatView
         android:id="@+id/content"
-        android:layout_width="@dimen/jm_notice_width"
-        android:layout_height="@dimen/jm_notice_height"
+        android:layout_width="@dimen/jm_pay_width"
+        android:layout_height="@dimen/jm_pay_height"
         app:jm_radius="@dimen/jm_notice_radius"
         android:background="@color/jmfont_white">
 

+ 2 - 2
sdk/jm/res/layout/jmuserinfo.xml

@@ -8,8 +8,8 @@
 
     <com.jmhy.sdk.view.CornerCompatView
         android:id="@+id/content"
-        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_webview_radius"
         android:background="@color/jmfont_white">