OSDN Git Service

コミット忘れ...。
[gokigen/A01c.git] / wear / src / main / res / layout-notround / column_save.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:layout_width="fill_parent"
4     android:layout_height="fill_parent"
5     android:orientation="horizontal"
6     >
7     <TextView
8         android:layout_width="0px"
9         android:layout_height="0px"
10       />
11     <TextView xmlns:android="http://schemas.android.com/apk/res/android"
12         android:layout_width="wrap_content"
13         android:layout_height="wrap_content"
14         android:textSize="5pt"
15         android:tag="id"
16         />
17     <Button xmlns:android="http://schemas.android.com/apk/res/android"
18         android:layout_width="wrap_content"
19         android:layout_height="wrap_content"
20         android:tag="button"
21         android:text="@string/save_props"
22         />
23     <EditText xmlns:android="http://schemas.android.com/apk/res/android"
24         android:layout_width="88dp"
25         android:layout_height="wrap_content"
26         android:hint="@string/hint_save_props"
27         android:textSize="8pt"
28         android:tag="title"
29         />
30     <TextView xmlns:android="http://schemas.android.com/apk/res/android"
31         android:layout_width="wrap_content"
32         android:layout_height="wrap_content"
33         android:textSize="4pt"
34         android:tag="info"
35         />
36 </LinearLayout>