summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout/keyguard_screen_tab_unlock.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/res/layout/keyguard_screen_tab_unlock.xml')
-rw-r--r--core/res/res/layout/keyguard_screen_tab_unlock.xml9
1 files changed, 9 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 365e829..58d0bc0 100644
--- a/core/res/res/layout/keyguard_screen_tab_unlock.xml
+++ b/core/res/res/layout/keyguard_screen_tab_unlock.xml
@@ -179,6 +179,15 @@
android:layout_marginBottom="60dip"
/>
+ <com.android.internal.widget.RotarySelector
+ android:id="@+id/rotary_selector"
+ android:orientation="horizontal"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_alignParentBottom="true"
+ android:layout_marginBottom="60dip"
+ />
+
<!-- emergency call button shown when sim is PUKd and tab_selector is
hidden -->
<Button