去除商品和问诊
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/public' }
|
||||||
maven { url 'https://maven.aliyun.com/repository/google' }
|
maven { url 'https://maven.aliyun.com/repository/google' }
|
||||||
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
|
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
|
||||||
jcenter()
|
|
||||||
mavenCentral()
|
|
||||||
maven {url 'https://dl.google.com/dl/android/maven2/'}
|
maven {url 'https://dl.google.com/dl/android/maven2/'}
|
||||||
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
// classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.6.2'
|
|
||||||
classpath 'com.android.tools.build:gradle:7.4.2'
|
classpath 'com.android.tools.build:gradle:7.4.2'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
//添加阿里云镜像
|
|
||||||
maven { url 'https://maven.aliyun.com/repository/public' }
|
maven { url 'https://maven.aliyun.com/repository/public' }
|
||||||
maven { url 'https://maven.aliyun.com/repository/google' }
|
maven { url 'https://maven.aliyun.com/repository/google' }
|
||||||
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
|
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
|
||||||
jcenter()
|
|
||||||
mavenCentral()
|
|
||||||
maven {url 'https://dl.google.com/dl/android/maven2/'}
|
maven {url 'https://dl.google.com/dl/android/maven2/'}
|
||||||
maven { url 'https://developer.huawei.com/repo/' }
|
maven { url 'https://developer.huawei.com/repo/' }
|
||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
|
|
@ -37,6 +32,7 @@ allprojects {
|
||||||
maven {
|
maven {
|
||||||
url "https://mvn.getui.com/nexus/content/repositories/releases/"
|
url "https://mvn.getui.com/nexus/content/repositories/releases/"
|
||||||
}
|
}
|
||||||
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -167,7 +167,7 @@ public class MyGoldTasksActivity extends BaseActivity {
|
||||||
if(tv_shareIfishApp_finish.getVisibility()==View.VISIBLE){
|
if(tv_shareIfishApp_finish.getVisibility()==View.VISIBLE){
|
||||||
everyDay++;
|
everyDay++;
|
||||||
}
|
}
|
||||||
tv_everyDay.setText(everyDay+"/8");
|
tv_everyDay.setText(everyDay+"/5");
|
||||||
int task=0;
|
int task=0;
|
||||||
if(tv_rename_finish.getVisibility()==View.VISIBLE){
|
if(tv_rename_finish.getVisibility()==View.VISIBLE){
|
||||||
task++;
|
task++;
|
||||||
|
|
@ -184,7 +184,7 @@ public class MyGoldTasksActivity extends BaseActivity {
|
||||||
if(tv_ifishDoctor_finish.getVisibility()==View.VISIBLE){
|
if(tv_ifishDoctor_finish.getVisibility()==View.VISIBLE){
|
||||||
task++;
|
task++;
|
||||||
}
|
}
|
||||||
tv_task.setText(task+"/5");
|
tv_task.setText(task+"/2");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -88,6 +88,7 @@
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/rl_fishdoctor"
|
android:id="@+id/rl_fishdoctor"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
android:visibility="gone"
|
||||||
android:layout_height="@dimen/discove_item"
|
android:layout_height="@dimen/discove_item"
|
||||||
android:background="@drawable/discove_item_select"
|
android:background="@drawable/discove_item_select"
|
||||||
>
|
>
|
||||||
|
|
@ -194,6 +195,7 @@
|
||||||
android:id="@+id/rl_goodslist"
|
android:id="@+id/rl_goodslist"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/discove_item"
|
android:layout_height="@dimen/discove_item"
|
||||||
|
android:visibility="gone"
|
||||||
android:background="@drawable/discove_item_select"
|
android:background="@drawable/discove_item_select"
|
||||||
>
|
>
|
||||||
<ImageView
|
<ImageView
|
||||||
|
|
|
||||||
|
|
@ -219,6 +219,7 @@
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
android:visibility="gone"
|
||||||
android:layout_height="@dimen/item_goldtask">
|
android:layout_height="@dimen/item_goldtask">
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_iv"
|
android:id="@+id/iv_iv"
|
||||||
|
|
@ -292,6 +293,7 @@
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
android:visibility="gone"
|
||||||
android:layout_height="@dimen/item_goldtask">
|
android:layout_height="@dimen/item_goldtask">
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_iv"
|
android:id="@+id/iv_iv"
|
||||||
|
|
@ -365,6 +367,7 @@
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
android:visibility="gone"
|
||||||
android:layout_height="@dimen/item_goldtask">
|
android:layout_height="@dimen/item_goldtask">
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_iv"
|
android:id="@+id/iv_iv"
|
||||||
|
|
@ -864,6 +867,7 @@
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
android:visibility="gone"
|
||||||
android:layout_height="@dimen/item_goldtask">
|
android:layout_height="@dimen/item_goldtask">
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_iv"
|
android:id="@+id/iv_iv"
|
||||||
|
|
@ -937,6 +941,7 @@
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
android:visibility="gone"
|
||||||
android:layout_height="@dimen/item_goldtask">
|
android:layout_height="@dimen/item_goldtask">
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_iv"
|
android:id="@+id/iv_iv"
|
||||||
|
|
@ -1010,6 +1015,7 @@
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
android:visibility="gone"
|
||||||
android:layout_height="@dimen/item_goldtask">
|
android:layout_height="@dimen/item_goldtask">
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_iv"
|
android:id="@+id/iv_iv"
|
||||||
|
|
|
||||||
|
|
@ -290,6 +290,7 @@
|
||||||
android:id="@+id/rl_shop_adm"
|
android:id="@+id/rl_shop_adm"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/shop_item"
|
android:layout_height="@dimen/shop_item"
|
||||||
|
android:visibility="gone"
|
||||||
android:background="@drawable/shop_item_select"
|
android:background="@drawable/shop_item_select"
|
||||||
>
|
>
|
||||||
<ImageView
|
<ImageView
|
||||||
|
|
@ -434,6 +435,7 @@
|
||||||
android:id="@+id/rl_video_adm"
|
android:id="@+id/rl_video_adm"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/shop_item"
|
android:layout_height="@dimen/shop_item"
|
||||||
|
android:visibility="gone"
|
||||||
android:background="@drawable/shop_item_select"
|
android:background="@drawable/shop_item_select"
|
||||||
>
|
>
|
||||||
<ImageView
|
<ImageView
|
||||||
|
|
@ -483,7 +485,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/shop_item"
|
android:layout_height="@dimen/shop_item"
|
||||||
android:background="@drawable/shop_item_select"
|
android:background="@drawable/shop_item_select"
|
||||||
android:visibility="visible"
|
android:visibility="gone"
|
||||||
>
|
>
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/iv_iv"
|
android:id="@+id/iv_iv"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue