diff options
author | Yorke Lee <yorkelee@google.com> | 2014-05-07 11:31:57 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2014-05-07 11:31:57 -0700 |
commit | 50e77a1460569f91f92ca0b48a3b23f2a6cefbb4 (patch) | |
tree | 2b6817359dee07a2288deaa72275772600993dff | |
parent | 861fd2a2737051843582c4261567342016853868 (diff) |
Hide remove view at startup
Change-Id: Ic564c562c8133d00c2dff6b3f80aaf88efe5a7ce
-rw-r--r-- | res/layout/dialtacts_activity.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/dialtacts_activity.xml b/res/layout/dialtacts_activity.xml index e4e2a238b..eb5e898a1 100644 --- a/res/layout/dialtacts_activity.xml +++ b/res/layout/dialtacts_activity.xml @@ -59,7 +59,8 @@ android:layout_height="match_parent" android:layout_width="match_parent" android:gravity="center" - android:orientation="horizontal"> + android:orientation="horizontal" + android:visibility="gone" > <ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" |