summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-05-07 11:31:57 -0700
committerYorke Lee <yorkelee@google.com>2014-05-07 11:31:57 -0700
commit50e77a1460569f91f92ca0b48a3b23f2a6cefbb4 (patch)
tree2b6817359dee07a2288deaa72275772600993dff /res
parent861fd2a2737051843582c4261567342016853868 (diff)
Hide remove view at startup
Change-Id: Ic564c562c8133d00c2dff6b3f80aaf88efe5a7ce
Diffstat (limited to 'res')
-rw-r--r--res/layout/dialtacts_activity.xml3
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"