switch to alsa.omap3 module
[android_pandora.git] / apps / oi-filemanager / FileManager / res / layout / dialog_new_folder.xml
CommitLineData
811a5a4a 1<?xml version="1.0" encoding="utf-8"?>
2<!-- \r
3 * Copyright (C) 2007-2008 OpenIntents.org\r
4 *\r
5 * Licensed under the Apache License, Version 2.0 (the "License");\r
6 * you may not use this file except in compliance with the License.\r
7 * You may obtain a copy of the License at\r
8 *\r
9 * http://www.apache.org/licenses/LICENSE-2.0\r
10 *\r
11 * Unless required by applicable law or agreed to in writing, software\r
12 * distributed under the License is distributed on an "AS IS" BASIS,\r
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14 * See the License for the specific language governing permissions and\r
15 * limitations under the License.\r
16 -->
17<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:layout_width="fill_parent"
19 android:layout_height="wrap_content"
20 android:orientation="vertical">
21
22 <TextView \r
23 android:id="@+id/foldernametext"
24 android:layout_height="wrap_content"
25 android:layout_width="wrap_content"
26 android:layout_marginLeft="20dip"
27 android:layout_marginRight="20dip"
28 android:text="@string/folder_name"
29 android:gravity="left"
30 android:textAppearance="?android:attr/textAppearanceMedium" />
31
32 <EditText
33 android:id="@+id/foldername"
34 android:layout_height="wrap_content"
35 android:layout_width="fill_parent"
36 android:layout_marginLeft="20dip"
37 android:layout_marginRight="20dip"
38 android:scrollHorizontally="true"
39 android:autoText="false"
40 android:capitalize="none"
41 android:gravity="fill_horizontal"
42 android:textAppearance="?android:attr/textAppearanceMedium" />
43
44</LinearLayout>