Commit 0b1616d3 authored by jianglx's avatar jianglx

修改升级宽的样式

parent e817d7cf
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
android:orientation="vertical"> android:orientation="vertical">
<ImageView <ImageView
android:scaleType="centerCrop" android:scaleType="fitXY"
android:layout_width="match_parent" android:layout_width="@dimen/dialog_width"
android:layout_height="wrap_content" android:layout_height="@dimen/dialog_img_height"
android:src="@drawable/icon_dialog_top" /> android:src="@drawable/icon_dialog_top" />
<TextView <TextView
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment