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 | 67 | android:layout_height="wrap_content" |
| 68 | 68 | android:text="@string/scanto_get_invite" |
| 69 | 69 | android:layout_marginTop="15dp" |
| 70 | - android:textSize="24sp" | |
| 70 | + android:textSize="15sp" | |
| 71 | 71 | android:textColor="@color/color_fff" |
| 72 | 72 | /> |
| 73 | 73 | |
| 74 | 74 | <ImageView |
| 75 | 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 | 78 | android:layout_marginTop="15dp" |
| 79 | 79 | android:layout_gravity="center_horizontal"/> |
| 80 | 80 | |
| 81 | 81 | <LinearLayout |
| 82 | 82 | android:layout_width="match_parent" |
| 83 | 83 | android:layout_height="wrap_content" |
| 84 | - android:layout_marginTop="20dp" | |
| 84 | + android:layout_marginTop="15dp" | |
| 85 | 85 | android:gravity="center"> |
| 86 | 86 | |
| 87 | 87 | <TextView |
| ... | ... | @@ -134,14 +134,6 @@ |
| 134 | 134 | android:textSize="11sp" |
| 135 | 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 | 137 | </LinearLayout> |
| 146 | 138 | |
| 147 | 139 | <TextView | ... | ... |