|
|
@@ -20,8 +20,13 @@
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="378dp"
|
|
|
- android:background="@drawable/sign_band_bg">
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:scaleType="fitXY"
|
|
|
+ android:adjustViewBounds="true"
|
|
|
+ android:src="@drawable/sign_band_bg"/>
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="223dp"
|