diff options
author | Vikram Aggarwal <viki@google.com> | 2012-05-02 16:19:10 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-05-02 16:19:10 -0700 |
commit | 277cf8cc5b1481ff59a760f712f3892229023329 (patch) | |
tree | 294190bb96dfb02b962849799876eaa53c3b60f8 /res/layout-sw600dp | |
parent | a3c3bf1dee34940ade909306486a9bb12c75b8b7 (diff) | |
parent | c85f0408297737464ae51728dd6272ce03ee7a9b (diff) | |
download | packages_apps_settings-277cf8cc5b1481ff59a760f712f3892229023329.zip packages_apps_settings-277cf8cc5b1481ff59a760f712f3892229023329.tar.gz packages_apps_settings-277cf8cc5b1481ff59a760f712f3892229023329.tar.bz2 |
Merge "Include the clock in landscape on Xoom" into jb-dev
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r-- | res/layout-sw600dp/crypt_keeper_password_entry.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/res/layout-sw600dp/crypt_keeper_password_entry.xml b/res/layout-sw600dp/crypt_keeper_password_entry.xml index ad8205a..fe6edaf 100644 --- a/res/layout-sw600dp/crypt_keeper_password_entry.xml +++ b/res/layout-sw600dp/crypt_keeper_password_entry.xml @@ -57,19 +57,6 @@ > <include layout="@layout/crypt_keeper_password_field" /> </LinearLayout> - - <TextView android:id="@+id/status" - android:layout_height="wrap_content" - android:layout_width="wrap_content" - android:layout_toRightOf="@+id/passwordLabel" - android:layout_below="@+id/passwordEntry" - android:paddingTop="8dip" - android:singleLine="true" - android:textSize="17sp" - android:textAppearance="?android:attr/textAppearanceMedium" - android:drawableLeft="@*android:drawable/ic_lock_idle_lock" - android:visibility="gone" - /> </RelativeLayout> </RelativeLayout> |