Commit e70ce264 authored by maxiaoliang's avatar maxiaoliang

拆包

parent dd2b5c30
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="com.zxhl.shop"> package="com.zxhl.economize">
<!-- 权限声明 --> <!-- 权限声明 -->
<!-- 允许程序打开网络套接字 --> <!-- 允许程序打开网络套接字 -->
...@@ -35,10 +35,10 @@ ...@@ -35,10 +35,10 @@
<uses-permission android:name="android.permission.READ_PHONE_STATE" /> <!-- 用于写入缓存数据到扩展存储卡 --> <uses-permission android:name="android.permission.READ_PHONE_STATE" /> <!-- 用于写入缓存数据到扩展存储卡 -->
<!--必要权限,解决安全风险漏洞,发送和注册广播事件需要调用带有传递权限的接口--> <!--必要权限,解决安全风险漏洞,发送和注册广播事件需要调用带有传递权限的接口-->
<permission <permission
android:name="com.zxhl.shop.openadsdk.permission.TT_PANGOLIN" android:name="com.zxhl.economize.openadsdk.permission.TT_PANGOLIN"
android:protectionLevel="signature" /> android:protectionLevel="signature" />
<uses-permission android:name="com.zxhl.shop.openadsdk.permission.TT_PANGOLIN" /> <uses-permission android:name="com.zxhl.economize.openadsdk.permission.TT_PANGOLIN" />
<uses-sdk tools:overrideLibrary="com.bun.miitmdid" /> <uses-sdk tools:overrideLibrary="com.bun.miitmdid" />
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<data <data
android:host="main" android:host="main"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
......
package com.zxhl.shop package com.zxhl.economize
import android.app.Application import android.app.Application
import android.text.TextUtils import android.text.TextUtils
......
package com.zxhl.shop.activity package com.zxhl.economize.activity
import android.content.Intent import android.content.Intent
import android.text.TextUtils import android.text.TextUtils
...@@ -9,8 +9,8 @@ import com.zxhl.cms.common.base.BaseActivity ...@@ -9,8 +9,8 @@ import com.zxhl.cms.common.base.BaseActivity
import com.zxhl.cms.net.SettingPreference import com.zxhl.cms.net.SettingPreference
import com.zxhl.cms.utils.Utils import com.zxhl.cms.utils.Utils
import com.zxhl.cms.widget.CenterDialog import com.zxhl.cms.widget.CenterDialog
import com.zxhl.shop.Appli import com.zxhl.economize.Appli
import com.zxhl.shop.R import com.zxhl.economize.R
/** /**
* @author (wangXuewei) * @author (wangXuewei)
......
package com.zxhl.shop.activity; package com.zxhl.economize.activity;
import android.annotation.SuppressLint; import android.annotation.SuppressLint;
import android.content.Intent; import android.content.Intent;
...@@ -19,7 +19,7 @@ import com.zxbw.modulemain.fragment.ShoppingMallFragment; ...@@ -19,7 +19,7 @@ import com.zxbw.modulemain.fragment.ShoppingMallFragment;
import com.zxbw.modulemain.fragment.UserCenterFragment; import com.zxbw.modulemain.fragment.UserCenterFragment;
import com.zxbw.modulemain.view.NavigationBottomView; import com.zxbw.modulemain.view.NavigationBottomView;
import com.zxhl.cms.utils.ClipboardManagerUtil; import com.zxhl.cms.utils.ClipboardManagerUtil;
import com.zxhl.shop.R; import com.zxhl.economize.R;
import com.zxhl.cms.AppContext; import com.zxhl.cms.AppContext;
import com.zxhl.cms.common.Constant; import com.zxhl.cms.common.Constant;
import com.zxhl.cms.common.base.BaseActivity; import com.zxhl.cms.common.base.BaseActivity;
......
<resources> <resources>
<string name="app_name">小象省钱</string> <string name="app_name">喜欢省</string>
</resources> </resources>
\ No newline at end of file
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
<paths xmlns:android="http://schemas.android.com/apk/res/android"> <paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-path <external-path
name="cache" name="cache"
path="Android/data/com.zxhl.shop/" /> path="Android/data/com.zxhl.economize/" />
<external-path <external-path
name="downloadfile" name="downloadfile"
path="com.zxhl.shop/" /> path="com.zxhl.economize/" />
<!--项目中用到的--> <!--项目中用到的-->
<external-path <external-path
name="beta_external_files_path" name="beta_external_files_path"
......
package com.zxhl.shop
import org.junit.Test
import org.junit.Assert.*
/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}
\ No newline at end of file
PACKAGE_NAME=com.zxhl.shop PACKAGE_NAME=com.zxhl.economize
VERSION_CODE=20 VERSION_CODE=1
VERSION_NAME=1.1.9 VERSION_NAME=1.0.0
\ No newline at end of file \ No newline at end of file
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<data <data
android:host="udesk" android:host="udesk"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<data <data
android:host="web" android:host="web"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<data <data
android:host="h5" android:host="h5"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<data <data
android:host="pay" android:host="pay"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<!-- 友盟配置 --> <!-- 友盟配置 -->
<meta-data <meta-data
android:name="UMENG_APPKEY" android:name="UMENG_APPKEY"
android:value="5d0dd39b570df3d7c5000d1a" /> android:value="5ec64054570df37422000074" />
<meta-data <meta-data
android:name="UMENG_CHANNEL" android:name="UMENG_CHANNEL"
android:value="${UMENG_CHANNEL_VALUE}" /> <!-- QQ配置 --> android:value="${UMENG_CHANNEL_VALUE}" /> <!-- QQ配置 -->
......
...@@ -13,7 +13,7 @@ public class Constant { ...@@ -13,7 +13,7 @@ public class Constant {
String s = "D0EV7FZL45A5DVKD"; String s = "D0EV7FZL45A5DVKD";
public static final String scheme = "xxsqshop"; public static final String scheme = "economize";
public static int UPLOADMAXSIZE = 50; public static int UPLOADMAXSIZE = 50;
...@@ -261,9 +261,9 @@ public class Constant { ...@@ -261,9 +261,9 @@ public class Constant {
public static class Param { public static class Param {
public static final String mPacketName = "com.zxhl.shop"; public static final String mPacketName = "com.zxhl.economize";
public static boolean isLocal = mPacketName.equals("com.zx.localnews"); public static boolean isLocal = mPacketName.equals("com.zx.localnews");
public static String APPLS = "5f758837834488be"; public static String APPLS = "beda9bddb0ecc15f";
public static String androidId = ""; public static String androidId = "";
public static String carrier = ""; public static String carrier = "";
public static String h = ""; public static String h = "";
......
...@@ -202,8 +202,8 @@ public class NetConfig { ...@@ -202,8 +202,8 @@ public class NetConfig {
public static String WEB_URL_ABOUT_US = "https://newspool.zhangxinhulian.com/sspapiNovel/su/custom/xingyunmohe/aboutMe.html?version=" + Constant.Param.vn + "&appName="+AppContext.get().getResources().getString(R.string.app_name)+"&company=北京掌心互联科技有限公司"; public static String WEB_URL_ABOUT_US = "https://newspool.zhangxinhulian.com/sspapiNovel/su/custom/xingyunmohe/aboutMe.html?version=" + Constant.Param.vn + "&appName="+AppContext.get().getResources().getString(R.string.app_name)+"&company=北京掌心互联科技有限公司";
public static String WEB_URL_CUSTOMER_SERVICE = "https://1568685.s4.udesk.cn/im_client/?web_plugin_id=35245"; public static String WEB_URL_CUSTOMER_SERVICE = "https://1568685.s4.udesk.cn/im_client/?web_plugin_id=43808";
public static String WEB_URL_CUSTOMER_SERVICE_ERROR = "https://h5.zhangxinzhixun.com/to_refund"; public static String WEB_URL_CUSTOMER_SERVICE_ERROR = "https://h5.zhangxinzhixun.com/to_refund?appName=xihuansheng";
public static String WEB_URL_ZENGZHI_SERVICE = "https://newspool.zhangxinhulian.com/sspapiNovel/su/custom/xingyunmohe/xxsq_zz_server.html"; public static String WEB_URL_ZENGZHI_SERVICE = "https://newspool.zhangxinhulian.com/sspapiNovel/su/custom/xingyunmohe/xxsq_zz_server.html";
public static String WEB_URL_BUYER_KNOW = "https://newspool.zhangxinhulian.com/sspapiNovel/su/custom/xingyunmohe/buyerKnow.html?version=" + Constant.Param.vn + "&appName="+AppContext.get().getResources().getString(R.string.app_name)+"&company=北京掌心互联科技有限公司"; public static String WEB_URL_BUYER_KNOW = "https://newspool.zhangxinhulian.com/sspapiNovel/su/custom/xingyunmohe/buyerKnow.html?version=" + Constant.Param.vn + "&appName="+AppContext.get().getResources().getString(R.string.app_name)+"&company=北京掌心互联科技有限公司";
public static String WEB_URL_WEEK_RULE = "https://newspool.zhangxinhulian.com/sspapiNovel/su/custom/xingyunmohe/week_activity_rule.html"; public static String WEB_URL_WEEK_RULE = "https://newspool.zhangxinhulian.com/sspapiNovel/su/custom/xingyunmohe/week_activity_rule.html";
......
...@@ -104,7 +104,7 @@ object WeChatPay { ...@@ -104,7 +104,7 @@ object WeChatPay {
api = getIWXAPI() api = getIWXAPI()
} }
Log.d("PAY_GET", "api sendReq") Log.d("PAY_GET", "api sendReq")
var path:String="/pages/pay/index?token=" + entity?.token + "&pkg_name=com.zxhl.shop" var path:String="/pages/pay/index?token=" + entity?.token + "&pkg_name=com.zxhl.economize"
val req = WXLaunchMiniProgram.Req() val req = WXLaunchMiniProgram.Req()
val g = Gson() val g = Gson()
val obj: JsonObject = g.fromJson(entity?.payload, JsonObject::class.java) val obj: JsonObject = g.fromJson(entity?.payload, JsonObject::class.java)
......
<resources> <resources>
<string name="app_name">小象省钱</string> <string name="app_name">喜欢省</string>
<string name="login_faild">登录失败</string> <string name="login_faild">登录失败</string>
<string name="login_success">登录成功</string> <string name="login_success">登录成功</string>
<string name="reset_success">修改成功</string> <string name="reset_success">修改成功</string>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<data <data
android:host="splash" android:host="splash"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.LoginActivity"> <activity android:name=".activity.LoginActivity">
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<data <data
android:host="login" android:host="login"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.PhoneVouchersActivity"> <activity android:name=".activity.PhoneVouchersActivity">
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<data <data
android:host="phone_voucher" android:host="phone_voucher"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.CardVoucherActivity"> <activity android:name=".activity.CardVoucherActivity">
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<data <data
android:host="cardvoucher" android:host="cardvoucher"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.CardDetailActivity"> <activity android:name=".activity.CardDetailActivity">
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<data <data
android:host="carddetail" android:host="carddetail"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.FlashSaleActivity"> <activity android:name=".activity.FlashSaleActivity">
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<data <data
android:host="flashsale" android:host="flashsale"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.WithDrawalActivity"> <activity android:name=".activity.WithDrawalActivity">
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<data <data
android:host="withdrawal" android:host="withdrawal"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.SkillPayActivity"> <activity android:name=".activity.SkillPayActivity">
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<data <data
android:host="skillpay" android:host="skillpay"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.BuyMemberActivity"> <activity android:name=".activity.BuyMemberActivity">
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
<data <data
android:host="buymember" android:host="buymember"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.CofigBugVipActivity"> <activity android:name=".activity.CofigBugVipActivity">
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
<data <data
android:host="configbuyvip" android:host="configbuyvip"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.AbuoutUsActivity"> <activity android:name=".activity.AbuoutUsActivity">
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
<data <data
android:host="abuoutus" android:host="abuoutus"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity <activity
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
<category android:name="android.intent.category.BROWSABLE"/> <category android:name="android.intent.category.BROWSABLE"/>
<data <data
android:host="rights_detail" android:host="rights_detail"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
<data <data
android:host="zero_buy" android:host="zero_buy"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
<data <data
android:host="tb_goods_detail" android:host="tb_goods_detail"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
<data <data
android:host="goodsdetail" android:host="goodsdetail"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.MyOrderActivity"> <activity android:name=".activity.MyOrderActivity">
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
<data <data
android:host="myorder" android:host="myorder"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".box.activity.WareHouseActivity"> <activity android:name=".box.activity.WareHouseActivity">
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
<data <data
android:host="warehouse" android:host="warehouse"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".box.activity.ReceiveAddressActivity"> <activity android:name=".box.activity.ReceiveAddressActivity">
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
<data <data
android:host="receiveaddress" android:host="receiveaddress"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".box.activity.OrderDetailActivity"> <activity android:name=".box.activity.OrderDetailActivity">
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
<data <data
android:host="orderdetail" android:host="orderdetail"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.ToPaySkillGoodsActivity"> <activity android:name=".activity.ToPaySkillGoodsActivity">
...@@ -233,7 +233,7 @@ ...@@ -233,7 +233,7 @@
<data <data
android:host="topayskill" android:host="topayskill"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.SettingActivity"> <activity android:name=".activity.SettingActivity">
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
<data <data
android:host="setting" android:host="setting"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.OpenMemberOrderActivity"> <activity android:name=".activity.OpenMemberOrderActivity">
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
<data <data
android:host="member_order" android:host="member_order"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.OpenMemberActivity"> <activity android:name=".activity.OpenMemberActivity">
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
<data <data
android:host="open_member" android:host="open_member"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.ShopOrderActivity"> <activity android:name=".activity.ShopOrderActivity">
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
<data <data
android:host="shoporder" android:host="shoporder"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".box.activity.EditAddressActivity"> <activity android:name=".box.activity.EditAddressActivity">
...@@ -290,7 +290,7 @@ ...@@ -290,7 +290,7 @@
<data <data
android:host="editaddress" android:host="editaddress"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".box.activity.OrderSuccessActivity"> <activity android:name=".box.activity.OrderSuccessActivity">
...@@ -301,7 +301,7 @@ ...@@ -301,7 +301,7 @@
<data <data
android:host="ordersuccess" android:host="ordersuccess"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.SkillShopActivity"> <activity android:name=".activity.SkillShopActivity">
...@@ -313,7 +313,7 @@ ...@@ -313,7 +313,7 @@
<data <data
android:host="skillshop" android:host="skillshop"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.PaySuccessActivity"> <activity android:name=".activity.PaySuccessActivity">
...@@ -324,7 +324,7 @@ ...@@ -324,7 +324,7 @@
<data <data
android:host="paysucess" android:host="paysucess"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.RechargeActivity"> <activity android:name=".activity.RechargeActivity">
...@@ -336,7 +336,7 @@ ...@@ -336,7 +336,7 @@
<data <data
android:host="recharge" android:host="recharge"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity <activity
...@@ -349,7 +349,7 @@ ...@@ -349,7 +349,7 @@
<data <data
android:host="searchresult" android:host="searchresult"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity <activity
...@@ -362,7 +362,7 @@ ...@@ -362,7 +362,7 @@
<data <data
android:host="search" android:host="search"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity <activity
...@@ -375,7 +375,7 @@ ...@@ -375,7 +375,7 @@
<data <data
android:host="user_question" android:host="user_question"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity <activity
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
<data <data
android:host="red_envelope" android:host="red_envelope"
android:scheme="xxsqshop" /> android:scheme="economize" />
</intent-filter> </intent-filter>
</activity> </activity>
</application> </application>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
android:layout_marginTop="50dp" android:layout_marginTop="50dp"
android:layout_marginBottom="20dp" android:layout_marginBottom="20dp"
android:src="@drawable/logo_xiaoxiangshengqian" /> android:src="@drawable/logo" />
<TextView <TextView
android:id="@+id/id_tv_version" android:id="@+id/id_tv_version"
......
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:text="成为小象省钱会员,立享当前优惠哦" android:text="成为喜欢省会员,立享当前优惠哦"
android:layout_marginLeft="4dp" android:layout_marginLeft="4dp"
android:textColor="#F8E8CC" android:textColor="#F8E8CC"
android:textSize="12sp" /> android:textSize="12sp" />
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:text="欢迎打开小象省钱" android:text="欢迎打开喜欢省"
android:textColor="#F4E9C9" android:textColor="#F4E9C9"
android:textSize="16sp" /> android:textSize="16sp" />
</LinearLayout> </LinearLayout>
...@@ -399,7 +399,7 @@ ...@@ -399,7 +399,7 @@
android:id="@+id/id_tv_yonghu" android:id="@+id/id_tv_yonghu"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="《小象省钱用户协议》" android:text="《喜欢省用户协议》"
android:textColor="#B28A17" android:textColor="#B28A17"
android:textSize="11sp" /> android:textSize="11sp" />
...@@ -414,7 +414,7 @@ ...@@ -414,7 +414,7 @@
android:id="@+id/id_tv_yinsi" android:id="@+id/id_tv_yinsi"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="《小象省钱隐私政策》" android:text="《喜欢省隐私政策》"
android:textColor="#B28A17" android:textColor="#B28A17"
android:textSize="11sp" /> android:textSize="11sp" />
</LinearLayout> </LinearLayout>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="小象省钱黑钻卡" android:text="喜欢省黑钻卡"
android:textColor="#FFD9C5A7" android:textColor="#FFD9C5A7"
android:layout_marginTop="15dp" android:layout_marginTop="15dp"
android:textSize="23sp" android:textSize="23sp"
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
android:textColor="@color/color_999999" android:textColor="@color/color_999999"
android:textSize="14sp" android:textSize="14sp"
android:textStyle="bold" android:textStyle="bold"
android:visibility="visible" /> android:visibility="gone" />
<TextView <TextView
android:id="@+id/id_view_navigation_bottom_cash" android:id="@+id/id_view_navigation_bottom_cash"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment