|
|
@@ -65,7 +65,7 @@
|
|
|
|
|
|
<com.kfzs.duanduan.view.DragRelativeLayout
|
|
|
android:id="@+id/newbie_task"
|
|
|
- android:layout_width="30dp"
|
|
|
+ android:layout_width="40dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:paddingTop="@dimen/content_padding_10"
|
|
|
android:paddingBottom="@dimen/content_padding_10"
|
|
|
@@ -74,16 +74,13 @@
|
|
|
android:layout_marginEnd="@dimen/content_padding_10"
|
|
|
android:layout_marginBottom="@dimen/content_padding_20"
|
|
|
android:gravity="center"
|
|
|
- android:background="@drawable/shape_newbie_task_tv"
|
|
|
android:visibility="gone">
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center"
|
|
|
- android:ems="1"
|
|
|
- android:textSize="13sp"
|
|
|
- android:textColor="#ffffff"
|
|
|
- android:text="新手任务"/>
|
|
|
+ android:scaleType="fitXY"
|
|
|
+ android:adjustViewBounds="true"
|
|
|
+ android:src="@mipmap/bg_newbie_task"/>
|
|
|
</com.kfzs.duanduan.view.DragRelativeLayout>
|
|
|
<TextView
|
|
|
android:id="@+id/test_change"
|