去除商品和问诊
This commit is contained in:
@@ -167,7 +167,7 @@ public class MyGoldTasksActivity extends BaseActivity {
|
||||
if(tv_shareIfishApp_finish.getVisibility()==View.VISIBLE){
|
||||
everyDay++;
|
||||
}
|
||||
tv_everyDay.setText(everyDay+"/8");
|
||||
tv_everyDay.setText(everyDay+"/5");
|
||||
int task=0;
|
||||
if(tv_rename_finish.getVisibility()==View.VISIBLE){
|
||||
task++;
|
||||
@@ -184,7 +184,7 @@ public class MyGoldTasksActivity extends BaseActivity {
|
||||
if(tv_ifishDoctor_finish.getVisibility()==View.VISIBLE){
|
||||
task++;
|
||||
}
|
||||
tv_task.setText(task+"/5");
|
||||
tv_task.setText(task+"/2");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_fishdoctor"
|
||||
android:layout_width="match_parent"
|
||||
android:visibility="gone"
|
||||
android:layout_height="@dimen/discove_item"
|
||||
android:background="@drawable/discove_item_select"
|
||||
>
|
||||
@@ -194,6 +195,7 @@
|
||||
android:id="@+id/rl_goodslist"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/discove_item"
|
||||
android:visibility="gone"
|
||||
android:background="@drawable/discove_item_select"
|
||||
>
|
||||
<ImageView
|
||||
|
||||
@@ -219,6 +219,7 @@
|
||||
</RelativeLayout>
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:visibility="gone"
|
||||
android:layout_height="@dimen/item_goldtask">
|
||||
<ImageView
|
||||
android:id="@+id/iv_iv"
|
||||
@@ -292,6 +293,7 @@
|
||||
</RelativeLayout>
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:visibility="gone"
|
||||
android:layout_height="@dimen/item_goldtask">
|
||||
<ImageView
|
||||
android:id="@+id/iv_iv"
|
||||
@@ -365,6 +367,7 @@
|
||||
</RelativeLayout>
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:visibility="gone"
|
||||
android:layout_height="@dimen/item_goldtask">
|
||||
<ImageView
|
||||
android:id="@+id/iv_iv"
|
||||
@@ -864,6 +867,7 @@
|
||||
</RelativeLayout>
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:visibility="gone"
|
||||
android:layout_height="@dimen/item_goldtask">
|
||||
<ImageView
|
||||
android:id="@+id/iv_iv"
|
||||
@@ -937,6 +941,7 @@
|
||||
</RelativeLayout>
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:visibility="gone"
|
||||
android:layout_height="@dimen/item_goldtask">
|
||||
<ImageView
|
||||
android:id="@+id/iv_iv"
|
||||
@@ -1010,6 +1015,7 @@
|
||||
</RelativeLayout>
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:visibility="gone"
|
||||
android:layout_height="@dimen/item_goldtask">
|
||||
<ImageView
|
||||
android:id="@+id/iv_iv"
|
||||
|
||||
@@ -290,6 +290,7 @@
|
||||
android:id="@+id/rl_shop_adm"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/shop_item"
|
||||
android:visibility="gone"
|
||||
android:background="@drawable/shop_item_select"
|
||||
>
|
||||
<ImageView
|
||||
@@ -434,6 +435,7 @@
|
||||
android:id="@+id/rl_video_adm"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/shop_item"
|
||||
android:visibility="gone"
|
||||
android:background="@drawable/shop_item_select"
|
||||
>
|
||||
<ImageView
|
||||
@@ -483,7 +485,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/shop_item"
|
||||
android:background="@drawable/shop_item_select"
|
||||
android:visibility="visible"
|
||||
android:visibility="gone"
|
||||
>
|
||||
<ImageView
|
||||
android:id="@+id/iv_iv"
|
||||
|
||||
Reference in New Issue
Block a user