|
|
@@ -13,7 +13,8 @@
|
|
|
android:layout_marginBottom="@dimen/content_padding_small"
|
|
|
android:text="保存二维码:"
|
|
|
android:textColor="@color/black_text_deep"
|
|
|
- android:textSize="@dimen/text_size_15" />
|
|
|
+ android:textSize="@dimen/text_size_15"
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="160dp"
|
|
|
@@ -52,7 +53,8 @@
|
|
|
android:text="将小绵羊二维码保存至手机相册,随时随地发送给您的朋友"
|
|
|
android:textColor="#666666"
|
|
|
android:textSize="10sp"
|
|
|
- android:textStyle="bold" />
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -97,7 +99,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center"
|
|
|
android:text="微信"
|
|
|
- android:textSize="10sp" />
|
|
|
+ android:textSize="10sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -118,7 +121,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center"
|
|
|
android:text="QQ"
|
|
|
- android:textSize="10sp" />
|
|
|
+ android:textSize="10sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -139,7 +143,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center"
|
|
|
android:text="朋友圈"
|
|
|
- android:textSize="10sp" />
|
|
|
+ android:textSize="10sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -160,7 +165,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center"
|
|
|
android:text="QQ空间"
|
|
|
- android:textSize="10sp" />
|
|
|
+ android:textSize="10sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -181,7 +187,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center"
|
|
|
android:text="复制链接"
|
|
|
- android:textSize="10sp" />
|
|
|
+ android:textSize="10sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|