summaryrefslogtreecommitdiffstats
path: root/res/layout/create_shortcut_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/create_shortcut_list.xml')
-rw-r--r--res/layout/create_shortcut_list.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/create_shortcut_list.xml b/res/layout/create_shortcut_list.xml
index 63ca2b879..aa1673375 100644
--- a/res/layout/create_shortcut_list.xml
+++ b/res/layout/create_shortcut_list.xml
@@ -17,11 +17,10 @@
** limitations under the License.
*/
-->
-<ExpandableListView xmlns:android="http://schemas.android.com/apk/res/android"
+<ListView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:layout_marginTop="5px"
+ android:layout_marginTop="5dip"
android:cacheColorHint="@null"
- android:childDivider="@android:drawable/divider_horizontal_bright"
android:divider="@android:drawable/divider_horizontal_bright"
android:scrollbars="vertical" />