|
|
@@ -81,11 +81,12 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/start_layout"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_below="@+id/listview"
|
|
|
android:layout_centerHorizontal="true"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
<com.sheep.gamegroup.view.customview.SProgress
|
|
|
android:id="@+id/start_stask_sprogress"
|
|
|
@@ -123,21 +124,20 @@
|
|
|
android:textSize="18sp"
|
|
|
android:textColor="@color/txt_black"
|
|
|
android:visibility="gone"/>
|
|
|
- <com.sheep.gamegroup.util.MyListview
|
|
|
- android:id="@+id/listview_down"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:scrollbars="none"
|
|
|
- android:divider="@null"
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
- android:layout_marginLeft="@dimen/content_padding_40"
|
|
|
- android:layout_marginRight="@dimen/content_padding_40"
|
|
|
- android:layout_marginTop="@dimen/content_padding_small"
|
|
|
- android:gravity="center"
|
|
|
- android:minHeight="36dp"
|
|
|
- android:minWidth="151dp"></com.sheep.gamegroup.util.MyListview>
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <com.sheep.gamegroup.util.MyListview
|
|
|
+ android:id="@+id/listview_down"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:scrollbars="none"
|
|
|
+ android:divider="@null"
|
|
|
+ android:layout_below="@+id/listview"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:layout_marginLeft="@dimen/content_padding_40"
|
|
|
+ android:layout_marginRight="@dimen/content_padding_40"
|
|
|
+ android:layout_marginTop="@dimen/content_padding_15"/>
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/doalog_item_get_rewards_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -160,8 +160,8 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/dialog_item_x"
|
|
|
- android:layout_width="22dp"
|
|
|
- android:layout_height="22dp"
|
|
|
+ android:layout_width="25dp"
|
|
|
+ android:layout_height="25dp"
|
|
|
android:padding="2dp"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:src="@mipmap/try_dialog_x"
|