From 8f86eb62e141ddb3d4f68b11dc5c6a4124dc2daf Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Thu, 8 Apr 2010 09:23:50 -0400 Subject: [PATCH] Hide e-call button in layout. Bug: 2568732 Change-Id: Idfccf04684bc7c717742cc06fa74df2c86ccea2d --- core/res/res/layout/keyguard_screen_tab_unlock.xml | 1 + core/res/res/layout/keyguard_screen_tab_unlock_land.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/core/res/res/layout/keyguard_screen_tab_unlock.xml b/core/res/res/layout/keyguard_screen_tab_unlock.xml index 945d28347cad1..79ca6174cc7d8 100644 --- a/core/res/res/layout/keyguard_screen_tab_unlock.xml +++ b/core/res/res/layout/keyguard_screen_tab_unlock.xml @@ -164,6 +164,7 @@ android:layout_marginBottom="80dip" style="@style/Widget.Button.Transparent" android:drawablePadding="8dip" + android:visibility="gone" /> diff --git a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml index 6b76004ecb33a..8353887b4f10d 100644 --- a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml +++ b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml @@ -163,6 +163,7 @@ style="@style/Widget.Button.Transparent" android:drawablePadding="8dip" android:layout_marginRight="80dip" + android:visibility="gone" />