Initial Contribution
diff --git a/res/color-finger/dialer_button_text.xml b/res/color-finger/dialer_button_text.xml
new file mode 100644
index 0000000..9e71988
--- /dev/null
+++ b/res/color-finger/dialer_button_text.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+
+    <item android:state_pressed="true" android:color="#000"/>
+    <item android:state_focused="true" android:color="#000"/>
+    <item android:color="#FFF"/> <!-- not selected -->
+
+</selector>
+
diff --git a/res/drawable-finger/backpanel_bottom_white.9.png b/res/drawable-finger/backpanel_bottom_white.9.png
new file mode 100644
index 0000000..ffcc228
--- /dev/null
+++ b/res/drawable-finger/backpanel_bottom_white.9.png
Binary files differ
diff --git a/res/drawable-finger/border.xml b/res/drawable-finger/border.xml
new file mode 100644
index 0000000..b5d2f28
--- /dev/null
+++ b/res/drawable-finger/border.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_focused="true" android:state_pressed="false" android:drawable="@drawable/border_selected" />
+    <item android:state_pressed="true" android:drawable="@drawable/border_pressed" />
+    <item android:drawable="@drawable/border_default" />
+</selector>
+
diff --git a/res/drawable-finger/border_default.9.png b/res/drawable-finger/border_default.9.png
new file mode 100644
index 0000000..e65051d
--- /dev/null
+++ b/res/drawable-finger/border_default.9.png
Binary files differ
diff --git a/res/drawable-finger/border_pressed.9.png b/res/drawable-finger/border_pressed.9.png
new file mode 100644
index 0000000..74bc281
--- /dev/null
+++ b/res/drawable-finger/border_pressed.9.png
Binary files differ
diff --git a/res/drawable-finger/border_selected.9.png b/res/drawable-finger/border_selected.9.png
new file mode 100644
index 0000000..e1d6cc1
--- /dev/null
+++ b/res/drawable-finger/border_selected.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial.xml b/res/drawable-finger/btn_dial.xml
new file mode 100644
index 0000000..4dfcd64
--- /dev/null
+++ b/res/drawable-finger/btn_dial.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true"
+        android:drawable="@drawable/btn_dial_pressed" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/btn_dial_selected" />
+    <item
+        android:drawable="@drawable/btn_dial_normal" />
+</selector>
diff --git a/res/drawable-finger/btn_dial_delete.xml b/res/drawable-finger/btn_dial_delete.xml
new file mode 100644
index 0000000..235554d
--- /dev/null
+++ b/res/drawable-finger/btn_dial_delete.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/btn_dial_delete_pressed" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/btn_dial_delete_selected" />
+    <item
+        android:drawable="@drawable/btn_dial_delete_normal" />
+</selector>
+
diff --git a/res/drawable-finger/btn_dial_delete_activated.9.png b/res/drawable-finger/btn_dial_delete_activated.9.png
new file mode 100644
index 0000000..453a368
--- /dev/null
+++ b/res/drawable-finger/btn_dial_delete_activated.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_delete_active.xml b/res/drawable-finger/btn_dial_delete_active.xml
new file mode 100644
index 0000000..3403f34
--- /dev/null
+++ b/res/drawable-finger/btn_dial_delete_active.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/btn_dial_delete_pressed" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/btn_dial_delete_selected" />
+    <item
+        android:drawable="@drawable/btn_dial_delete_activated" />
+</selector>
+
diff --git a/res/drawable-finger/btn_dial_delete_normal.9.png b/res/drawable-finger/btn_dial_delete_normal.9.png
new file mode 100644
index 0000000..9da1cff
--- /dev/null
+++ b/res/drawable-finger/btn_dial_delete_normal.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_delete_pressed.9.png b/res/drawable-finger/btn_dial_delete_pressed.9.png
new file mode 100644
index 0000000..5bbc20d
--- /dev/null
+++ b/res/drawable-finger/btn_dial_delete_pressed.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_delete_selected.9.png b/res/drawable-finger/btn_dial_delete_selected.9.png
new file mode 100644
index 0000000..d959768
--- /dev/null
+++ b/res/drawable-finger/btn_dial_delete_selected.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_normal.png b/res/drawable-finger/btn_dial_normal.png
new file mode 100644
index 0000000..ff8796b
--- /dev/null
+++ b/res/drawable-finger/btn_dial_normal.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_pressed.png b/res/drawable-finger/btn_dial_pressed.png
new file mode 100644
index 0000000..3c198c4
--- /dev/null
+++ b/res/drawable-finger/btn_dial_pressed.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_selected.png b/res/drawable-finger/btn_dial_selected.png
new file mode 100644
index 0000000..8ca2b0d
--- /dev/null
+++ b/res/drawable-finger/btn_dial_selected.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_textfield.xml b/res/drawable-finger/btn_dial_textfield.xml
new file mode 100644
index 0000000..4eabf18
--- /dev/null
+++ b/res/drawable-finger/btn_dial_textfield.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/btn_dial_textfield_pressed" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/btn_dial_textfield_selected" />
+    <item
+        android:drawable="@drawable/btn_dial_textfield_normal" />
+</selector>
+
diff --git a/res/drawable-finger/btn_dial_textfield_activated.9.png b/res/drawable-finger/btn_dial_textfield_activated.9.png
new file mode 100644
index 0000000..4c34576
--- /dev/null
+++ b/res/drawable-finger/btn_dial_textfield_activated.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_textfield_activated_full.9.png b/res/drawable-finger/btn_dial_textfield_activated_full.9.png
new file mode 100644
index 0000000..f0a571c
--- /dev/null
+++ b/res/drawable-finger/btn_dial_textfield_activated_full.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_textfield_active.xml b/res/drawable-finger/btn_dial_textfield_active.xml
new file mode 100644
index 0000000..18b84c6
--- /dev/null
+++ b/res/drawable-finger/btn_dial_textfield_active.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/btn_dial_textfield_pressed" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/btn_dial_textfield_selected" />
+    <item
+        android:drawable="@drawable/btn_dial_textfield_activated" />
+</selector>
+
diff --git a/res/drawable-finger/btn_dial_textfield_normal.9.png b/res/drawable-finger/btn_dial_textfield_normal.9.png
new file mode 100644
index 0000000..40ab866
--- /dev/null
+++ b/res/drawable-finger/btn_dial_textfield_normal.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_textfield_normal_full.9.png b/res/drawable-finger/btn_dial_textfield_normal_full.9.png
new file mode 100644
index 0000000..261d130
--- /dev/null
+++ b/res/drawable-finger/btn_dial_textfield_normal_full.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_textfield_pressed.9.png b/res/drawable-finger/btn_dial_textfield_pressed.9.png
new file mode 100644
index 0000000..0087327
--- /dev/null
+++ b/res/drawable-finger/btn_dial_textfield_pressed.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_textfield_pressed_full.9.png b/res/drawable-finger/btn_dial_textfield_pressed_full.9.png
new file mode 100644
index 0000000..7db856b
--- /dev/null
+++ b/res/drawable-finger/btn_dial_textfield_pressed_full.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_textfield_selected.9.png b/res/drawable-finger/btn_dial_textfield_selected.9.png
new file mode 100644
index 0000000..63fceaa
--- /dev/null
+++ b/res/drawable-finger/btn_dial_textfield_selected.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_textfield_selected_full.9.png b/res/drawable-finger/btn_dial_textfield_selected_full.9.png
new file mode 100644
index 0000000..2667868
--- /dev/null
+++ b/res/drawable-finger/btn_dial_textfield_selected_full.9.png
Binary files differ
diff --git a/res/drawable-finger/dark_header.9.png b/res/drawable-finger/dark_header.9.png
new file mode 100644
index 0000000..5b1d71f
--- /dev/null
+++ b/res/drawable-finger/dark_header.9.png
Binary files differ
diff --git a/res/drawable-finger/dark_header_dithered.xml b/res/drawable-finger/dark_header_dithered.xml
new file mode 100644
index 0000000..36994a7
--- /dev/null
+++ b/res/drawable-finger/dark_header_dithered.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
+    android:src="@drawable/dark_header"
+    android:dither="true"
+/>
diff --git a/res/drawable-finger/dial_num_0.xml b/res/drawable-finger/dial_num_0.xml
new file mode 100644
index 0000000..cd4d727
--- /dev/null
+++ b/res/drawable-finger/dial_num_0.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/dial_num_0_blk" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/dial_num_0_blk" />
+    <item
+        android:drawable="@drawable/dial_num_0_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_0_blk.png b/res/drawable-finger/dial_num_0_blk.png
new file mode 100644
index 0000000..a10c601
--- /dev/null
+++ b/res/drawable-finger/dial_num_0_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_0_wht.png b/res/drawable-finger/dial_num_0_wht.png
new file mode 100644
index 0000000..2de90a1
--- /dev/null
+++ b/res/drawable-finger/dial_num_0_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_1.xml b/res/drawable-finger/dial_num_1.xml
new file mode 100644
index 0000000..48737b2
--- /dev/null
+++ b/res/drawable-finger/dial_num_1.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/dial_num_1_blk" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/dial_num_1_blk" />
+    <item
+        android:drawable="@drawable/dial_num_1_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_1_blk.png b/res/drawable-finger/dial_num_1_blk.png
new file mode 100644
index 0000000..822f9ca
--- /dev/null
+++ b/res/drawable-finger/dial_num_1_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_1_wht.png b/res/drawable-finger/dial_num_1_wht.png
new file mode 100644
index 0000000..e488beb
--- /dev/null
+++ b/res/drawable-finger/dial_num_1_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_2.xml b/res/drawable-finger/dial_num_2.xml
new file mode 100644
index 0000000..1a087f6
--- /dev/null
+++ b/res/drawable-finger/dial_num_2.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/dial_num_2_blk" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/dial_num_2_blk" />
+    <item
+        android:drawable="@drawable/dial_num_2_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_2_blk.png b/res/drawable-finger/dial_num_2_blk.png
new file mode 100644
index 0000000..539c301
--- /dev/null
+++ b/res/drawable-finger/dial_num_2_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_2_wht.png b/res/drawable-finger/dial_num_2_wht.png
new file mode 100644
index 0000000..cd1ae8d
--- /dev/null
+++ b/res/drawable-finger/dial_num_2_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_3.xml b/res/drawable-finger/dial_num_3.xml
new file mode 100644
index 0000000..dda794a
--- /dev/null
+++ b/res/drawable-finger/dial_num_3.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/dial_num_3_blk" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/dial_num_3_blk" />
+    <item
+        android:drawable="@drawable/dial_num_3_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_3_blk.png b/res/drawable-finger/dial_num_3_blk.png
new file mode 100644
index 0000000..dc70f33
--- /dev/null
+++ b/res/drawable-finger/dial_num_3_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_3_wht.png b/res/drawable-finger/dial_num_3_wht.png
new file mode 100644
index 0000000..dc7c8e2
--- /dev/null
+++ b/res/drawable-finger/dial_num_3_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_4.xml b/res/drawable-finger/dial_num_4.xml
new file mode 100644
index 0000000..511e58b
--- /dev/null
+++ b/res/drawable-finger/dial_num_4.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/dial_num_4_blk" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/dial_num_4_blk" />
+    <item
+        android:drawable="@drawable/dial_num_4_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_4_blk.png b/res/drawable-finger/dial_num_4_blk.png
new file mode 100644
index 0000000..084db44
--- /dev/null
+++ b/res/drawable-finger/dial_num_4_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_4_wht.png b/res/drawable-finger/dial_num_4_wht.png
new file mode 100644
index 0000000..44128a1
--- /dev/null
+++ b/res/drawable-finger/dial_num_4_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_5.xml b/res/drawable-finger/dial_num_5.xml
new file mode 100644
index 0000000..a857bc7
--- /dev/null
+++ b/res/drawable-finger/dial_num_5.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/dial_num_5_blk" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/dial_num_5_blk" />
+    <item
+        android:drawable="@drawable/dial_num_5_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_5_blk.png b/res/drawable-finger/dial_num_5_blk.png
new file mode 100644
index 0000000..0a06f20
--- /dev/null
+++ b/res/drawable-finger/dial_num_5_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_5_wht.png b/res/drawable-finger/dial_num_5_wht.png
new file mode 100644
index 0000000..fc605b8
--- /dev/null
+++ b/res/drawable-finger/dial_num_5_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_6.xml b/res/drawable-finger/dial_num_6.xml
new file mode 100644
index 0000000..b494458
--- /dev/null
+++ b/res/drawable-finger/dial_num_6.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/dial_num_6_blk" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/dial_num_6_blk" />
+    <item
+        android:drawable="@drawable/dial_num_6_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_6_blk.png b/res/drawable-finger/dial_num_6_blk.png
new file mode 100644
index 0000000..2498d77
--- /dev/null
+++ b/res/drawable-finger/dial_num_6_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_6_wht.png b/res/drawable-finger/dial_num_6_wht.png
new file mode 100644
index 0000000..086e8ce
--- /dev/null
+++ b/res/drawable-finger/dial_num_6_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_7.xml b/res/drawable-finger/dial_num_7.xml
new file mode 100644
index 0000000..a22c894
--- /dev/null
+++ b/res/drawable-finger/dial_num_7.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/dial_num_7_blk" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/dial_num_7_blk" />
+    <item
+        android:drawable="@drawable/dial_num_7_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_7_blk.png b/res/drawable-finger/dial_num_7_blk.png
new file mode 100644
index 0000000..cfb20a7
--- /dev/null
+++ b/res/drawable-finger/dial_num_7_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_7_wht.png b/res/drawable-finger/dial_num_7_wht.png
new file mode 100644
index 0000000..cb1b097
--- /dev/null
+++ b/res/drawable-finger/dial_num_7_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_8.xml b/res/drawable-finger/dial_num_8.xml
new file mode 100644
index 0000000..8ac7930
--- /dev/null
+++ b/res/drawable-finger/dial_num_8.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/dial_num_8_blk" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/dial_num_8_blk" />
+    <item
+        android:drawable="@drawable/dial_num_8_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_8_blk.png b/res/drawable-finger/dial_num_8_blk.png
new file mode 100644
index 0000000..845ee68
--- /dev/null
+++ b/res/drawable-finger/dial_num_8_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_8_wht.png b/res/drawable-finger/dial_num_8_wht.png
new file mode 100644
index 0000000..1954f10
--- /dev/null
+++ b/res/drawable-finger/dial_num_8_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_9.xml b/res/drawable-finger/dial_num_9.xml
new file mode 100644
index 0000000..d0b7fd9
--- /dev/null
+++ b/res/drawable-finger/dial_num_9.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/dial_num_9_blk" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/dial_num_9_blk" />
+    <item
+        android:drawable="@drawable/dial_num_9_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_9_blk.png b/res/drawable-finger/dial_num_9_blk.png
new file mode 100644
index 0000000..752df25
--- /dev/null
+++ b/res/drawable-finger/dial_num_9_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_9_wht.png b/res/drawable-finger/dial_num_9_wht.png
new file mode 100644
index 0000000..d8b5aa1
--- /dev/null
+++ b/res/drawable-finger/dial_num_9_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_pound.xml b/res/drawable-finger/dial_num_pound.xml
new file mode 100644
index 0000000..609d748
--- /dev/null
+++ b/res/drawable-finger/dial_num_pound.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/dial_num_pound_blk" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/dial_num_pound_blk" />
+    <item
+        android:drawable="@drawable/dial_num_pound_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_pound_blk.png b/res/drawable-finger/dial_num_pound_blk.png
new file mode 100644
index 0000000..4dabda4
--- /dev/null
+++ b/res/drawable-finger/dial_num_pound_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_pound_wht.png b/res/drawable-finger/dial_num_pound_wht.png
new file mode 100644
index 0000000..f27ae87
--- /dev/null
+++ b/res/drawable-finger/dial_num_pound_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_star.xml b/res/drawable-finger/dial_num_star.xml
new file mode 100644
index 0000000..3b3304a
--- /dev/null
+++ b/res/drawable-finger/dial_num_star.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/dial_num_star_blk" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/dial_num_star_blk" />
+    <item
+        android:drawable="@drawable/dial_num_star_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_star_blk.png b/res/drawable-finger/dial_num_star_blk.png
new file mode 100644
index 0000000..af917ef
--- /dev/null
+++ b/res/drawable-finger/dial_num_star_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_star_wht.png b/res/drawable-finger/dial_num_star_wht.png
new file mode 100644
index 0000000..ffbd43f
--- /dev/null
+++ b/res/drawable-finger/dial_num_star_wht.png
Binary files differ
diff --git a/res/drawable-finger/header_bottom_white.9.png b/res/drawable-finger/header_bottom_white.9.png
new file mode 100644
index 0000000..5d06aec
--- /dev/null
+++ b/res/drawable-finger/header_bottom_white.9.png
Binary files differ
diff --git a/res/drawable-finger/ic_btn_write_sms.png b/res/drawable-finger/ic_btn_write_sms.png
new file mode 100644
index 0000000..0f2cf07
--- /dev/null
+++ b/res/drawable-finger/ic_btn_write_sms.png
Binary files differ
diff --git a/res/drawable-finger/ic_contact_picture.png b/res/drawable-finger/ic_contact_picture.png
new file mode 100644
index 0000000..3a338e8
--- /dev/null
+++ b/res/drawable-finger/ic_contact_picture.png
Binary files differ
diff --git a/res/drawable-finger/ic_contact_picture_2.png b/res/drawable-finger/ic_contact_picture_2.png
new file mode 100644
index 0000000..8b184af
--- /dev/null
+++ b/res/drawable-finger/ic_contact_picture_2.png
Binary files differ
diff --git a/res/drawable-finger/ic_contact_picture_3.png b/res/drawable-finger/ic_contact_picture_3.png
new file mode 100644
index 0000000..a2d08b5
--- /dev/null
+++ b/res/drawable-finger/ic_contact_picture_3.png
Binary files differ
diff --git a/res/drawable-finger/ic_default_number.png b/res/drawable-finger/ic_default_number.png
new file mode 100644
index 0000000..a04e327
--- /dev/null
+++ b/res/drawable-finger/ic_default_number.png
Binary files differ
diff --git a/res/drawable-finger/ic_delete_phone_number.xml b/res/drawable-finger/ic_delete_phone_number.xml
new file mode 100644
index 0000000..adfc0ce
--- /dev/null
+++ b/res/drawable-finger/ic_delete_phone_number.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/ic_delete_phone_number_blk" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/ic_delete_phone_number_blk" />
+    <item
+        android:drawable="@drawable/ic_delete_phone_number_wht" />
+</selector>
+
diff --git a/res/drawable-finger/ic_delete_phone_number_blk.png b/res/drawable-finger/ic_delete_phone_number_blk.png
new file mode 100644
index 0000000..2e83d36
--- /dev/null
+++ b/res/drawable-finger/ic_delete_phone_number_blk.png
Binary files differ
diff --git a/res/drawable-finger/ic_delete_phone_number_wht.png b/res/drawable-finger/ic_delete_phone_number_wht.png
new file mode 100644
index 0000000..988bcfd
--- /dev/null
+++ b/res/drawable-finger/ic_delete_phone_number_wht.png
Binary files differ
diff --git a/res/drawable-finger/ic_dial_number.xml b/res/drawable-finger/ic_dial_number.xml
new file mode 100644
index 0000000..1ba449e
--- /dev/null
+++ b/res/drawable-finger/ic_dial_number.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" 
+        android:drawable="@drawable/ic_dial_number_blk" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/ic_dial_number_blk" />
+    <item
+        android:drawable="@drawable/ic_dial_number_wht" />
+</selector>
+
diff --git a/res/drawable-finger/ic_dial_number_blk.png b/res/drawable-finger/ic_dial_number_blk.png
new file mode 100644
index 0000000..c1f572d
--- /dev/null
+++ b/res/drawable-finger/ic_dial_number_blk.png
Binary files differ
diff --git a/res/drawable-finger/ic_dial_number_wht.png b/res/drawable-finger/ic_dial_number_wht.png
new file mode 100644
index 0000000..d303b2b
--- /dev/null
+++ b/res/drawable-finger/ic_dial_number_wht.png
Binary files differ
diff --git a/res/drawable-finger/ic_menu_allfriends.png b/res/drawable-finger/ic_menu_allfriends.png
new file mode 100755
index 0000000..a5bd331
--- /dev/null
+++ b/res/drawable-finger/ic_menu_allfriends.png
Binary files differ
diff --git a/res/drawable-finger/ic_menu_contact.png b/res/drawable-finger/ic_menu_contact.png
new file mode 100644
index 0000000..29b7cd9
--- /dev/null
+++ b/res/drawable-finger/ic_menu_contact.png
Binary files differ
diff --git a/res/drawable-finger/ic_menu_dialer.png b/res/drawable-finger/ic_menu_dialer.png
new file mode 100644
index 0000000..db21f96
--- /dev/null
+++ b/res/drawable-finger/ic_menu_dialer.png
Binary files differ
diff --git a/res/drawable-finger/ic_menu_send.png b/res/drawable-finger/ic_menu_send.png
new file mode 100644
index 0000000..74c096d
--- /dev/null
+++ b/res/drawable-finger/ic_menu_send.png
Binary files differ
diff --git a/res/drawable-finger/ic_tab_contacts.xml b/res/drawable-finger/ic_tab_contacts.xml
new file mode 100644
index 0000000..3341f41
--- /dev/null
+++ b/res/drawable-finger/ic_tab_contacts.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_selected="true" android:state_pressed="false" android:drawable="@drawable/ic_tab_selected_contacts" />
+    <item android:drawable="@drawable/ic_tab_unselected_contacts" />
+</selector>
+
diff --git a/res/drawable-finger/ic_tab_dialer.xml b/res/drawable-finger/ic_tab_dialer.xml
new file mode 100644
index 0000000..36115fa
--- /dev/null
+++ b/res/drawable-finger/ic_tab_dialer.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_selected="true" android:state_pressed="false" android:drawable="@drawable/ic_tab_selected_dialer" />
+    <item android:drawable="@drawable/ic_tab_unselected_dialer" />
+</selector>
+
diff --git a/res/drawable-finger/ic_tab_recent.xml b/res/drawable-finger/ic_tab_recent.xml
new file mode 100644
index 0000000..548d0b7
--- /dev/null
+++ b/res/drawable-finger/ic_tab_recent.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_selected="true" android:state_pressed="false" android:drawable="@drawable/ic_tab_selected_recent" />
+    <item android:drawable="@drawable/ic_tab_unselected_recent" />
+</selector>
+
diff --git a/res/drawable-finger/ic_tab_selected_contacts.png b/res/drawable-finger/ic_tab_selected_contacts.png
new file mode 100644
index 0000000..16c4a91
--- /dev/null
+++ b/res/drawable-finger/ic_tab_selected_contacts.png
Binary files differ
diff --git a/res/drawable-finger/ic_tab_selected_dialer.png b/res/drawable-finger/ic_tab_selected_dialer.png
new file mode 100644
index 0000000..cb715ed
--- /dev/null
+++ b/res/drawable-finger/ic_tab_selected_dialer.png
Binary files differ
diff --git a/res/drawable-finger/ic_tab_selected_recent.png b/res/drawable-finger/ic_tab_selected_recent.png
new file mode 100644
index 0000000..bdbfc41
--- /dev/null
+++ b/res/drawable-finger/ic_tab_selected_recent.png
Binary files differ
diff --git a/res/drawable-finger/ic_tab_selected_starred.png b/res/drawable-finger/ic_tab_selected_starred.png
new file mode 100644
index 0000000..1b884cb
--- /dev/null
+++ b/res/drawable-finger/ic_tab_selected_starred.png
Binary files differ
diff --git a/res/drawable-finger/ic_tab_starred.xml b/res/drawable-finger/ic_tab_starred.xml
new file mode 100644
index 0000000..e84db4a
--- /dev/null
+++ b/res/drawable-finger/ic_tab_starred.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_selected="true" android:state_pressed="false" android:drawable="@drawable/ic_tab_selected_starred" />
+    <item android:drawable="@drawable/ic_tab_unselected_starred" />
+</selector>
+
diff --git a/res/drawable-finger/ic_tab_unselected_contacts.png b/res/drawable-finger/ic_tab_unselected_contacts.png
new file mode 100644
index 0000000..7b5b84f
--- /dev/null
+++ b/res/drawable-finger/ic_tab_unselected_contacts.png
Binary files differ
diff --git a/res/drawable-finger/ic_tab_unselected_dialer.png b/res/drawable-finger/ic_tab_unselected_dialer.png
new file mode 100644
index 0000000..dc3c5d8
--- /dev/null
+++ b/res/drawable-finger/ic_tab_unselected_dialer.png
Binary files differ
diff --git a/res/drawable-finger/ic_tab_unselected_recent.png b/res/drawable-finger/ic_tab_unselected_recent.png
new file mode 100644
index 0000000..712e405
--- /dev/null
+++ b/res/drawable-finger/ic_tab_unselected_recent.png
Binary files differ
diff --git a/res/drawable-finger/ic_tab_unselected_starred.png b/res/drawable-finger/ic_tab_unselected_starred.png
new file mode 100644
index 0000000..8eaccb8
--- /dev/null
+++ b/res/drawable-finger/ic_tab_unselected_starred.png
Binary files differ
diff --git a/res/drawable-finger/star_on.png b/res/drawable-finger/star_on.png
new file mode 100644
index 0000000..429dada
--- /dev/null
+++ b/res/drawable-finger/star_on.png
Binary files differ
diff --git a/res/drawable-finger/sym_action_call.png b/res/drawable-finger/sym_action_call.png
new file mode 100644
index 0000000..058ec4b
--- /dev/null
+++ b/res/drawable-finger/sym_action_call.png
Binary files differ
diff --git a/res/drawable-finger/sym_action_chat.png b/res/drawable-finger/sym_action_chat.png
new file mode 100644
index 0000000..88bfa0d
--- /dev/null
+++ b/res/drawable-finger/sym_action_chat.png
Binary files differ
diff --git a/res/drawable-finger/sym_action_email.png b/res/drawable-finger/sym_action_email.png
new file mode 100644
index 0000000..9110bc6
--- /dev/null
+++ b/res/drawable-finger/sym_action_email.png
Binary files differ
diff --git a/res/drawable-finger/sym_action_map.png b/res/drawable-finger/sym_action_map.png
new file mode 100644
index 0000000..ab7a70c
--- /dev/null
+++ b/res/drawable-finger/sym_action_map.png
Binary files differ
diff --git a/res/drawable-finger/sym_action_sms.png b/res/drawable-finger/sym_action_sms.png
new file mode 100644
index 0000000..df9603f
--- /dev/null
+++ b/res/drawable-finger/sym_action_sms.png
Binary files differ
diff --git a/res/drawable/dialog_full_dark.9.png b/res/drawable/dialog_full_dark.9.png
new file mode 100755
index 0000000..18914b3
--- /dev/null
+++ b/res/drawable/dialog_full_dark.9.png
Binary files differ
diff --git a/res/drawable/ic_launcher_contacts.png b/res/drawable/ic_launcher_contacts.png
new file mode 100644
index 0000000..826656f
--- /dev/null
+++ b/res/drawable/ic_launcher_contacts.png
Binary files differ
diff --git a/res/drawable/ic_launcher_phone.png b/res/drawable/ic_launcher_phone.png
new file mode 100644
index 0000000..4e613ec
--- /dev/null
+++ b/res/drawable/ic_launcher_phone.png
Binary files differ
diff --git a/res/layout-finger/contacts_list_content.xml b/res/layout-finger/contacts_list_content.xml
new file mode 100644
index 0000000..23f8521
--- /dev/null
+++ b/res/layout-finger/contacts_list_content.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+        android:layout_width="fill_parent"
+        android:layout_height="fill_parent"
+        android:orientation="vertical">
+<!-- The group banner isn't used anymore
+    <TextView 
+            android:id="@+id/contact_group"
+            android:text="@string/noContacts"
+            android:layout_width="fill_parent"
+            android:layout_height="wrap_content"
+            android:background="@android:drawable/title_bar"
+            style="@android:style/TextAppearance.WindowTitle"/>
+-->
+    <com.android.contacts.FastScrollView 
+            android:layout_width="fill_parent"
+            android:layout_height="fill_parent">
+        <ListView android:id="@android:id/list"
+                android:layout_width="fill_parent" 
+                android:layout_height="fill_parent"
+        />
+
+        <TextView android:id="@android:id/empty"
+                android:layout_width="fill_parent"
+                android:layout_height="fill_parent"
+                android:gravity="center"
+                android:text="@string/noContacts"
+                android:textAppearance="?android:attr/textAppearanceLarge"
+        />
+    </com.android.contacts.FastScrollView>
+</LinearLayout>
diff --git a/res/layout-finger/contacts_list_item.xml b/res/layout-finger/contacts_list_item.xml
new file mode 100644
index 0000000..3d3b58c
--- /dev/null
+++ b/res/layout-finger/contacts_list_item.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:minHeight="?android:attr/listPreferredItemHeight"
+    android:paddingLeft="5dip"
+    android:orientation="vertical"
+>
+    <TextView android:id="@+id/name"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_marginTop="6dip"
+        android:singleLine="true"
+        android:textAppearance="?android:attr/textAppearanceLarge"
+        android:layout_alignParentTop="true"
+    />
+
+    <TextView android:id="@+id/label"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_marginTop="2dip"
+        android:singleLine="true"
+        android:textAppearance="?android:attr/textAppearanceSmall"
+        android:textStyle="bold"
+        android:layout_below="@id/name"
+    />
+
+    <TextView android:id="@+id/number"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_marginLeft="5dip"
+        android:singleLine="true"
+        android:textAppearance="?android:attr/textAppearanceSmall"
+        android:layout_toRightOf="@id/label"
+        android:layout_alignBaseline="@id/label"
+    />
+</RelativeLayout>
diff --git a/res/layout-finger/dialer_activity.xml b/res/layout-finger/dialer_activity.xml
new file mode 100644
index 0000000..242821b
--- /dev/null
+++ b/res/layout-finger/dialer_activity.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2006 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<TabHost xmlns:android="http://schemas.android.com/apk/res/android"
+    android:id="@android:id/tabhost"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent">
+
+    <LinearLayout
+        android:orientation="vertical"
+        android:layout_width="fill_parent"
+        android:layout_height="fill_parent">
+
+        <TabWidget android:id="@android:id/tabs"
+            android:layout_width="fill_parent"
+            android:layout_height="68dip"
+            android:paddingLeft="1dip"
+            android:paddingRight="1dip"
+            android:paddingTop="4dip"
+        />
+
+        <FrameLayout android:id="@android:id/tabcontent"
+            android:layout_width="fill_parent"
+            android:layout_height="0dip"
+            android:layout_weight="1"
+        />
+    </LinearLayout>
+</TabHost>
+
diff --git a/res/layout-finger/dialpad.xml b/res/layout-finger/dialpad.xml
new file mode 100644
index 0000000..30018f0
--- /dev/null
+++ b/res/layout-finger/dialpad.xml
@@ -0,0 +1,119 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2006 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<com.android.contacts.ButtonGridLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:id="@+id/dialpad"
+    android:paddingLeft="16px"
+    android:paddingRight="16px"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+>
+        <ImageButton android:id="@+id/one"
+            android:layout_width="96px"
+            android:layout_height="76px"
+            android:src="@drawable/dial_num_1"
+            android:background="@drawable/btn_dial"
+            android:soundEffectsEnabled="false"
+        />
+            
+        <ImageButton android:id="@+id/two"
+            android:layout_width="96px"
+            android:layout_height="76px"
+            android:src="@drawable/dial_num_2"
+            android:background="@drawable/btn_dial"
+            android:soundEffectsEnabled="false"
+        />
+
+        <ImageButton android:id="@+id/three"
+            android:layout_width="96px"
+            android:layout_height="76px"
+            android:src="@drawable/dial_num_3"
+            android:background="@drawable/btn_dial"
+            android:soundEffectsEnabled="false"
+        />
+
+        <ImageButton android:id="@+id/four"
+            android:layout_width="96px"
+            android:layout_height="76px"
+            android:src="@drawable/dial_num_4"
+            android:background="@drawable/btn_dial"
+            android:soundEffectsEnabled="false"
+        />
+        
+        <ImageButton android:id="@+id/five"
+            android:layout_width="96px"
+            android:layout_height="76px"
+            android:src="@drawable/dial_num_5"
+            android:background="@drawable/btn_dial"
+            android:soundEffectsEnabled="false"
+        />
+
+        <ImageButton android:id="@+id/six"
+            android:layout_width="96px"
+            android:layout_height="76px"
+            android:src="@drawable/dial_num_6"
+            android:background="@drawable/btn_dial"
+            android:soundEffectsEnabled="false"
+        />
+
+        <ImageButton android:id="@+id/seven"
+            android:layout_width="96px"
+            android:layout_height="76px"
+            android:src="@drawable/dial_num_7"
+            android:background="@drawable/btn_dial"
+            android:soundEffectsEnabled="false"
+        />
+    
+        <ImageButton android:id="@+id/eight"
+            android:layout_width="96px"
+            android:layout_height="76px"
+            android:src="@drawable/dial_num_8"
+            android:background="@drawable/btn_dial"
+            android:soundEffectsEnabled="false"
+        />
+
+        <ImageButton android:id="@+id/nine"
+            android:layout_width="96px"
+            android:layout_height="76px"
+            android:src="@drawable/dial_num_9"
+            android:background="@drawable/btn_dial"
+            android:soundEffectsEnabled="false"
+        />
+
+        <ImageButton android:id="@+id/star"
+            android:layout_width="96px"
+            android:layout_height="76px"
+            android:src="@drawable/dial_num_star"
+            android:background="@drawable/btn_dial"
+            android:soundEffectsEnabled="false"
+        />
+    
+        <ImageButton android:id="@+id/zero"
+            android:layout_width="96px"
+            android:layout_height="76px"
+            android:src="@drawable/dial_num_0"
+            android:background="@drawable/btn_dial"
+            android:soundEffectsEnabled="false"
+        />
+
+        <ImageButton android:id="@+id/pound"
+            android:layout_width="96px"
+            android:layout_height="76px"
+            android:src="@drawable/dial_num_pound"
+            android:background="@drawable/btn_dial"
+            android:soundEffectsEnabled="false"
+        />
+</com.android.contacts.ButtonGridLayout>
diff --git a/res/layout-finger/edit_contact.xml b/res/layout-finger/edit_contact.xml
new file mode 100644
index 0000000..858d654
--- /dev/null
+++ b/res/layout-finger/edit_contact.xml
@@ -0,0 +1,173 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    android:orientation="vertical"
+    android:scrollbarStyle="insideInset"
+    android:fillViewport="true">
+
+    <LinearLayout
+        android:layout_width="fill_parent"
+        android:layout_height="fill_parent"
+        android:orientation="vertical"
+    >
+
+        <LinearLayout android:id="@+id/banner"
+            android:layout_width="fill_parent"
+            android:layout_height="?android:attr/listPreferredItemHeight"
+            android:orientation="horizontal"
+            android:background="@android:drawable/bottom_bar"
+            android:padding="0dip"
+            android:gravity="center_vertical"
+            android:baselineAligned="false"
+        >
+
+            <FrameLayout
+                android:layout_width="58dip"
+                android:layout_height="58dip"
+                android:layout_marginLeft="6dip"
+                android:layout_marginRight="10dip"
+            >
+                <Button android:id="@+id/photoButton"
+                    android:layout_width="fill_parent"
+                    android:layout_height="fill_parent"
+                    android:text="@string/addPicture"
+                    android:gravity="center"
+                />
+
+                <ImageView android:id="@+id/photoImage"
+                    style="?android:attr/imageWellStyle"
+                    android:layout_width="fill_parent"
+                    android:layout_height="fill_parent"
+                    android:clickable="true"
+                    android:focusable="true"
+                    android:background="@drawable/border"
+                />
+            </FrameLayout>
+
+            <EditText android:id="@+id/name"
+                android:layout_width="0dip"
+                android:layout_weight="1"
+                android:layout_height="wrap_content"
+                android:layout_marginRight="4dip"
+                android:gravity="center_vertical"
+                android:singleLine="true"
+                android:capitalize="words"
+                android:hint="@string/ghostData_name"
+                android:nextFocusDown="@id/data"
+            />
+
+            <ImageView android:id="@+id/star"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+            />
+        </LinearLayout>
+
+        <View
+            android:layout_width="fill_parent"
+            android:layout_height="1dip"
+            android:background="?android:attr/listDivider"
+        />
+
+        <LinearLayout
+            android:layout_width="fill_parent"
+            android:layout_height="0dip"
+            android:layout_weight="1"
+            android:orientation="vertical"
+        >
+
+            <!-- The edit items -->
+            <LinearLayout android:id="@+id/list"
+                android:layout_width="fill_parent"
+                android:layout_height="wrap_content"
+                android:orientation="vertical"
+            />
+
+            <!-- Send to voicemail checkbox -->
+            <RelativeLayout
+                android:layout_width="fill_parent"
+                android:layout_height="?android:attr/listPreferredItemHeight"
+            >
+
+                <TextView
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_centerVertical="true"
+                    android:layout_alignParentLeft="true"
+                    android:layout_marginLeft="4dip"
+                    android:text="@string/send_to_voicemail_checkbox"
+                    android:textAppearance="?android:attr/textAppearanceMedium"
+                />
+
+                <CheckBox android:id="@+id/send_to_voicemail"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_centerVertical="true"
+                    android:layout_alignParentRight="true"
+                    android:nextFocusDown="@+id/saveButton"
+                />
+
+            </RelativeLayout>
+
+            <View
+                android:layout_width="fill_parent"
+                android:layout_height="1dip"
+                android:background="?android:attr/listDivider"
+            />
+
+            <!-- The add more button -->
+            <Button android:id="@+id/addMore"
+                android:layout_width="fill_parent"
+                android:layout_height="?android:attr/listPreferredItemHeight"
+                android:layout_marginTop="3dip"
+                android:textAppearance="?android:attr/textAppearanceLarge"
+                android:text="@string/menu_addItem"
+                android:gravity="left|center_vertical"
+                android:drawableLeft="@android:drawable/ic_input_add"
+            />
+
+        </LinearLayout>
+
+        <RelativeLayout
+            android:layout_width="fill_parent"
+            android:layout_height="?android:attr/listPreferredItemHeight"
+            android:layout_marginTop="1dip"
+            android:background="@android:drawable/bottom_bar"
+        >
+            <Button android:id="@+id/saveButton"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:layout_centerVertical="true"
+                android:layout_alignParentLeft="true"
+                android:text="@string/button_save"
+                android:minWidth="120dip"
+                android:minHeight="48dip"
+            />
+
+            <Button android:id="@+id/discardButton"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:layout_centerVertical="true"
+                android:layout_alignParentRight="true"
+                android:text="@string/button_discard"
+                android:minWidth="120dip"
+                android:minHeight="48dip"
+            />
+        </RelativeLayout>
+    </LinearLayout>
+</ScrollView>
diff --git a/res/layout-finger/edit_contact_entry.xml b/res/layout-finger/edit_contact_entry.xml
new file mode 100644
index 0000000..eb01782
--- /dev/null
+++ b/res/layout-finger/edit_contact_entry.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:orientation="vertical"
+>
+    <LinearLayout
+        android:layout_width="fill_parent"
+        android:layout_height="wrap_content"
+        android:minHeight="?android:attr/listPreferredItemHeight"
+        android:orientation="horizontal"
+        android:baselineAligned="false"
+        android:gravity="center_vertical"
+    >
+
+        <Button android:id="@+id/label"
+            android:layout_width="100dip"
+            android:layout_height="wrap_content"
+            android:gravity="left|center_vertical"
+        />
+
+        <EditText android:id="@+id/data"
+            android:layout_width="0dip"
+            android:layout_weight="1"
+            android:layout_height="wrap_content"
+            android:layout_marginLeft="8dip"
+        />
+
+        <ImageButton android:id="@+id/delete"
+            android:src="@android:drawable/ic_delete"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+        />
+    </LinearLayout>
+
+    <View
+        android:layout_width="fill_parent"
+        android:layout_height="1dip"
+        android:background="@android:drawable/divider_horizontal_dark"
+    />
+</LinearLayout>
diff --git a/res/layout-finger/edit_contact_entry_org.xml b/res/layout-finger/edit_contact_entry_org.xml
new file mode 100644
index 0000000..f29696b
--- /dev/null
+++ b/res/layout-finger/edit_contact_entry_org.xml
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:orientation="vertical"
+>
+    <LinearLayout
+        android:layout_width="fill_parent"
+        android:layout_height="wrap_content"
+        android:orientation="horizontal"
+        android:baselineAligned="false"
+        android:gravity="center_vertical"
+    >
+
+        <Button android:id="@+id/label"
+            android:layout_width="100dip"
+            android:layout_height="wrap_content"
+            android:gravity="left|center_vertical"
+        />
+
+        <LinearLayout
+            android:layout_width="fill_parent"
+            android:layout_height="wrap_content"
+            android:orientation="vertical"
+        >
+            <LinearLayout
+                android:layout_width="fill_parent"
+                android:layout_height="wrap_content"
+                android:orientation="horizontal"
+                android:baselineAligned="false"
+                android:gravity="center_vertical"
+            >
+
+                <EditText android:id="@+id/data"
+                    android:layout_width="0dip"
+                    android:layout_weight="1"
+                    android:layout_height="wrap_content"
+                    android:layout_marginLeft="8dip"
+                />
+
+                <ImageButton android:id="@+id/delete"
+                    android:src="@android:drawable/ic_delete"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                />
+            </LinearLayout>
+
+            <LinearLayout
+                android:layout_width="fill_parent"
+                android:layout_height="wrap_content"
+                android:orientation="horizontal"
+                android:baselineAligned="false"
+                android:gravity="center_vertical"
+            >
+
+                <EditText android:id="@+id/data2"
+                    android:layout_width="0dip"
+                    android:layout_weight="1"
+                    android:layout_height="wrap_content"
+                    android:layout_marginLeft="8dip"
+                />
+
+                <ImageButton android:id="@+id/delete2"
+                    android:src="@android:drawable/ic_delete"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                />
+            </LinearLayout>
+        </LinearLayout>
+    </LinearLayout>
+
+    <View
+        android:layout_width="fill_parent"
+        android:layout_height="1dip"
+        android:background="@android:drawable/divider_horizontal_dark"
+    />
+</LinearLayout>
diff --git a/res/layout-finger/edit_contact_entry_ringtone.xml b/res/layout-finger/edit_contact_entry_ringtone.xml
new file mode 100644
index 0000000..e566e31
--- /dev/null
+++ b/res/layout-finger/edit_contact_entry_ringtone.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:layout_marginTop="3dip"
+    android:orientation="vertical"
+>
+
+    <LinearLayout
+        android:layout_width="fill_parent"
+        android:layout_height="?android:attr/listPreferredItemHeight"
+        android:layout_marginTop="2dip"
+        android:orientation="horizontal"
+        android:baselineAligned="false"
+        android:gravity="center_vertical"
+    >
+
+        <TextView android:id="@+id/label"
+            android:layout_width="102dip"
+            android:layout_height="fill_parent"
+            android:paddingLeft="4dip"
+            android:gravity="left|center_vertical"
+            android:textAppearance="?android:attr/textAppearanceMedium"
+        />
+
+        <Button android:id="@+id/data"
+            android:layout_width="0dip"
+            android:layout_weight="1"
+            android:layout_height="wrap_content"
+            android:textAppearance="?android:attr/textAppearanceLargeInverse"
+            android:baselineAligned="false"
+            android:background="@android:drawable/btn_dropdown"
+            android:gravity="center_vertical"
+            android:maxLines="1"
+        />
+        
+    </LinearLayout>
+
+    <View
+        android:layout_width="fill_parent"
+        android:layout_height="1dip"
+        android:background="@android:drawable/divider_horizontal_dark"
+    />
+</LinearLayout>
diff --git a/res/layout-finger/edit_contact_entry_static_label.xml b/res/layout-finger/edit_contact_entry_static_label.xml
new file mode 100644
index 0000000..830872a
--- /dev/null
+++ b/res/layout-finger/edit_contact_entry_static_label.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:orientation="vertical"
+>
+
+    <LinearLayout
+        android:layout_width="fill_parent"
+        android:layout_height="wrap_content"
+        android:minHeight="?android:attr/listPreferredItemHeight"
+        android:orientation="horizontal"
+        android:baselineAligned="false"
+        android:gravity="center_vertical"
+    >
+
+        <TextView android:id="@+id/label"
+            android:layout_width="102dip"
+            android:layout_height="fill_parent"
+            android:paddingLeft="4dip"
+            android:gravity="left|center_vertical"
+            android:textAppearance="?android:attr/textAppearanceMedium"
+        />
+
+        <EditText android:id="@+id/data"
+            android:layout_width="0dip"
+            android:layout_weight="1"
+            android:layout_height="wrap_content"
+            android:layout_marginLeft="8dip"
+        />
+
+        <ImageButton android:id="@+id/delete"
+            android:src="@android:drawable/ic_delete"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+        />
+    </LinearLayout>
+
+    <View
+        android:layout_width="fill_parent"
+        android:layout_height="1dip"
+        android:background="@android:drawable/divider_horizontal_dark"
+    />
+</LinearLayout>
diff --git a/res/layout-finger/edit_separator.xml b/res/layout-finger/edit_separator.xml
new file mode 100644
index 0000000..57bb53a
--- /dev/null
+++ b/res/layout-finger/edit_separator.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<!-- Layout used for edit separators. -->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:orientation="vertical"
+>
+
+    <TextView android:id="@+id/text"
+        android:layout_width="fill_parent"
+        android:layout_height="wrap_content"
+        android:gravity="center_vertical"
+        android:background="@drawable/dark_header_dithered"
+        android:textColor="?android:attr/textColorSecondary"
+        android:textStyle="bold"
+        android:textSize="14sp"
+        android:paddingLeft="8dip"
+    />
+
+    <View
+        android:layout_width="fill_parent"
+        android:layout_height="1dip"
+        android:background="?android:attr/listDivider"
+    />
+
+</LinearLayout>
+
diff --git a/res/layout-finger/list_separator.xml b/res/layout-finger/list_separator.xml
new file mode 100644
index 0000000..e6f75ab
--- /dev/null
+++ b/res/layout-finger/list_separator.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<!-- Layout used for list separators. -->
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:gravity="center_vertical"
+    android:background="@drawable/dark_header_dithered"
+    android:textColor="?android:attr/textColorSecondary"
+    android:textStyle="bold"
+    android:textSize="14sp"
+    android:paddingLeft="8dip"
+/>
diff --git a/res/layout-finger/recent_calls.xml b/res/layout-finger/recent_calls.xml
new file mode 100644
index 0000000..986d913
--- /dev/null
+++ b/res/layout-finger/recent_calls.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+>
+    <ListView android:id="@android:id/list"
+        android:layout_width="fill_parent" 
+        android:layout_height="fill_parent"
+        android:scrollbarStyle="outsideOverlay"
+    />
+    
+    <TextView android:id="@android:id/empty"
+        android:layout_width="fill_parent"
+        android:layout_height="fill_parent"
+        android:text="@string/recentCalls_empty"
+        android:gravity="center"
+        android:textAppearance="?android:attr/textAppearanceLarge"
+    />
+</FrameLayout>
diff --git a/res/layout-finger/recent_calls_list_item.xml b/res/layout-finger/recent_calls_list_item.xml
new file mode 100644
index 0000000..3df1f13
--- /dev/null
+++ b/res/layout-finger/recent_calls_list_item.xml
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="?android:attr/listPreferredItemHeight">
+
+    <ImageView android:id="@+id/call_type_icon"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_marginLeft="4dip"
+        android:layout_centerVertical="true"
+    />
+
+    <TextView android:id="@+id/line1"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_toRightOf="@id/call_type_icon"
+        android:layout_marginTop="6dip"
+        android:layout_marginLeft="5dip"
+        android:textAppearance="?android:attr/textAppearanceLarge"
+        android:singleLine="true"
+    />
+
+    <TextView android:id="@+id/line2"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_below="@id/line1"
+        android:layout_alignLeft="@id/line1"
+        android:textAppearance="?android:attr/textAppearanceSmall"
+        android:singleLine="true"
+    />
+    
+    <TextView android:id="@+id/duration"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_alignParentRight="true"
+        android:layout_alignBaseline="@id/line1"
+        android:layout_toRightOf="@id/line1"
+        android:layout_marginRight="8dip"
+        android:gravity="right"
+        android:textAppearance="?android:attr/textAppearanceSmall"
+        android:textStyle="bold"
+        android:textColor="?android:attr/textColorPrimary"
+        android:singleLine="true"
+    />
+    
+    <TextView android:id="@+id/date"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_alignParentRight="true"
+        android:layout_alignBaseline="@id/line2"
+        android:layout_marginRight="8dip"
+        android:textAppearance="?android:attr/textAppearanceSmall"
+        android:singleLine="true"
+    />
+</RelativeLayout>
diff --git a/res/layout-finger/twelve_key_dialer.xml b/res/layout-finger/twelve_key_dialer.xml
new file mode 100644
index 0000000..84f2517
--- /dev/null
+++ b/res/layout-finger/twelve_key_dialer.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2006 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:id="@+id/top"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    android:orientation="vertical"
+>
+    <LinearLayout
+        android:layout_width="fill_parent"
+        android:layout_height="66px"
+        android:layout_marginTop="3px"
+        android:layout_marginBottom="5px"
+        android:layout_marginLeft="3px"
+        android:layout_marginRight="3px"
+        android:orientation="horizontal"
+    >
+
+        <EditText android:id="@+id/digits"
+            android:layout_width="0dip"
+            android:layout_weight="1"
+            android:layout_height="66px"
+            android:maxLines="1"
+            android:scrollHorizontally="true"
+            android:textSize="28sp"
+            android:freezesText="true"
+            android:background="@drawable/btn_dial_textfield"
+            android:textColor="@color/dialer_button_text"
+            android:focusableInTouchMode="false"
+            android:nextFocusRight="@+id/backspace"
+        />
+
+        <ImageButton android:id="@+id/backspace"
+            style="@android:style/Widget.Button.Inset"
+            android:layout_width="wrap_content"
+            android:layout_height="66px"
+            android:background="@drawable/btn_dial_delete"
+            android:src="@drawable/ic_delete_phone_number"
+            android:gravity="center"
+        />
+
+    </LinearLayout>
+
+    <!-- Keypad section -->
+    <include layout="@layout/dialpad" />
+</LinearLayout>
diff --git a/res/layout-finger/view_contact.xml b/res/layout-finger/view_contact.xml
new file mode 100644
index 0000000..23393a4
--- /dev/null
+++ b/res/layout-finger/view_contact.xml
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    android:orientation="vertical"
+>
+
+    <LinearLayout android:id="@+id/banner"
+        android:layout_width="fill_parent"
+        android:layout_height="wrap_content"
+        android:orientation="horizontal"
+        android:background="@android:drawable/title_bar"
+        android:padding="0dip"
+        android:gravity="center_vertical"
+    >
+
+        <ImageView android:id="@+id/photo"
+            style="?android:attr/imageWellStyle"
+            android:layout_width="84dip"
+            android:layout_height="84dip"
+            android:layout_marginRight="10dip"
+            android:scaleType="fitCenter"
+            android:background="@drawable/border"
+        />
+
+        <TextView android:id="@+id/name"
+            android:layout_width="0dip"
+            android:layout_weight="1"
+            android:layout_height="wrap_content"
+            android:textAppearance="?android:attr/textAppearanceLarge"
+            android:shadowColor="#BB000000"
+            android:shadowRadius="2.75"
+        />
+
+        <CheckBox android:id="@+id/star"
+            style="?android:attr/starStyle"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+        />
+
+    </LinearLayout>
+
+    <ListView android:id="@android:id/list"
+        android:layout_width="fill_parent" 
+        android:layout_height="0dip"
+        android:layout_weight="1"
+        android:layout_marginTop="1dip"
+        android:scrollbarStyle="outsideOverlay"
+    />
+</LinearLayout>
diff --git a/res/layout-finger/view_contact_entry.xml b/res/layout-finger/view_contact_entry.xml
new file mode 100644
index 0000000..772c7d9
--- /dev/null
+++ b/res/layout-finger/view_contact_entry.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:minHeight="?android:attr/listPreferredItemHeight"
+    android:orientation="horizontal"
+>
+
+    <TextView android:id="@+id/label"
+        android:layout_width="72dip"
+        android:layout_height="fill_parent"
+        android:layout_marginLeft="8dip"
+        android:layout_marginRight="10dip"
+        android:gravity="center_vertical"
+        android:singleLine="true"
+        android:textAppearance="?android:attr/textAppearanceSmall"
+    />
+
+    <TextView android:id="@+id/data"
+        android:layout_width="0px"
+        android:layout_height="fill_parent"
+        android:layout_weight="1"
+        android:gravity="center_vertical"
+        android:singleLine="true"
+        android:textAppearance="?android:attr/textAppearanceMedium"
+        android:paddingRight="6dip"
+    />
+</LinearLayout>
diff --git a/res/layout-finger/view_contact_entry_only_label.xml b/res/layout-finger/view_contact_entry_only_label.xml
new file mode 100644
index 0000000..0cfa3c7
--- /dev/null
+++ b/res/layout-finger/view_contact_entry_only_label.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+    android:id="@+id/label"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:paddingLeft="8dip"
+    android:paddingRight="10dip"
+    android:minHeight="?android:attr/listPreferredItemHeight"
+    android:gravity="center_vertical"
+    android:singleLine="true"
+    android:textAppearance="?android:attr/textAppearanceSmall"
+/>
diff --git a/res/layout-finger/view_contact_entry_organization.xml b/res/layout-finger/view_contact_entry_organization.xml
new file mode 100644
index 0000000..bd80786
--- /dev/null
+++ b/res/layout-finger/view_contact_entry_organization.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:minHeight="?android:attr/listPreferredItemHeight"
+    android:orientation="horizontal"
+>
+
+    <TextView android:id="@+id/label"
+        android:layout_width="72dip"
+        android:layout_height="fill_parent"
+        android:layout_marginLeft="8dip"
+        android:layout_marginRight="10dip"
+        android:gravity="center_vertical"
+        android:singleLine="true"
+        android:textAppearance="?android:attr/textAppearanceSmall"
+    />
+
+    <ImageView android:id="@+id/preferredIcon"
+        android:layout_width="wrap_content"
+        android:layout_height="fill_parent"
+        android:layout_marginRight="8dip"
+        android:src="@drawable/ic_default_number"
+        android:visibility="gone"
+        android:gravity="center_vertical"
+    />
+
+    <LinearLayout
+        android:layout_width="wrap_content"
+        android:layout_height="fill_parent"
+        android:orientation="vertical"
+        android:gravity="center_vertical"
+    >
+        <TextView android:id="@+id/data"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:singleLine="true"
+            android:textAppearance="?android:attr/textAppearanceMedium"
+        />
+
+        <TextView android:id="@+id/data2"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:singleLine="true"
+            android:textAppearance="?android:attr/textAppearanceMedium"
+        />
+    </LinearLayout>
+</LinearLayout>
diff --git a/res/layout-land-finger/twelve_key_dialer.xml b/res/layout-land-finger/twelve_key_dialer.xml
new file mode 100644
index 0000000..3daf6d2
--- /dev/null
+++ b/res/layout-land-finger/twelve_key_dialer.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2006 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:id="@+id/top"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    android:orientation="vertical"
+>
+    <LinearLayout
+        android:layout_width="fill_parent"
+        android:layout_height="66px"
+        android:addStatesFromChildren="true"
+        android:gravity="center_vertical"
+        android:baselineAligned="false"
+        android:layout_marginTop="3px"
+        android:layout_marginBottom="5px"
+        android:layout_marginLeft="3px"
+        android:layout_marginRight="3px"
+    >
+
+        <EditText android:id="@+id/digits"
+            android:layout_width="0dip"
+            android:layout_weight="1"
+            android:layout_height="66px"
+            android:maxLines="1"
+            android:scrollHorizontally="true"
+            android:textSize="28sp"
+            android:freezesText="true"
+            android:background="@drawable/btn_dial_textfield"
+            android:textColor="@color/dialer_button_text"
+            android:hint="@string/dialerKeyboardHintText"
+        />
+
+        <!--
+            The button goes at the right.
+        -->
+        <ImageButton android:id="@+id/backspace"
+            style="@android:style/Widget.Button.Inset"
+            android:src="@drawable/ic_delete_phone_number"
+            android:layout_width="wrap_content"
+            android:layout_height="66px"
+            android:background="@drawable/btn_dial_delete"
+            android:gravity="center"
+        />
+
+    </LinearLayout>
+</LinearLayout>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
new file mode 100644
index 0000000..ac39f7d
--- /dev/null
+++ b/res/values-cs/strings.xml
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+  <string name="attachToContact">Obrázek kontaktu</string>
+  <string name="button_discard">Zrušit změny</string>
+  <string name="button_save">Uložit</string>
+  <string name="cancelButtonText">Storno</string>
+  <string name="contactsList">Kontakty</string>
+  <string name="continueEditing">Pokračovat v úpravách</string>
+  <string name="customLabelPickerTitle">Vlastní štítek</string>
+  <string name="deleteConfirmation">Odstranit tento kontakt?</string>
+  <string name="discardChanges">Zrušit změny</string>
+  <string name="displayAllPreference">Zobrazit všechny kontakty</string>
+  <string name="displayAllPreference_summary">Zobrazit všechny kontakty nebo jen kontakty s telefonními čísly</string>
+  <string name="editContact_title_edit">Upravit kontakt</string>
+  <string name="editContact_title_insert">Nový kontakt</string>
+  <string name="emailLabelsGroup">E-mail</string>
+  <string name="errorDialogTitle">Upozornění!</string>
+  <string name="frequentList">Časté</string>
+  <string name="ghostData_company">Společnost</string>
+  <string name="ghostData_email">E-mailová adresa</string>
+  <string name="ghostData_im">Jméno pro zasílání rychlých zpráv</string>
+  <string name="ghostData_name">První a poslední</string>
+  <string name="ghostData_notes">Poznámka</string>
+  <string name="ghostData_phone">Telefonní číslo</string>
+  <string name="ghostData_postal">"Ulice\nMěsto, stát, PSČ\nZemě"</string>
+  <string name="ghostData_title">Poloha</string>
+  <string name="imLabelsGroup">Rych. zpr.</string>
+  <string name="importFromSim">Importovat z karty SIM</string>
+  <string name="invalidContactMessage">Kontakty musí mít názvy</string>
+  <string name="label_company">Společnost</string>
+  <string name="label_notes">Poznámky</string>
+  <string name="label_title">Funkce</string>
+  <string name="menu_addItem">a další</string>
+  <string name="menu_addStar">Přidat hvězdičku</string>
+  <string name="menu_call">Volat</string>
+  <string name="menu_callNumber">Volat<xliff:g id="contact">%s</xliff:g></string>
+  <string name="menu_deleteContact">Odstranit kontakt</string>
+  <string name="menu_dialer">Telefon</string>
+  <string name="menu_doNotSave">Zrušit změny</string>
+  <string name="menu_done">Uložit</string>
+  <string name="menu_editContact">Upravit kontakt</string>
+  <string name="menu_editNumberBeforeCall">Upravit číslo před voláním</string>
+  <string name="menu_makeDefaultNumber">Vytvořit výchozí číslo</string>
+  <string name="menu_newContact">Nový kontakt</string>
+  <string name="menu_preferences">Nastavení</string>
+  <string name="menu_removeStar">Odebrat hvězdičku</string>
+  <string name="menu_sendEmail">Odeslat e-mail</string>
+  <string name="menu_sendSMS">Odeslat text</string>
+  <string name="menu_viewAddress">Adresa na mapě</string>
+  <string name="menu_viewContact">Zobrazit kontakt</string>
+  <string name="noButton">Storno</string>
+  <string name="okButtonText">OK</string>
+  <string name="otherLabelsGroup">Jiné</string>
+  <string name="phoneLabelsGroup">Telefon</string>
+  <string name="photoPickerNotFoundText">Žádné obrázky nejsou k dispozici.</string>
+  <string name="pickerNewContactHeader">Vytvořit nový kontakt</string>
+  <string name="postalLabelsGroup">Poštovní adresa</string>
+  <string name="searchHint">Hledat v kontaktech</string>
+  <string name="selectLabel">Vybrat štítek</string>
+  <string name="sms_entry_label">Odeslat SMS</string>
+  <string name="starredList">Hlavní</string>
+  <string name="strequentList">Oblíbené položky</string>
+  <string name="yesButton">OK</string>
+</resources>
diff --git a/res/values-de-rDE/strings.xml b/res/values-de-rDE/strings.xml
new file mode 100644
index 0000000..dc2aa59
--- /dev/null
+++ b/res/values-de-rDE/strings.xml
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+  <string name="addPicture">Symbol hinzufügen</string>
+  <string name="allContacts">Alle Kontakte</string>
+  <string name="alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
+  <string name="attachToContact">Kontaktsymbol</string>
+  <string name="button_discard">Änderungen verwerfen</string>
+  <string name="button_save">Speichern</string>
+  <string name="cancelButtonText">Abbrechen</string>
+  <string name="contactCreatedToast">Kontakt erstellt.</string>
+  <string name="contactSavedToast">Kontakt gespeichert.</string>
+  <string name="contactsFavoritesLabel">Favoriten</string>
+  <string name="contactsIconLabel">Kontakte</string>
+  <string name="contactsList">Kontakte</string>
+  <string name="customLabelPickerTitle">Benutzerdefiniertes Etikett</string>
+  <string name="default_ringtone">Standard</string>
+  <string name="deleteConfirmation">Dieser Kontakt wird gelöscht.</string>
+  <string name="deleteConfirmation_title">Löschen</string>
+  <string name="dialerIconLabel">Wähltastatur</string>
+  <string name="dialerKeyboardHintText">Feste Tastatur zum Wählen verwenden</string>
+  <string name="doneButton">Fertig</string>
+  <string name="editContactDescription">Kontakt bearbeiten</string>
+  <string name="editContact_title_edit">Kontakt bearbeiten</string>
+  <string name="editContact_title_insert">Neuer Kontakt</string>
+  <string name="emailLabelsGroup">E-Mail</string>
+  <string name="errorDialogTitle">Keine Bilder</string>
+  <string name="frequentList">Häufig</string>
+  <string name="ghostData_company">Firma</string>
+  <string name="ghostData_email">E-Mail-Adresse</string>
+  <string name="ghostData_im">IM-Name</string>
+  <string name="ghostData_name">Vor- und Nachname</string>
+  <string name="ghostData_notes">Eigene Notiz</string>
+  <string name="ghostData_phone">Telefonnummer</string>
+  <string name="ghostData_postal">Postadresse</string>
+  <string name="ghostData_title">Position</string>
+  <string name="groupEmpty">Die \"<xliff:g id="groupName">%s</xliff:g>\" Gruppe ist leer.</string>
+  <string name="groupNameMyContacts">Eigene Kontakte</string>
+  <string name="groupNameWithPhones">Kontakte mit Telefonnummern</string>
+  <string name="imLabelsGroup">IM</string>
+  <string name="imei">IMEI</string>
+  <string name="importFromSim">SIM-Kontakt-Import</string>
+  <string name="insertContactDescription">Kontakt erstellen</string>
+  <string name="invalidContactMessage">Der Kontakt existiert nicht.</string>
+  <string name="label_company">Firma</string>
+  <string name="label_notes">Notizen</string>
+  <string name="label_ringtone">Klingelton</string>
+  <string name="label_title">Arbeitsbezeichnung</string>
+  <string name="listSeparatorCallNumber">Nummer wählen</string>
+  <string name="listSeparatorMapAddress">Kartenansicht Adresse</string>
+  <string name="listSeparatorOrganizations">Organisationen</string>
+  <string name="listSeparatorOtherInformation">Andere Informationen</string>
+  <string name="listSeparatorSendEmail">E-Mail senden</string>
+  <string name="listSeparatorSendIm">Sofortnachricht senden</string>
+  <string name="listSeparatorSendSmsMms">SMS/MMS senden</string>
+  <string name="menu_addItem">Weitere Info</string>
+  <string name="menu_addStar">Zu Favoriten hinzufügen</string>
+  <string name="menu_call">Anrufen</string>
+  <string name="menu_callNumber"><xliff:g id="contact">%s</xliff:g> anrufen</string>
+  <string name="menu_deleteContact">Kontakt löschen</string>
+  <string name="menu_dialer">Wähltastatur</string>
+  <string name="menu_displayGroup">Gruppe anzeigen</string>
+  <string name="menu_doNotSave">Änderungen verwerfen</string>
+  <string name="menu_done">Speichern</string>
+  <string name="menu_editContact">Kontakt bearbeiten</string>
+  <string name="menu_editNumberBeforeCall">Nummer vor Anruf bearbeiten</string>
+  <string name="menu_makeDefaultNumber">Standardnummer erstellen</string>
+  <string name="menu_newContact">Neuer Kontakt</string>
+  <string name="menu_newFavortie">Neuer Favorit</string>
+  <string name="menu_preferences">Einstellungen</string>
+  <string name="menu_removeStar">Aus Favoriten entfernen</string>
+  <string name="menu_sendEmail">E-Mail senden</string>
+  <string name="menu_sendSMS">SMS/MMS senden</string>
+  <string name="menu_sendTextMessage">SMS-Nachricht senden</string>
+  <string name="menu_viewAddress">Kartenansicht Adresse</string>
+  <string name="menu_viewContact">Kontakt anzeigen</string>
+  <string name="noButton">Abbrechen</string>
+  <string name="noContacts">Keine Kontakte.</string>
+  <string name="noContactsWithPhoneNumbers">Keine Kontakte mit Telefonnummern.</string>
+  <string name="noFavorites">Keine Favoriten.</string>
+  <string name="no_imei">Unbekannte IMEI</string>
+  <string name="ok">OK</string>
+  <string name="okButtonText">OK</string>
+  <string name="otherLabelsGroup">Andere</string>
+  <string name="phoneIconLabel">Telefon</string>
+  <string name="phoneLabelsGroup">Telefon</string>
+  <string name="photoPickerNotFoundText">Für Telefon stehen keine Bilder zur Verfügung.</string>
+  <string name="pickerNewContactHeader">Neuen Kontakt erstellen</string>
+  <string name="postalLabelsGroup">Postanschrift</string>
+  <string name="private_num">Privatnummer</string>
+  <string name="recentCallsIconLabel">Anrufliste</string>
+  <string name="recentCalls_addToContact">Zu Kontakten hinzufügen</string>
+  <string name="recentCalls_callNumber"><xliff:g id="who">%s</xliff:g> anrufen</string>
+  <string name="recentCalls_deleteAll">Anrufliste löschen</string>
+  <string name="recentCalls_editNumberBeforeCall">Nummer vor Anruf bearbeiten</string>
+  <string name="recentCalls_empty">Anrufliste ist leer.</string>
+  <string name="recentCalls_removeFromRecentList">Aus Anrufliste entfernen</string>
+  <string name="removePicture">Symbol entfernen</string>
+  <string name="searchHint">Kontakte suchen</string>
+  <string name="selectGroupsToSync">Gruppen synchronisieren</string>
+  <string name="selectLabel">Etikett auswählen</string>
+  <string name="select_group_title">Gruppe zur Anzeige auswählen</string>
+  <string name="send_to_voicemail_checkbox">Anrufe direkt zur Mobilbox suchen.</string>
+  <string name="send_to_voicemail_view">Anrufe werden direkt zur Mobilbox gesendet.</string>
+  <string name="shortcutContact">Kontakt</string>
+  <string name="showAllGroups">Alle Kontakte</string>
+  <string name="showingGroupTitle">
+					<xliff:g id="groupName">%s</xliff:g>
+				</string>
+  <string name="simContacts_emptyLoading">Laden von SIM-Karte\u2026</string>
+  <string name="simContacts_title">SIM-Karten-Kontakte</string>
+  <string name="sms_entry_label">SMS/MMS senden</string>
+  <string name="starredList">Mit Stern</string>
+  <string name="strequentList">Favoriten</string>
+  <string name="syncAllGroups">Alle Kontakte synchronisieren</string>
+  <string name="syncGroupChooserTitle">Gruppe für Synchronisierung auswählen</string>
+  <string name="syncGroupPreference">Gruppen synchronisieren</string>
+  <string name="syncGroupPreference_summary">Gruppen für Synchronisierung auswählen</string>
+  <string name="unknown">Unbekannt</string>
+  <string name="viewContactDesription">Kontakt anzeigen</string>
+  <string name="viewContactTitle">Kontaktdetails</string>
+  <string name="voicemail">Mobilbox</string>
+  <string name="yesButton">OK</string>
+</resources>
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
new file mode 100644
index 0000000..fdd1323
--- /dev/null
+++ b/res/values-en-rGB/strings.xml
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+  <string name="addPicture">Add icon</string>
+  <string name="allContacts">All contacts</string>
+  <string name="alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
+  <string name="attachToContact">Contact icon</string>
+  <string name="button_discard">Discard changes</string>
+  <string name="button_save">Save</string>
+  <string name="cancelButtonText">Cancel</string>
+  <string name="contactCreatedToast">Contact created.</string>
+  <string name="contactSavedToast">Contact saved.</string>
+  <string name="contactsFavoritesLabel">Favourites</string>
+  <string name="contactsIconLabel">Contacts</string>
+  <string name="contactsList">Contacts</string>
+  <string name="customLabelPickerTitle">Custom label</string>
+  <string name="default_ringtone">Default</string>
+  <string name="deleteConfirmation">This contact will be deleted.</string>
+  <string name="deleteConfirmation_title">Delete</string>
+  <string name="dialerIconLabel">Dialer</string>
+  <string name="dialerKeyboardHintText">Use keyboard to dial</string>
+  <string name="doneButton">Done</string>
+  <string name="editContactDescription">Edit contact</string>
+  <string name="editContact_title_edit">Edit contact</string>
+  <string name="editContact_title_insert">New contact</string>
+  <string name="emailLabelsGroup">Email</string>
+  <string name="errorDialogTitle">No pictures</string>
+  <string name="frequentList">Frequent</string>
+  <string name="ghostData_company">Company</string>
+  <string name="ghostData_email">Email address</string>
+  <string name="ghostData_im">IM name</string>
+  <string name="ghostData_name">First and Last</string>
+  <string name="ghostData_notes">My note</string>
+  <string name="ghostData_phone">Phone number</string>
+  <string name="ghostData_postal">Postal address</string>
+  <string name="ghostData_title">Position</string>
+  <string name="groupEmpty">Your \"<xliff:g id="groupName">%s</xliff:g>\" group is empty.</string>
+  <string name="groupNameMyContacts">My Contacts</string>
+  <string name="groupNameWithPhones">Contacts with phone numbers</string>
+  <string name="imLabelsGroup">IM</string>
+  <string name="imei">IMEI</string>
+  <string name="importFromSim">Import from SIM card</string>
+  <string name="insertContactDescription">Create contact</string>
+  <string name="invalidContactMessage">The contact does not exist.</string>
+  <string name="label_company">Company</string>
+  <string name="label_notes">Notes</string>
+  <string name="label_ringtone">Ringtone</string>
+  <string name="label_title">Job title</string>
+  <string name="listSeparatorCallNumber">Dial number</string>
+  <string name="listSeparatorMapAddress">Map address</string>
+  <string name="listSeparatorOrganizations">Organisations</string>
+  <string name="listSeparatorOtherInformation">Other information</string>
+  <string name="listSeparatorSendEmail">Send email</string>
+  <string name="listSeparatorSendIm">Send instant message</string>
+  <string name="listSeparatorSendSmsMms">Send SMS/MMS</string>
+  <string name="menu_addItem">More info</string>
+  <string name="menu_addStar">Add to favourites</string>
+  <string name="menu_call">Call</string>
+  <string name="menu_callNumber">Call <xliff:g id="contact">%s</xliff:g></string>
+  <string name="menu_deleteContact">Delete contact</string>
+  <string name="menu_dialer">Dialer</string>
+  <string name="menu_displayGroup">Display group</string>
+  <string name="menu_doNotSave">Discard changes</string>
+  <string name="menu_done">Save</string>
+  <string name="menu_editContact">Edit contact</string>
+  <string name="menu_editNumberBeforeCall">Edit number before call</string>
+  <string name="menu_makeDefaultNumber">Make default number</string>
+  <string name="menu_newContact">New contact</string>
+  <string name="menu_newFavortie">New favourite</string>
+  <string name="menu_preferences">Settings</string>
+  <string name="menu_removeStar">Remove from favourites</string>
+  <string name="menu_sendEmail">Send email</string>
+  <string name="menu_sendSMS">Send SMS/MMS</string>
+  <string name="menu_sendTextMessage">Send SMS message</string>
+  <string name="menu_viewAddress">Map address</string>
+  <string name="menu_viewContact">View contact</string>
+  <string name="noButton">Cancel</string>
+  <string name="noContacts">No contacts.</string>
+  <string name="noContactsWithPhoneNumbers">No contacts with phone numbers.</string>
+  <string name="noFavorites">No favourites.</string>
+  <string name="no_imei">Unknown IMEI</string>
+  <string name="ok">OK</string>
+  <string name="okButtonText">OK</string>
+  <string name="otherLabelsGroup">Other</string>
+  <string name="phoneIconLabel">Phone</string>
+  <string name="phoneLabelsGroup">Phone</string>
+  <string name="photoPickerNotFoundText">No pictures are available on the phone.</string>
+  <string name="pickerNewContactHeader">Create new contact</string>
+  <string name="postalLabelsGroup">Postal address</string>
+  <string name="private_num">Private number</string>
+  <string name="recentCallsIconLabel">Call log</string>
+  <string name="recentCalls_addToContact">Add to contacts</string>
+  <string name="recentCalls_callNumber">Call <xliff:g id="who">%s</xliff:g></string>
+  <string name="recentCalls_deleteAll">Clear call log</string>
+  <string name="recentCalls_editNumberBeforeCall">Edit number before call</string>
+  <string name="recentCalls_empty">Call log is empty.</string>
+  <string name="recentCalls_removeFromRecentList">Remove from call log</string>
+  <string name="removePicture">Remove icon</string>
+  <string name="searchHint">Search contacts</string>
+  <string name="selectGroupsToSync">Sync groups</string>
+  <string name="selectLabel">Select label</string>
+  <string name="select_group_title">Select group to display</string>
+  <string name="send_to_voicemail_checkbox">Send calls directly to voicemail.</string>
+  <string name="send_to_voicemail_view">Calls are sent directly to voicemail.</string>
+  <string name="shortcutContact">Contact</string>
+  <string name="showAllGroups">All contacts</string>
+  <string name="showingGroupTitle"><xliff:g id="groupName">%s</xliff:g></string>
+  <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
+  <string name="simContacts_title">SIM card contacts</string>
+  <string name="sms_entry_label">Send SMS/MMS</string>
+  <string name="starredList">Starred</string>
+  <string name="strequentList">Favourites</string>
+  <string name="syncAllGroups">Sync all contacts</string>
+  <string name="syncGroupChooserTitle">Select groups to sync</string>
+  <string name="syncGroupPreference">Sync groups</string>
+  <string name="syncGroupPreference_summary">Select groups to synchronize</string>
+  <string name="unknown">Unknown</string>
+  <string name="viewContactDesription">View contact</string>
+  <string name="viewContactTitle">Contact details</string>
+  <string name="voicemail">Voicemail</string>
+  <string name="yesButton">OK</string>
+</resources>
diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml
new file mode 100644
index 0000000..db7617e
--- /dev/null
+++ b/res/values-es-rUS/strings.xml
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+  <string name="addPicture">Agregar icono</string>
+  <string name="allContacts">Todos los contactos</string>
+  <string name="alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
+  <string name="attachToContact">Icono de Contacto</string>
+  <string name="button_discard">Rechazar cambios</string>
+  <string name="button_save">Guardar</string>
+  <string name="cancelButtonText">Cancelar</string>
+  <string name="contactCreatedToast">Contacto creado.</string>
+  <string name="contactSavedToast">Contacto guardado.</string>
+  <string name="contactsFavoritesLabel">Favoritos</string>
+  <string name="contactsIconLabel">Contactos</string>
+  <string name="contactsList">Contactos</string>
+  <string name="customLabelPickerTitle">Etiqueta personalizada</string>
+  <string name="default_ringtone">Predeterminado</string>
+  <string name="deleteConfirmation">Se eliminará este contacto.</string>
+  <string name="deleteConfirmation_title">Eliminar</string>
+  <string name="dialerIconLabel">Marcador</string>
+  <string name="dialerKeyboardHintText">Utilizar teclado para marcar</string>
+  <string name="doneButton">Listo</string>
+  <string name="editContactDescription">Editar contacto</string>
+  <string name="editContact_title_edit">Editar contacto</string>
+  <string name="editContact_title_insert">Nuevo contacto</string>
+  <string name="emailLabelsGroup">Correo electrónico</string>
+  <string name="errorDialogTitle">Ninguna imagen</string>
+  <string name="frequentList">Frecuente</string>
+  <string name="ghostData_company">Organización</string>
+  <string name="ghostData_email">Dirección de correo electrónico</string>
+  <string name="ghostData_im">Nombre MI</string>
+  <string name="ghostData_name">Nombre y apellido</string>
+  <string name="ghostData_notes">Mi nota</string>
+  <string name="ghostData_phone">Número de teléfono</string>
+  <string name="ghostData_postal">Dirección postal</string>
+  <string name="ghostData_title">Puesto</string>
+  <string name="groupEmpty">Su \"<xliff:g id="groupName">%s</xliff:g>\" grupo está vacío.</string>
+  <string name="groupNameMyContacts">Mis contactos</string>
+  <string name="groupNameWithPhones">Contactos con números de teléfono</string>
+  <string name="imLabelsGroup">MI</string>
+  <string name="imei">IMEI</string>
+  <string name="importFromSim">Importador de contactos de la SIM</string>
+  <string name="insertContactDescription">Crear contacto</string>
+  <string name="invalidContactMessage">El contacto no existe. </string>
+  <string name="label_company">Organización</string>
+  <string name="label_notes">Notas</string>
+  <string name="label_ringtone">Tono de timbre</string>
+  <string name="label_title">Título</string>
+  <string name="listSeparatorCallNumber">Marcar número</string>
+  <string name="listSeparatorMapAddress">Dirección en el mapa</string>
+  <string name="listSeparatorOrganizations">Organizaciones</string>
+  <string name="listSeparatorOtherInformation">Otra información</string>
+  <string name="listSeparatorSendEmail">Enviar correo electrónico</string>
+  <string name="listSeparatorSendIm">Enviar mensaje instantáneo</string>
+  <string name="listSeparatorSendSmsMms">Enviar SMS/MMS</string>
+  <string name="menu_addItem">Más información</string>
+  <string name="menu_addStar">Agregar a favoritos</string>
+  <string name="menu_call">Llamar</string>
+  <string name="menu_callNumber">Llamar a <xliff:g id="contact">%s</xliff:g></string>
+  <string name="menu_deleteContact">Eliminar contacto</string>
+  <string name="menu_dialer">Marcador</string>
+  <string name="menu_displayGroup">Mostrar grupo</string>
+  <string name="menu_doNotSave">Rechazar cambios</string>
+  <string name="menu_done">Guardar</string>
+  <string name="menu_editContact">Editar contacto</string>
+  <string name="menu_editNumberBeforeCall">Editar número antes de llamar</string>
+  <string name="menu_makeDefaultNumber">Convertir en número predeterminado</string>
+  <string name="menu_newContact">Nuevo contacto</string>
+  <string name="menu_newFavortie">Nuevo favorito</string>
+  <string name="menu_preferences">Configuración</string>
+  <string name="menu_removeStar">Quitar de favoritos</string>
+  <string name="menu_sendEmail">Enviar correo electrónico</string>
+  <string name="menu_sendSMS">Enviar SMS/MMS</string>
+  <string name="menu_sendTextMessage">Enviar mensaje SMS </string>
+  <string name="menu_viewAddress">Dirección en el mapa</string>
+  <string name="menu_viewContact">Ver contacto</string>
+  <string name="noButton">Cancelar</string>
+  <string name="noContacts">No hay contactos. </string>
+  <string name="noContactsWithPhoneNumbers">Sin contactos con números de teléfono. </string>
+  <string name="noFavorites">Sin favoritos.</string>
+  <string name="no_imei">IMEI desconocido</string>
+  <string name="ok">Aceptar</string>
+  <string name="okButtonText">Aceptar</string>
+  <string name="otherLabelsGroup">Otros</string>
+  <string name="phoneIconLabel">Teléfono</string>
+  <string name="phoneLabelsGroup">Teléfono</string>
+  <string name="photoPickerNotFoundText">No se dispone de imágenes en el teléfono. </string>
+  <string name="pickerNewContactHeader">Crear nuevo contacto</string>
+  <string name="postalLabelsGroup">Dirección postal</string>
+  <string name="private_num">Número privado</string>
+  <string name="recentCallsIconLabel">Registro de llamadas</string>
+  <string name="recentCalls_addToContact">Agregar a contactos</string>
+  <string name="recentCalls_callNumber">Llamar a <xliff:g id="who">%s</xliff:g></string>
+  <string name="recentCalls_deleteAll">Borrar registro de llamadas</string>
+  <string name="recentCalls_editNumberBeforeCall">Editar número antes de llamar</string>
+  <string name="recentCalls_empty">El registro de la llamada está vacío.</string>
+  <string name="recentCalls_removeFromRecentList">Eliminar del registro de llamadas</string>
+  <string name="removePicture">Eliminar icono</string>
+  <string name="searchHint">Buscar contactos</string>
+  <string name="selectGroupsToSync">Grupos de sincronización</string>
+  <string name="selectLabel">Seleccionar etiqueta</string>
+  <string name="select_group_title">Seleccionar grupo a visualizar</string>
+  <string name="send_to_voicemail_checkbox">Enviar las llamadas directamente al correo de voz.</string>
+  <string name="send_to_voicemail_view">Las llamadas se envían directamente al correo de voz.</string>
+  <string name="shortcutContact">Contacto</string>
+  <string name="showAllGroups">Todos los contactos</string>
+  <string name="showingGroupTitle">
+					<xliff:g id="groupName">%s</xliff:g>
+				</string>
+  <string name="simContacts_emptyLoading">Cargando de tarjeta SIM\u2026</string>
+  <string name="simContacts_title">Contactos de la tarjeta SIM</string>
+  <string name="sms_entry_label">Enviar SMS/MMS</string>
+  <string name="starredList">Con estrella</string>
+  <string name="strequentList">Favoritos</string>
+  <string name="syncAllGroups">Sincronizar todos los contactos</string>
+  <string name="syncGroupChooserTitle">Seleccionar grupos a sincronizar</string>
+  <string name="syncGroupPreference">Grupos de sincronización</string>
+  <string name="syncGroupPreference_summary">Seleccionar grupos a sincronizar</string>
+  <string name="unknown">Desconocido</string>
+  <string name="viewContactDesription">Ver contacto</string>
+  <string name="viewContactTitle">Detalles del contacto</string>
+  <string name="voicemail">Correo de voz</string>
+  <string name="yesButton">Aceptar</string>
+</resources>
diff --git a/res/values-fr-rFR/strings.xml b/res/values-fr-rFR/strings.xml
new file mode 100644
index 0000000..649348f
--- /dev/null
+++ b/res/values-fr-rFR/strings.xml
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+  <string name="addPicture">Ajouter une icône</string>
+  <string name="allContacts">Tous les contacts</string>
+  <string name="alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
+  <string name="attachToContact">Icône de contact</string>
+  <string name="button_discard">Abandonner les modifications</string>
+  <string name="button_save">Enregistrer</string>
+  <string name="cancelButtonText">Annuler</string>
+  <string name="contactCreatedToast">Contact créé.</string>
+  <string name="contactSavedToast">Contact enregistré.</string>
+  <string name="contactsFavoritesLabel">Favoris</string>
+  <string name="contactsIconLabel">Contacts</string>
+  <string name="contactsList">Contacts</string>
+  <string name="customLabelPickerTitle">Étiquette personnalisée</string>
+  <string name="default_ringtone">Par défaut</string>
+  <string name="deleteConfirmation">Ce contact sera supprimé.</string>
+  <string name="deleteConfirmation_title">Supprimer</string>
+  <string name="dialerIconLabel">Numéroteur</string>
+  <string name="dialerKeyboardHintText">Utiliser le clavier pour numéroter</string>
+  <string name="doneButton">Terminé</string>
+  <string name="editContactDescription">Modifier le contact</string>
+  <string name="editContact_title_edit">Modifier le contact</string>
+  <string name="editContact_title_insert">Nouveau contact</string>
+  <string name="emailLabelsGroup">Email</string>
+  <string name="errorDialogTitle">Aucune image</string>
+  <string name="frequentList">Fréquent</string>
+  <string name="ghostData_company">Société</string>
+  <string name="ghostData_email">Adresse de messagerie</string>
+  <string name="ghostData_im">Nom IM</string>
+  <string name="ghostData_name">Prénom et Nom</string>
+  <string name="ghostData_notes">Ma note</string>
+  <string name="ghostData_phone">Numéro de téléphone</string>
+  <string name="ghostData_postal">Adresse postale</string>
+  <string name="ghostData_title">Position</string>
+  <string name="groupEmpty">Votre groupe \"<xliff:g id="groupName">%s</xliff:g>\" est vide.</string>
+  <string name="groupNameMyContacts">Mes contacts</string>
+  <string name="groupNameWithPhones">Contacts avec numéros de téléphone</string>
+  <string name="imLabelsGroup">IM</string>
+  <string name="imei">IMEI</string>
+  <string name="importFromSim">Importateur de contacts SIM</string>
+  <string name="insertContactDescription">Créer un contact</string>
+  <string name="invalidContactMessage">Le contact n\'existe pas.</string>
+  <string name="label_company">Société</string>
+  <string name="label_notes">Notes</string>
+  <string name="label_ringtone">Sonnerie</string>
+  <string name="label_title">Titre</string>
+  <string name="listSeparatorCallNumber">Composer le numéro</string>
+  <string name="listSeparatorMapAddress">Adresse carte</string>
+  <string name="listSeparatorOrganizations">Organisations</string>
+  <string name="listSeparatorOtherInformation">Autres informations</string>
+  <string name="listSeparatorSendEmail">Envoyer e-mail</string>
+  <string name="listSeparatorSendIm">Envoyer message instantané</string>
+  <string name="listSeparatorSendSmsMms">Envoyer SMS/MMS</string>
+  <string name="menu_addItem">Plus d\'infos</string>
+  <string name="menu_addStar">Ajouter aux favoris</string>
+  <string name="menu_call">Appeler</string>
+  <string name="menu_callNumber">Appeler <xliff:g id="contact">%s</xliff:g></string>
+  <string name="menu_deleteContact">Supprimer le contact</string>
+  <string name="menu_dialer">Numéroteur</string>
+  <string name="menu_displayGroup">Afficher le groupe</string>
+  <string name="menu_doNotSave">Abandonner les modifications</string>
+  <string name="menu_done">Enregistrer</string>
+  <string name="menu_editContact">Modifier le contact</string>
+  <string name="menu_editNumberBeforeCall">Modifier le numéro avant l\'appel</string>
+  <string name="menu_makeDefaultNumber">Définir numéro par défaut</string>
+  <string name="menu_newContact">Nouveau contact</string>
+  <string name="menu_newFavortie">Nouveau favori</string>
+  <string name="menu_preferences">Paramètres</string>
+  <string name="menu_removeStar">Supprimer des favoris</string>
+  <string name="menu_sendEmail">Envoyer e-mail</string>
+  <string name="menu_sendSMS">Envoyer SMS/MMS</string>
+  <string name="menu_sendTextMessage">Envoyer SMS</string>
+  <string name="menu_viewAddress">Adresse carte</string>
+  <string name="menu_viewContact">Afficher le contact</string>
+  <string name="noButton">Annuler</string>
+  <string name="noContacts">Aucun contact.</string>
+  <string name="noContactsWithPhoneNumbers">Aucun contact avec numéros de téléphone.</string>
+  <string name="noFavorites">Aucun favori.</string>
+  <string name="no_imei">IMEI inconnu</string>
+  <string name="ok">OK</string>
+  <string name="okButtonText">OK</string>
+  <string name="otherLabelsGroup">Autre</string>
+  <string name="phoneIconLabel">Téléphone</string>
+  <string name="phoneLabelsGroup">Téléphone</string>
+  <string name="photoPickerNotFoundText">Aucune image disponible sur le téléphone.</string>
+  <string name="pickerNewContactHeader">Créer un nouveau contact</string>
+  <string name="postalLabelsGroup">Adresse postale</string>
+  <string name="private_num">Numéro privé</string>
+  <string name="recentCallsIconLabel">Journal d\'appel</string>
+  <string name="recentCalls_addToContact">Ajouter aux contacts</string>
+  <string name="recentCalls_callNumber">Appeler <xliff:g id="who">%s</xliff:g></string>
+  <string name="recentCalls_deleteAll">Effacer le journal d\'appel</string>
+  <string name="recentCalls_editNumberBeforeCall">Modifier le numéro avant l\'appel</string>
+  <string name="recentCalls_empty">Le journal d\'appel est vide.</string>
+  <string name="recentCalls_removeFromRecentList">Supprimer du journal d\'appel</string>
+  <string name="removePicture">Supprimer l\'icône</string>
+  <string name="searchHint">Rechercher les contacts</string>
+  <string name="selectGroupsToSync">Synchroniser les groupes</string>
+  <string name="selectLabel">Sélectionner étiquette</string>
+  <string name="select_group_title">Sélectionner un groupe à afficher</string>
+  <string name="send_to_voicemail_checkbox">Envoyez les appels directement à la messagerie.</string>
+  <string name="send_to_voicemail_view">Les appels sont envoyés directement à la messagerie.</string>
+  <string name="shortcutContact">Contact</string>
+  <string name="showAllGroups">Tous les contacts</string>
+  <string name="showingGroupTitle">
+					<xliff:g id="groupName">%s</xliff:g>
+				</string>
+  <string name="simContacts_emptyLoading">Chargement depuis la carte SIM\u2026</string>
+  <string name="simContacts_title">Contacts de la carte SIM</string>
+  <string name="sms_entry_label">Envoyer SMS/MMS</string>
+  <string name="starredList">Étoilé</string>
+  <string name="strequentList">Favoris</string>
+  <string name="syncAllGroups">Synchroniser tous les contacts</string>
+  <string name="syncGroupChooserTitle">Sélectionner les groupes à synchroniser</string>
+  <string name="syncGroupPreference">Synchroniser les groupes</string>
+  <string name="syncGroupPreference_summary">Sélectionner les groupes à synchroniser</string>
+  <string name="unknown">Inconnu</string>
+  <string name="viewContactDesription">Afficher le contact</string>
+  <string name="viewContactTitle">Détails du contact</string>
+  <string name="voicemail">Messagerie vocale</string>
+  <string name="yesButton">OK</string>
+</resources>
diff --git a/res/values-it-rIT/strings.xml b/res/values-it-rIT/strings.xml
new file mode 100644
index 0000000..24e3e17
--- /dev/null
+++ b/res/values-it-rIT/strings.xml
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+  <string name="addPicture">Aggiungi icona</string>
+  <string name="allContacts">Tutti i contatti</string>
+  <string name="alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
+  <string name="attachToContact">Icona Contatti</string>
+  <string name="button_discard">Ignora modifiche</string>
+  <string name="button_save">Salva</string>
+  <string name="cancelButtonText">Annulla</string>
+  <string name="contactCreatedToast">Creazione contatto completata.</string>
+  <string name="contactSavedToast">Salvataggio contatto completato.</string>
+  <string name="contactsFavoritesLabel">Preferiti</string>
+  <string name="contactsIconLabel">Contatti</string>
+  <string name="contactsList">Contatti</string>
+  <string name="customLabelPickerTitle">Etichetta personalizzata</string>
+  <string name="default_ringtone">Predefinito</string>
+  <string name="deleteConfirmation">Il contatto verrà eliminato.</string>
+  <string name="deleteConfirmation_title">Elimina</string>
+  <string name="dialerIconLabel">Dialer</string>
+  <string name="dialerKeyboardHintText">Utilizzare la tastiera per comporre il numero</string>
+  <string name="doneButton">Completato</string>
+  <string name="editContactDescription">Modifica contatto</string>
+  <string name="editContact_title_edit">Modifica contatto</string>
+  <string name="editContact_title_insert">Nuovo contatto</string>
+  <string name="emailLabelsGroup">Email</string>
+  <string name="errorDialogTitle">Nessuna immagine</string>
+  <string name="frequentList">Frequente</string>
+  <string name="ghostData_company">Società</string>
+  <string name="ghostData_email">Indirizzo e-mail</string>
+  <string name="ghostData_im">Nome IM</string>
+  <string name="ghostData_name">Nome e cognome</string>
+  <string name="ghostData_notes">Nota</string>
+  <string name="ghostData_phone">Numero di telefono</string>
+  <string name="ghostData_postal">Indirizzo postale</string>
+  <string name="ghostData_title">Posizione</string>
+  <string name="groupEmpty">Il gruppo \"<xliff:g id="groupName">%s</xliff:g>\" è vuoto.</string>
+  <string name="groupNameMyContacts">Contatti</string>
+  <string name="groupNameWithPhones">Contatti con numeri di telefono</string>
+  <string name="imLabelsGroup">IM</string>
+  <string name="imei">IMEI</string>
+  <string name="importFromSim">Importazione contati SIM</string>
+  <string name="insertContactDescription">Crea contatto</string>
+  <string name="invalidContactMessage">Il contatto non esiste.</string>
+  <string name="label_company">Società</string>
+  <string name="label_notes">Note</string>
+  <string name="label_ringtone">Suoneria</string>
+  <string name="label_title">Posizione</string>
+  <string name="listSeparatorCallNumber">Componi numero</string>
+  <string name="listSeparatorMapAddress">Indirizzo su cartina</string>
+  <string name="listSeparatorOrganizations">Organizzazioni</string>
+  <string name="listSeparatorOtherInformation">Altre informazioni</string>
+  <string name="listSeparatorSendEmail">Invia messaggio e-mail</string>
+  <string name="listSeparatorSendIm">Invia messaggio immediato</string>
+  <string name="listSeparatorSendSmsMms">Invia SMS/MMS</string>
+  <string name="menu_addItem">Ulteriori informazioni</string>
+  <string name="menu_addStar">Aggiungi a Preferiti</string>
+  <string name="menu_call">Chiama</string>
+  <string name="menu_callNumber">Chiama <xliff:g id="contact">%s</xliff:g></string>
+  <string name="menu_deleteContact">Elimina contatto</string>
+  <string name="menu_dialer">Dialer</string>
+  <string name="menu_displayGroup">Visualizza gruppo</string>
+  <string name="menu_doNotSave">Ignora modifiche</string>
+  <string name="menu_done">Salva</string>
+  <string name="menu_editContact">Modifica contatto</string>
+  <string name="menu_editNumberBeforeCall">Modifica numero prima di chiamare</string>
+  <string name="menu_makeDefaultNumber">Imposta come numero predefinito</string>
+  <string name="menu_newContact">Nuovo contatto</string>
+  <string name="menu_newFavortie">Nuovo preferito</string>
+  <string name="menu_preferences">Impostazioni</string>
+  <string name="menu_removeStar">Rimuovi da Preferiti</string>
+  <string name="menu_sendEmail">Invia messaggio e-mail</string>
+  <string name="menu_sendSMS">Invia SMS/MMS</string>
+  <string name="menu_sendTextMessage">Invia messaggio SMS</string>
+  <string name="menu_viewAddress">Indirizzo su cartina</string>
+  <string name="menu_viewContact">Visualizza contatto</string>
+  <string name="noButton">Annulla</string>
+  <string name="noContacts">Nessun contatto.</string>
+  <string name="noContactsWithPhoneNumbers">Nessun contatto con numeri di telefono.</string>
+  <string name="noFavorites">Nessun preferito.</string>
+  <string name="no_imei">IMEI sconosciuto</string>
+  <string name="ok">OK</string>
+  <string name="okButtonText">OK</string>
+  <string name="otherLabelsGroup">Altro</string>
+  <string name="phoneIconLabel">Telefono</string>
+  <string name="phoneLabelsGroup">Telefono</string>
+  <string name="photoPickerNotFoundText">Nessuna immagine disponibile sul telefono.</string>
+  <string name="pickerNewContactHeader">Crea nuovo contatto</string>
+  <string name="postalLabelsGroup">Indirizzo postale</string>
+  <string name="private_num">Numero privato</string>
+  <string name="recentCallsIconLabel">Registro chiamate</string>
+  <string name="recentCalls_addToContact">Aggiungi a Contatti</string>
+  <string name="recentCalls_callNumber">Chiama <xliff:g id="who">%s</xliff:g></string>
+  <string name="recentCalls_deleteAll">Cancella registro chiamate</string>
+  <string name="recentCalls_editNumberBeforeCall">Modifica numero prima di chiamare</string>
+  <string name="recentCalls_empty">Il registro chiamate è vuoto.</string>
+  <string name="recentCalls_removeFromRecentList">Rimuovi da registro chiamate</string>
+  <string name="removePicture">Icona Rimuovi</string>
+  <string name="searchHint">Cerca contatti</string>
+  <string name="selectGroupsToSync">Sincronizza gruppi</string>
+  <string name="selectLabel">Seleziona etichetta</string>
+  <string name="select_group_title">Seleziona gruppo da visualizzare</string>
+  <string name="send_to_voicemail_checkbox">Invia le chiamate direttamente alla casella vocale.</string>
+  <string name="send_to_voicemail_view">Le chiamate vengono inviate direttamente alla casella vocale.</string>
+  <string name="shortcutContact">Contatto</string>
+  <string name="showAllGroups">Tutti i contatti</string>
+  <string name="showingGroupTitle">
+					<xliff:g id="groupName">%s</xliff:g>
+				</string>
+  <string name="simContacts_emptyLoading">Caricamento dalla scheda SIM in corso\u2026</string>
+  <string name="simContacts_title">Contatti scheda SIM</string>
+  <string name="sms_entry_label">Invia SMS/MMS</string>
+  <string name="starredList">Primo piano</string>
+  <string name="strequentList">Preferiti</string>
+  <string name="syncAllGroups">Sincronizza tutti i contatti</string>
+  <string name="syncGroupChooserTitle">Selezionare i gruppi da sincronizzare</string>
+  <string name="syncGroupPreference">Sincronizza gruppi</string>
+  <string name="syncGroupPreference_summary">Selezionare i gruppi da sincronizzare</string>
+  <string name="unknown">Sconosciuto</string>
+  <string name="viewContactDesription">Visualizza contatto</string>
+  <string name="viewContactTitle">Dettagli contatto</string>
+  <string name="voicemail">Posta vocale</string>
+  <string name="yesButton">OK</string>
+</resources>
diff --git a/res/values-nl-rNL/strings.xml b/res/values-nl-rNL/strings.xml
new file mode 100644
index 0000000..9955277
--- /dev/null
+++ b/res/values-nl-rNL/strings.xml
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+  <string name="attachToContact">Afbeelding contactpersoon </string>
+  <string name="button_discard">Wijzigingen negeren</string>
+  <string name="button_save">Opslaan</string>
+  <string name="cancelButtonText">Annuleren</string>
+  <string name="contactsList">Contacten</string>
+  <string name="continueEditing">Bewerken hervatten</string>
+  <string name="customLabelPickerTitle">Aangepast label</string>
+  <string name="deleteConfirmation">Deze contact verwijderen?</string>
+  <string name="discardChanges">Wijzigingen negeren</string>
+  <string name="displayAllPreference">Alle contacten weergeven</string>
+  <string name="displayAllPreference_summary">Alle contacten weergeven, of alleen die met telefoonnummers</string>
+  <string name="editContact_title_edit">Contact bewerken</string>
+  <string name="editContact_title_insert">Nieuw contact</string>
+  <string name="emailLabelsGroup">E-mail</string>
+  <string name="errorDialogTitle">Let op!</string>
+  <string name="frequentList">Regelmatig</string>
+  <string name="ghostData_company">Bedrijf</string>
+  <string name="ghostData_email">E-mailadres</string>
+  <string name="ghostData_im">IM-naam</string>
+  <string name="ghostData_name">Eerste en laatste</string>
+  <string name="ghostData_notes">Mijn opmerking</string>
+  <string name="ghostData_phone">Telefoonnummer</string>
+  <string name="ghostData_postal">"Straat\nPlaats, staat postcode\nland"</string>
+  <string name="ghostData_title">Positie</string>
+  <string name="imLabelsGroup">Expresbericht</string>
+  <string name="importFromSim">Importeren van sim-kaart</string>
+  <string name="invalidContactMessage">Contacten moeten namen hebben</string>
+  <string name="label_company">Bedrijf</string>
+  <string name="label_notes">Opmerkingen</string>
+  <string name="label_title">Functie</string>
+  <string name="menu_addItem">Meer toevoegen</string>
+  <string name="menu_addStar">Ster toevoegen</string>
+  <string name="menu_call">Bellen</string>
+  <string name="menu_callNumber">Bellen<xliff:g id="contact">%s</xliff:g></string>
+  <string name="menu_deleteContact">Contact verwijderen</string>
+  <string name="menu_dialer">Kiezer</string>
+  <string name="menu_doNotSave">Wijzigingen negeren</string>
+  <string name="menu_done">Opslaan</string>
+  <string name="menu_editContact">Contact bewerken</string>
+  <string name="menu_editNumberBeforeCall">Nummer bewerken voor bellen</string>
+  <string name="menu_makeDefaultNumber">Standaardnummer maken</string>
+  <string name="menu_newContact">Nieuw contact</string>
+  <string name="menu_preferences">Instellingen</string>
+  <string name="menu_removeStar">Ster verwijderen</string>
+  <string name="menu_sendEmail">E-mail verzenden</string>
+  <string name="menu_sendSMS">Tekst verzenden</string>
+  <string name="menu_viewAddress">Kaartadres</string>
+  <string name="menu_viewContact">Contact weergeven</string>
+  <string name="noButton">Annuleren</string>
+  <string name="okButtonText">OK</string>
+  <string name="otherLabelsGroup">Overig</string>
+  <string name="phoneLabelsGroup">Telefoon</string>
+  <string name="photoPickerNotFoundText">Geen afbeeldingen beschikbaar.</string>
+  <string name="pickerNewContactHeader">Nieuwe contact maken</string>
+  <string name="postalLabelsGroup">Postadres</string>
+  <string name="searchHint">Contacten zoeken</string>
+  <string name="selectLabel">Label selecteren</string>
+  <string name="sms_entry_label">SMS verzenden</string>
+  <string name="starredList">Met ster</string>
+  <string name="strequentList">Favorieten</string>
+  <string name="yesButton">OK</string>
+</resources>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
new file mode 100644
index 0000000..8d527f5
--- /dev/null
+++ b/res/values-zh-rTW/strings.xml
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+  <string name="addPicture">新增圖示</string>
+  <string name="allContacts">所有連絡人</string>
+  <string name="alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
+  <string name="attachToContact">連絡人圖示</string>
+  <string name="button_discard">放棄變更</string>
+  <string name="button_save">儲存</string>
+  <string name="cancelButtonText">取消</string>
+  <string name="contactCreatedToast">已經建立連絡人。</string>
+  <string name="contactSavedToast">已經儲存連絡人。</string>
+  <string name="contactsFavoritesLabel">我的最愛</string>
+  <string name="contactsIconLabel">連絡人</string>
+  <string name="contactsList">連絡人</string>
+  <string name="customLabelPickerTitle">自訂標籤</string>
+  <string name="default_ringtone">預設值</string>
+  <string name="deleteConfirmation">將會刪除此連絡人。</string>
+  <string name="deleteConfirmation_title">刪除</string>
+  <string name="dialerIconLabel">撥號員</string>
+  <string name="dialerKeyboardHintText">使用鍵盤撥號</string>
+  <string name="doneButton">完成</string>
+  <string name="editContactDescription">編輯連絡人</string>
+  <string name="editContact_title_edit">編輯連絡人</string>
+  <string name="editContact_title_insert">新增連絡人</string>
+  <string name="emailLabelsGroup">電子郵件</string>
+  <string name="errorDialogTitle">無圖片</string>
+  <string name="frequentList">經常</string>
+  <string name="ghostData_company">公司</string>
+  <string name="ghostData_email">電子郵件地址</string>
+  <string name="ghostData_im">立即訊息名稱</string>
+  <string name="ghostData_name">姓名</string>
+  <string name="ghostData_notes">我的記事</string>
+  <string name="ghostData_phone">電話號碼</string>
+  <string name="ghostData_postal">郵遞地址</string>
+  <string name="ghostData_title">職位</string>
+  <string name="groupEmpty">\"<xliff:g id="groupName">%s</xliff:g>\" 群組空白。</string>
+  <string name="groupNameMyContacts">我的連絡人</string>
+  <string name="groupNameWithPhones">含有電話號碼的連絡人</string>
+  <string name="imLabelsGroup">立即訊息</string>
+  <string name="imei">IMEI</string>
+  <string name="importFromSim">SIM 卡連絡人匯入工具</string>
+  <string name="insertContactDescription">建立連絡人</string>
+  <string name="invalidContactMessage">此連絡人不存在。</string>
+  <string name="label_company">公司</string>
+  <string name="label_notes">記事</string>
+  <string name="label_ringtone">響鈴音調</string>
+  <string name="label_title">職稱</string>
+  <string name="listSeparatorCallNumber">撥號</string>
+  <string name="listSeparatorMapAddress">地圖地址</string>
+  <string name="listSeparatorOrganizations">組織</string>
+  <string name="listSeparatorOtherInformation">其它資訊</string>
+  <string name="listSeparatorSendEmail">傳送電子郵件</string>
+  <string name="listSeparatorSendIm">傳送立即訊息</string>
+  <string name="listSeparatorSendSmsMms">傳送簡訊/多媒體簡訊</string>
+  <string name="menu_addItem">其它資訊</string>
+  <string name="menu_addStar">加到我的最愛</string>
+  <string name="menu_call">撥號</string>
+  <string name="menu_callNumber">撥打到 <xliff:g id="contact">%s</xliff:g></string>
+  <string name="menu_deleteContact">刪除連絡人</string>
+  <string name="menu_dialer">撥號員</string>
+  <string name="menu_displayGroup">顯示群組</string>
+  <string name="menu_doNotSave">放棄變更</string>
+  <string name="menu_done">儲存</string>
+  <string name="menu_editContact">編輯連絡人</string>
+  <string name="menu_editNumberBeforeCall">撥號之前編輯號碼</string>
+  <string name="menu_makeDefaultNumber">設成預設號碼</string>
+  <string name="menu_newContact">新增連絡人</string>
+  <string name="menu_newFavortie">新增我的最愛</string>
+  <string name="menu_preferences">設定</string>
+  <string name="menu_removeStar">從我的最愛中移除</string>
+  <string name="menu_sendEmail">傳送電子郵件</string>
+  <string name="menu_sendSMS">傳送簡訊/多媒體簡訊</string>
+  <string name="menu_sendTextMessage">傳送簡訊</string>
+  <string name="menu_viewAddress">地圖地址</string>
+  <string name="menu_viewContact">檢視連絡人</string>
+  <string name="noButton">取消</string>
+  <string name="noContacts">無連絡人。</string>
+  <string name="noContactsWithPhoneNumbers">無含有電話號碼的連絡人。</string>
+  <string name="noFavorites">無我的最愛。</string>
+  <string name="no_imei">未知的 IMEI</string>
+  <string name="ok">確定</string>
+  <string name="okButtonText">確定</string>
+  <string name="otherLabelsGroup">其他</string>
+  <string name="phoneIconLabel">電話</string>
+  <string name="phoneLabelsGroup">電話</string>
+  <string name="photoPickerNotFoundText">電話上無可用圖片。</string>
+  <string name="pickerNewContactHeader">建立新連絡人</string>
+  <string name="postalLabelsGroup">郵遞地址</string>
+  <string name="private_num">私人號碼</string>
+  <string name="recentCallsIconLabel">撥號記錄</string>
+  <string name="recentCalls_addToContact">新增到連絡人</string>
+  <string name="recentCalls_callNumber">撥打到 <xliff:g id="who">%s</xliff:g></string>
+  <string name="recentCalls_deleteAll">清除撥號記錄</string>
+  <string name="recentCalls_editNumberBeforeCall">撥號之前編輯號碼</string>
+  <string name="recentCalls_empty">撥號記錄空白。</string>
+  <string name="recentCalls_removeFromRecentList">從撥號記錄中移除</string>
+  <string name="removePicture">移除圖示</string>
+  <string name="searchHint">搜尋連絡人</string>
+  <string name="selectGroupsToSync">同步群組</string>
+  <string name="selectLabel">選取標籤</string>
+  <string name="select_group_title">選取要顯示的群組</string>
+  <string name="send_to_voicemail_checkbox">直接撥號到語音信箱。</string>
+  <string name="send_to_voicemail_view">如此便會直接撥號到語音信箱。</string>
+  <string name="shortcutContact">連絡人</string>
+  <string name="showAllGroups">所有連絡人</string>
+  <string name="showingGroupTitle">
+					<xliff:g id="groupName">%s</xliff:g>
+				</string>
+  <string name="simContacts_emptyLoading">正在從 SIM 卡載入\u2026</string>
+  <string name="simContacts_title">SIM 卡連絡人</string>
+  <string name="sms_entry_label">傳送簡訊/多媒體簡訊</string>
+  <string name="starredList">附加星號</string>
+  <string name="strequentList">我的最愛</string>
+  <string name="syncAllGroups">同步所有連絡人</string>
+  <string name="syncGroupChooserTitle">選取要同步的群組</string>
+  <string name="syncGroupPreference">同步群組</string>
+  <string name="syncGroupPreference_summary">選取要同步的群組</string>
+  <string name="unknown">無法辨識</string>
+  <string name="viewContactDesription">檢視連絡人</string>
+  <string name="viewContactTitle">連絡人詳細資料</string>
+  <string name="voicemail">語音信箱</string>
+  <string name="yesButton">確定</string>
+</resources>
diff --git a/res/values/ids.xml b/res/values/ids.xml
new file mode 100644
index 0000000..fb1fe41
--- /dev/null
+++ b/res/values/ids.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<resources>
+    <!-- The EditText for entries in the EditContactActivity -->
+    <item type="id" name="data" />
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..c09d213
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,270 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2006 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- Strings for ContactsActivity and tabs -->
+    <string name="contactsList">Contacts</string>
+    <string name="shortcutContact">Contact</string>
+    <string name="starredList">Starred</string>
+    <string name="frequentList">Frequent</string>
+    <string name="strequentList">Favorites</string>
+
+    <!-- The title bar when viewing the contact details activity -->
+    <string name="viewContactTitle">Contact details</string>
+    
+    <!-- Individual contact context menu item -->
+    <string name="viewContactDesription">View contact</string>
+    
+    <!-- Individual contact context menu item. The description of the activity that edits a contact -->
+    <string name="editContactDescription">Edit contact</string>
+
+    <!-- The description of the activity that creates a contact -->
+    <string name="insertContactDescription">Create contact</string>
+    <!-- title of drop-down menu after user presses the Search key -->
+    <string name="searchHint">Search contacts</string>
+
+    <!-- Menu item to create a new contact -->
+    <string name="menu_newContact">New contact</string>
+    <!-- Menu item to create a new contact that is a "favorite" contact -->
+    <string name="menu_newFavortie">New favorite</string>
+    <string name="menu_dialer">Dialer</string>
+    <!-- Individual contact context menu item. -->
+    <string name="menu_viewContact">View contact</string>
+    <string name="menu_callNumber">Call <xliff:g id="contact">%s</xliff:g></string>
+    <string name="menu_editNumberBeforeCall">Edit number before call</string>
+    <!-- Individual contact context menu item. -->
+    <string name="menu_addStar">Add to favorites</string>
+    <!-- Individual contact context menu item. -->
+    <string name="menu_removeStar">Remove from favorites</string>
+
+    <!-- Strings for ViewContactActivity. -->
+    <string name="menu_editContact">Edit contact</string>
+    <!-- Individual contact context menu item & View contact screen menu item. -->
+    <string name="menu_deleteContact">Delete contact</string>
+    <string name="menu_call">Call</string>
+    <string name="menu_sendSMS">Send SMS/MMS</string>
+    <!-- Email address context menu item. -->
+    <string name="menu_sendEmail">Send email</string>
+    <!-- Physical address context menu item. -->
+    <string name="menu_viewAddress">Map address</string>
+    <!-- Phone number context menu item. -->
+    <string name="menu_makeDefaultNumber">Make default number</string>
+    <!-- Confirmation dialog after users selects to delete a contact. -->
+    <string name="deleteConfirmation_title">Delete</string>
+    <string name="deleteConfirmation">This contact will be deleted.</string>
+    <string name="yesButton">OK</string>
+    <string name="noButton">Cancel</string>
+
+    <!-- The label next to phone numbers in the contact details screen when clicking the number
+         will send an SMS to it. 
+    -->
+    <string name="sms_entry_label">Send SMS/MMS</string>
+
+    <!-- Strings for EditContact screen -->
+    <string name="menu_done">Save</string>
+    <string name="menu_doNotSave">Discard changes</string>
+
+    <string name="button_save">Save</string>
+    <string name="button_discard">Discard changes</string>
+
+    <string name="editContact_title_edit">Edit contact</string>
+    <string name="editContact_title_insert">New contact</string>
+
+    <string name="menu_addItem">More info</string>
+
+    <string name="label_company">Company</string>
+    <string name="label_title">Job title</string>
+    <string name="label_notes">Notes</string>
+    <string name="label_ringtone">Ringtone</string>
+    <!-- Ghost data that appears in the field by default in light font. -->
+    <string name="ghostData_name">First and Last</string>
+    <string name="ghostData_company">Company</string>
+    <string name="ghostData_title">Position</string>
+    <string name="ghostData_im">IM name</string>
+    <string name="ghostData_notes">My note</string>
+    <string name="ghostData_phone">Phone number</string>
+    <string name="ghostData_email">Email address</string>
+    <string name="ghostData_postal">Postal address</string>
+
+    <!-- Message displayed in a toast when you try to view the details of a contact that
+         for some reason doesn't exist anymore. -->
+    <string name="invalidContactMessage">The contact does not exist.</string>
+
+    <string name="pickerNewContactHeader">Create new contact</string>
+    <!-- New contact screen, dialog title when you select a label. -->
+    <string name="selectLabel">Select label</string>
+
+    <string name="phoneLabelsGroup">Phone</string>
+    <string name="emailLabelsGroup">Email</string>
+    <string name="imLabelsGroup">IM</string>
+    <string name="postalLabelsGroup">Postal address</string>
+    <string name="otherLabelsGroup">Other</string>
+
+    <string-array name="otherLabels">
+        <!-- The order of these is important, don't reorder without changing EditContactActivity.java -->
+        <item>Organization</item>
+        <item>Note</item>
+    </string-array>
+
+
+    <!-- Dialog that appears if there are no pictures from which to create an icon -->
+    <string name="errorDialogTitle">No pictures</string>
+    <string name="photoPickerNotFoundText">No pictures are available on the phone.</string>
+    <string name="okButtonText">OK</string>
+    <string name="cancelButtonText">Cancel</string>
+
+    <!-- Strings for AttachImage. -->
+    <string name="attachToContact">Contact icon</string>
+
+    <!-- unreviewed strings -->
+    <string name="customLabelPickerTitle">Custom label</string>
+    <!-- The menu item to open the preferences -->
+    <string name="menu_preferences">Settings</string>
+    <!-- The menu item to open the list of groups to display -->
+    <string name="menu_displayGroup">Display group</string>
+
+    <!-- The title of the preference to display which groups to sync -->
+    <string name="syncGroupPreference">Sync groups</string>
+    <!-- The summary of the preference to choose sync groups. -->
+    <string name="syncGroupPreference_summary">Select groups to synchronize</string>
+    
+    <!-- The description of the preference that launches the SIM import activity -->
+    <string name="importFromSim">SIM contacts importer</string>
+
+    <!-- Characters that are used for each of the fast-scroll widget that skips directly
+         to names starting with this letter.  If your language sorts differently than this,
+         please rearrange the alphabet here to be whatever is correct (e.g. Norwegian
+         has the three additional letters at the end). -->
+    <string name="alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
+    <!-- New contact screen, check box label. -->
+    <string name="send_to_voicemail_checkbox">Send calls directly to voicemail.</string>
+    <!-- View contact screen, string identifying state. -->
+    <string name="send_to_voicemail_view">Calls are sent directly to voicemail.</string>
+    <!-- New contact screen, default ringtone value. -->
+    <string name="default_ringtone">Default</string>
+
+    <!-- The button/menu item that allows you to add a picture to a contact -->
+    <string name="addPicture">Add icon</string>
+
+    <!-- The menu item that allows you to remove a picture from a contact -->
+    <string name="removePicture">Remove icon</string>
+
+    <!-- The text displayed when the contacts list is empty while displaying all contacts -->
+    <string name="noContacts">No contacts.</string>
+
+    <!-- The text displayed when the contacts list is empty while displaying only contacts that have phone numbers -->
+    <string name="noContactsWithPhoneNumbers">No contacts with phone numbers.</string>
+
+    <!-- The text displayed when the contacts list is empty while displaying favorite contacts -->
+    <string name="noFavorites">No favorites.</string>
+
+    <!-- Title for group selection menu -->
+    <string name="select_group_title">Select group to display</string>
+    
+    <!-- Group name for all contacts -->
+    <string name="allContacts">All contacts</string>
+    
+    <!-- Title for Contacts group that is currently showing -->
+    <string name="showingGroupTitle"><xliff:g id="groupName">%s</xliff:g></string>
+    
+    <!-- The text displayed when the contacts list is empty while displaying a single group -->
+    <string name="groupEmpty">Your \"<xliff:g id="groupName">%s</xliff:g>\" group is empty.</string>
+
+    <!-- The description of all groups when asking the user what they want to display -->
+    <string name="showAllGroups">All contacts</string>
+
+    <!-- The setting to sync all contacts from the server -->
+    <string name="syncAllGroups">Sync all contacts</string>
+
+    <!-- The name of the system "My Contacts" group. This should be kept in sync with the web UI -->
+    <string name="groupNameMyContacts">My Contacts</string>
+    
+    <!-- The group type that displays only contacts with phone numbers -->
+    <string name="groupNameWithPhones">Contacts with phone numbers</string>
+    
+    <!-- Title of the dialog the user uses to choose which contacts groups to sync from the server -->
+    <string name="syncGroupChooserTitle">Select groups to sync</string>
+
+    <!-- The menu item allowing you to select which groups you want to sync. -->
+    <string name="selectGroupsToSync">Sync groups</string>
+
+    <!-- Toast displayed when a contact is created -->
+    <string name="contactCreatedToast">Contact created.</string>
+    
+    <!-- Toast displayed when a contact is saved -->
+    <string name="contactSavedToast">Contact saved.</string>
+
+    <!-- Separator in the contact details list describing that the items below it will place a call when clicked -->
+    <string name="listSeparatorCallNumber">Dial number</string>
+    
+    <!-- Separator in the contact details list describing that the items below it will send an SMS/MMS to a phone number -->
+    <string name="listSeparatorSendSmsMms">Send SMS/MMS</string>
+
+    <!-- Separator in the contact details list describing that the items below it will send an email -->
+    <string name="listSeparatorSendEmail">Send email</string>
+
+    <!-- Separator in the contact details list describing that the items below it will send an IM -->
+    <string name="listSeparatorSendIm">Send instant message</string>
+
+    <!-- Separator in the contact details list describing that the items below it will open maps with the given address -->
+    <string name="listSeparatorMapAddress">Map address</string>
+
+    <!-- Separator in the contact details list describing that the items below are non-actionable organization information -->
+    <string name="listSeparatorOrganizations">Organizations</string>
+
+    <!-- Separator in the contact details list describing that the items below are random other non-actionable information about a contact -->
+    <string name="listSeparatorOtherInformation">Other information</string>
+
+
+
+    <!-- Launcher tab labels -->
+    <string name="contactsIconLabel">Contacts</string>
+    <string name="contactsFavoritesLabel">Favorites</string>
+    <string name="dialerIconLabel">Dialer</string>
+    <string name="phoneIconLabel">Phone</string>
+    <string name="recentCallsIconLabel">Call log</string>
+
+    <!-- menu items for Dialer  -->
+    <string name="menu_sendTextMessage">Send SMS message</string>
+
+    <!-- Recent calls strings -->
+    <string name="recentCalls_callNumber">Call <xliff:g id="who">%s</xliff:g></string>
+    <string name="recentCalls_editNumberBeforeCall">Edit number before call</string>
+    <string name="recentCalls_addToContact">Add to contacts</string>
+    <string name="recentCalls_removeFromRecentList">Remove from call log</string>
+    <string name="recentCalls_deleteAll">Clear call log</string>
+    <string name="recentCalls_empty">Call log is empty.</string>
+
+    <!-- IMEI strings -->
+    <string name="imei">IMEI</string>
+    <string name="no_imei">Unknown IMEI</string>
+
+    <string name="doneButton">Done</string>
+
+    <string name="ok">OK</string>
+
+    <string name="voicemail">Voicemail</string>
+    <string name="unknown">Unknown</string>
+    <string name="private_num">Private number</string>
+
+    <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
+         to dial using the physical keyboard -->
+    <string name="dialerKeyboardHintText">Use keyboard to dial</string>
+
+    <!-- ADN related strings -->
+    <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
+    <string name="simContacts_title">SIM card contacts</string>
+</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
new file mode 100644
index 0000000..0648441
--- /dev/null
+++ b/res/values/styles.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<resources>
+    <style name="TextAppearance.DialerLine1" parent="@android:style/TextAppearance.Widget.Button">
+        <item name="android:textSize">32sp</item>
+        <item name="android:textColor">@color/dialer_button_text</item>
+        <item name="android:textStyle">bold</item>
+    </style>
+
+    <style name="TextAppearance.DialerLine2" parent="@android:style/TextAppearance.Widget.Button">
+        <item name="android:textSize">18sp</item>
+        <item name="android:textColor">@color/dialer_button_text</item>
+    </style>
+</resources>
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
new file mode 100644
index 0000000..dd18137
--- /dev/null
+++ b/res/xml/preferences.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+
+    <PreferenceScreen
+            android:key="sync_groups"
+            android:title="@string/syncGroupPreference"
+            android:summary="@string/syncGroupPreference_summary">
+        <intent
+                android:action="android.intent.action.VIEW"
+                android:targetPackage="com.android.contacts"
+                android:targetClass="com.android.contacts.ContactsGroupSyncSelector"
+        />
+    </PreferenceScreen>
+
+    <PreferenceScreen
+        android:title="@string/importFromSim"
+    >
+
+        <intent
+            android:action="android.intent.action.VIEW"
+            android:mimeType="vnd.android.cursor.item/sim-contact"
+            android:targetPackage="com.android.phone"
+            android:targetClass="com.android.phone.SimContacts"
+        />
+    </PreferenceScreen>
+</PreferenceScreen>
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
new file mode 100644
index 0000000..cd9e6d6
--- /dev/null
+++ b/res/xml/searchable.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+  
+          http://www.apache.org/licenses/LICENSE-2.0
+  
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<!--
+    TODO: Use localizable string resources instead of hard-coded strings
+    once Search Manager is enhanced to allow them.
+-->
+<searchable xmlns:android="http://schemas.android.com/apk/res/android"
+    android:icon="@drawable/ic_tab_contacts"
+    android:label="@string/contactsList"
+    android:hint="@string/searchHint"
+    android:searchMode="queryRewriteFromText"
+
+    android:searchSuggestAuthority="contacts"
+    android:searchSuggestIntentAction="android.provider.Contacts.SEARCH_SUGGESTION_CLICKED"
+    android:searchSuggestIntentData="content://contacts/people"
+>
+
+    <!-- allow green action key for search-bar and per-suggestion clicks -->
+    <actionkey
+        android:keycode="KEYCODE_CALL"
+        android:queryActionMsg="call"
+        android:suggestActionMsg="call"
+    />
+
+</searchable>