去除商品和问诊
This commit is contained in:
parent
20d578a843
commit
262e864625
|
|
@ -8,25 +8,20 @@ buildscript {
|
|||
maven { url 'https://maven.aliyun.com/repository/public' }
|
||||
maven { url 'https://maven.aliyun.com/repository/google' }
|
||||
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven {url 'https://dl.google.com/dl/android/maven2/'}
|
||||
mavenCentral()
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
// classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.6.2'
|
||||
classpath 'com.android.tools.build:gradle:7.4.2'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
}
|
||||
}
|
||||
allprojects {
|
||||
repositories {
|
||||
//添加阿里云镜像
|
||||
maven { url 'https://maven.aliyun.com/repository/public' }
|
||||
maven { url 'https://maven.aliyun.com/repository/google' }
|
||||
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven {url 'https://dl.google.com/dl/android/maven2/'}
|
||||
maven { url 'https://developer.huawei.com/repo/' }
|
||||
maven { url 'https://jitpack.io' }
|
||||
|
|
@ -37,6 +32,7 @@ allprojects {
|
|||
maven {
|
||||
url "https://mvn.getui.com/nexus/content/repositories/releases/"
|
||||
}
|
||||
mavenCentral()
|
||||
google()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue