diff options
| -rw-r--r-- | core/res/res/layout/keyguard_screen_tab_unlock.xml | 1 | ||||
| -rw-r--r-- | core/res/res/layout/keyguard_screen_tab_unlock_land.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/layout/keyguard_screen_tab_unlock.xml b/core/res/res/layout/keyguard_screen_tab_unlock.xml index 945d28347cad..79ca6174cc7d 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" /> </RelativeLayout> 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 6b76004ecb33..8353887b4f10 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" /> </LinearLayout> |