diff options
author | Maurice Lam <yukl@google.com> | 2014-12-03 15:17:46 -0800 |
---|---|---|
committer | Maurice Lam <yukl@google.com> | 2014-12-04 12:20:47 -0800 |
commit | af103b4eb476881fb27cfb9b6dc94b3fa5e74f28 (patch) | |
tree | 3f3a3e033fd81fc5ec30bcca7a4c079a03c0acb2 /res/layout/setup_choose_lock_password.xml | |
parent | 3c00e18ba7425a1837a1e458f16e5192254a196b (diff) | |
download | packages_apps_Settings-af103b4eb476881fb27cfb9b6dc94b3fa5e74f28.tar.gz packages_apps_Settings-af103b4eb476881fb27cfb9b6dc94b3fa5e74f28.tar.bz2 packages_apps_Settings-af103b4eb476881fb27cfb9b6dc94b3fa5e74f28.zip |
[FRP] Use setup wizard nav bar buttons
Use setup wizard nav bar buttons instead of custom button bar for
lock screen setup.
Bug: 18482708
Change-Id: I471f475ebe6bc7ba8cfbd179daddd854c1b6982a
Diffstat (limited to 'res/layout/setup_choose_lock_password.xml')
-rw-r--r-- | res/layout/setup_choose_lock_password.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/setup_choose_lock_password.xml b/res/layout/setup_choose_lock_password.xml index b1ac02b15..2f5e81ca5 100644 --- a/res/layout/setup_choose_lock_password.xml +++ b/res/layout/setup_choose_lock_password.xml @@ -52,6 +52,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" + android:visibility="gone" style="@style/SecurityPreferenceButtonContainer"> <!-- left : cancel --> |