Commit d1e8ea25d0f412d431c1db2ca13fcee676db3814
1 parent
3fc8a878
添加分享页面以及分享逻辑1
Showing
1 changed file
with
4 additions
and
12 deletions
module_xiaojiaSoundBox/src/main/res/layout/activity_share_friend.xml
| @@ -67,21 +67,21 @@ | @@ -67,21 +67,21 @@ | ||
| 67 | android:layout_height="wrap_content" | 67 | android:layout_height="wrap_content" |
| 68 | android:text="@string/scanto_get_invite" | 68 | android:text="@string/scanto_get_invite" |
| 69 | android:layout_marginTop="15dp" | 69 | android:layout_marginTop="15dp" |
| 70 | - android:textSize="24sp" | 70 | + android:textSize="15sp" |
| 71 | android:textColor="@color/color_fff" | 71 | android:textColor="@color/color_fff" |
| 72 | /> | 72 | /> |
| 73 | 73 | ||
| 74 | <ImageView | 74 | <ImageView |
| 75 | android:id="@+id/erweima" | 75 | android:id="@+id/erweima" |
| 76 | - android:layout_width="166dp" | ||
| 77 | - android:layout_height="166dp" | 76 | + android:layout_width="150dp" |
| 77 | + android:layout_height="150dp" | ||
| 78 | android:layout_marginTop="15dp" | 78 | android:layout_marginTop="15dp" |
| 79 | android:layout_gravity="center_horizontal"/> | 79 | android:layout_gravity="center_horizontal"/> |
| 80 | 80 | ||
| 81 | <LinearLayout | 81 | <LinearLayout |
| 82 | android:layout_width="match_parent" | 82 | android:layout_width="match_parent" |
| 83 | android:layout_height="wrap_content" | 83 | android:layout_height="wrap_content" |
| 84 | - android:layout_marginTop="20dp" | 84 | + android:layout_marginTop="15dp" |
| 85 | android:gravity="center"> | 85 | android:gravity="center"> |
| 86 | 86 | ||
| 87 | <TextView | 87 | <TextView |
| @@ -134,14 +134,6 @@ | @@ -134,14 +134,6 @@ | ||
| 134 | android:textSize="11sp" | 134 | android:textSize="11sp" |
| 135 | android:textStyle="bold" /> | 135 | android:textStyle="bold" /> |
| 136 | 136 | ||
| 137 | - <TextView | ||
| 138 | - android:layout_width="wrap_content" | ||
| 139 | - android:layout_height="wrap_content" | ||
| 140 | - android:layout_marginLeft="5dp" | ||
| 141 | - android:text="扫码绑定" | ||
| 142 | - android:textColor="@color/color_282828" | ||
| 143 | - android:textSize="12sp" | ||
| 144 | - android:textStyle="bold" /> | ||
| 145 | </LinearLayout> | 137 | </LinearLayout> |
| 146 | 138 | ||
| 147 | <TextView | 139 | <TextView |