OSDN Git Service

862476a66fdcde284f69a373d36b327f5e90d70f
[gokigen/JoggingTimer.git] / wear / src / main / res / layout-round / column_list.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="wrap_content"
5     android:orientation="horizontal"
6     >
7     <ImageView xmlns:android="http://schemas.android.com/apk/res/android"
8         android:id="@+id/gokigen_icon"
9         android:layout_width="20dp"
10         android:layout_height="20dp"
11         android:scaleType="fitCenter"
12         android:src="@drawable/ic_info_outline_black_24dp"
13         android:layout_gravity="center_vertical"
14         android:maxHeight="20dp"
15         android:minWidth="20dp"
16         android:layout_margin="4dp"
17         android:contentDescription="@string/blank"
18         android:tint="@color/white"
19         android:tag="icon"
20         />
21     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
22         android:layout_width="wrap_content"
23         android:layout_height="wrap_content"
24         android:orientation="vertical"
25         android:id="@+id/data_list"
26         >
27         <TextView xmlns:android="http://schemas.android.com/apk/res/android"
28             android:layout_width="wrap_content"
29             android:layout_height="wrap_content"
30             android:textStyle="normal"
31             android:textSize="10pt"
32             android:clickable="false"
33             android:focusable="false"
34             android:tag="main"
35             android:id="@+id/main_text"
36             />
37         <TextView xmlns:android="http://schemas.android.com/apk/res/android"
38             android:layout_width="wrap_content"
39             android:layout_height="wrap_content"
40             android:textSize="8pt"
41             android:clickable="false"
42             android:focusable="false"
43             android:tag="sub"
44             android:id="@+id/sub_text"
45             />
46     </LinearLayout>
47 </LinearLayout>