Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -47,7 +47,8 @@ | ... | @@ -47,7 +47,8 @@ |
47 | android:background="@drawable/p7725_sdk_btn_orange_red" | 47 | android:background="@drawable/p7725_sdk_btn_orange_red" |
48 | android:text="@string/p7725_invite_by_fb" | 48 | android:text="@string/p7725_invite_by_fb" |
49 | android:textSize="@dimen/p7725_font_name_size" | 49 | android:textSize="@dimen/p7725_font_name_size" |
50 | - android:textColor="@android:color/white" /> | 50 | + android:textColor="@android:color/white" |
51 | + android:visibility="gone" /> | ||
51 | </LinearLayout> | 52 | </LinearLayout> |
52 | 53 | ||
53 | <Button | 54 | <Button | ... | ... |
-
Please register or login to post a comment