1 <?xml version="1.0" encoding="utf-8"?>
3 * Copyright (C) 2007-2008 OpenIntents.org
\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
9 * http://www.apache.org/licenses/LICENSE-2.0
\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
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">
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" />
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" />