OSDN Git Service

Hide travel abroad button initially.
authorFan Zhang <zhfan@google.com>
Wed, 3 Aug 2016 19:58:07 +0000 (12:58 -0700)
committergitbuildkicker <android-build@google.com>
Wed, 3 Aug 2016 23:19:19 +0000 (16:19 -0700)
Bug: 30632031

This button needs to be initially hidden so user can't accidentally
click it before data is ready.

Change-Id: I8cdd1f68bdcb5ba7ecbde34e72d85a5da1fa4a3d

res/layout/support_offline_escalation_options.xml

index 4f6940c..6a54fba 100644 (file)
@@ -64,5 +64,6 @@
         style="@style/SupportSecondaryButton"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:minHeight="48dp"/>
+        android:minHeight="48dp"
+        android:visibility="gone"/>
 </LinearLayout>