|
|
@@ -29,13 +29,13 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:src="@drawable/ic_launcher"
|
|
|
- android:tint="@color/black_theme" />
|
|
|
+ android:tint="@color/black_theme"
|
|
|
+ android:visibility="gone"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_title"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/margin_ss"
|
|
|
android:text="拾贝"
|
|
|
android:textColor="@color/black_theme"
|
|
|
android:textSize="@dimen/text_normal_p"
|
|
|
@@ -51,11 +51,12 @@
|
|
|
android:textColor="@color/black_droid_text"
|
|
|
android:textSize="@dimen/text_normal" />-->
|
|
|
<TextView
|
|
|
+ android:id="@+id/tv_desc"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:paddingStart="@dimen/margin_default"
|
|
|
android:paddingEnd="@dimen/margin_default"
|
|
|
- android:text="  每一件在拾贝上展示的商品,都是开发者购买并体验之后精心挑选的。\n  拾贝收集了各大平台的优惠券,并提供丰富的购物模板,让用户花更少的钱,买到更好的产品。\n  另外面向开发者上线了一些实用的小工具,如GetJson接口服务,每个用户都可以拥有一个属于自己的URL,GET请求该URL则返回保存在服务端的JSON数据。"
|
|
|
+ android:text="点击下方的“立即激活”进行转账,备注当前账号的邮箱(非常重要),退出应用稍等片刻重新打开APP,即可完成激活。一定要在备注填写需要激活的账号对应的邮箱,否则无法完成激活。"
|
|
|
android:textColor="@color/black_droid_text"
|
|
|
android:textSize="@dimen/text_normal" />
|
|
|
|
|
|
@@ -70,6 +71,20 @@
|
|
|
android:textColor="@color/green_logo"
|
|
|
android:textSize="@dimen/text_normal_s"
|
|
|
android:textStyle="bold"
|
|
|
+ android:background="?attr/selectableItemBackground"
|
|
|
+ android:visibility="gone"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_active"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/margin_default"
|
|
|
+ android:layout_marginStart="@dimen/margin_default"
|
|
|
+ android:layout_marginEnd="@dimen/margin_default"
|
|
|
+ android:text="立即激活"
|
|
|
+ android:textColor="@color/green_logo"
|
|
|
+ android:textSize="@dimen/text_normal_s"
|
|
|
+ android:textStyle="bold"
|
|
|
android:background="?attr/selectableItemBackground"/>
|
|
|
|
|
|
<TextView
|
|
|
@@ -96,7 +111,8 @@
|
|
|
android:textColor="@color/green_logo"
|
|
|
android:textSize="@dimen/text_normal_s"
|
|
|
android:textStyle="bold"
|
|
|
- android:background="?attr/selectableItemBackground"/>
|
|
|
+ android:background="?attr/selectableItemBackground"
|
|
|
+ android:visibility="gone"/>
|
|
|
|
|
|
<Space
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -114,6 +130,7 @@
|
|
|
android:gravity="center"
|
|
|
android:text="隐私权限 · 服务条款"
|
|
|
android:textColor="@color/black_title"
|
|
|
- android:textSize="@dimen/text_s" />
|
|
|
+ android:textSize="@dimen/text_s"
|
|
|
+ android:visibility="gone"/>
|
|
|
<include layout="@layout/view_divider" />
|
|
|
</LinearLayout>
|