OSDN Git Service

891c8784526b4bd0a11146c5664299d13bbf7963
[gokigen/JoggingTimer.git] / wear / src / main / res / layout-round / column_detail.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     <TextView xmlns:android="http://schemas.android.com/apk/res/android"
8         android:id="@+id/detail_lap_count"
9         android:layout_width="24dp"
10         android:layout_height="24dp"
11         android:textStyle="normal"
12         android:textSize="7pt"
13         android:scaleType="fitCenter"
14         android:layout_gravity="center_vertical"
15         android:maxHeight="24dp"
16         android:minWidth="24dp"
17         android:layout_margin="2dp"
18         android:contentDescription="@string/blank"
19         android:tint="@color/white"
20         android:tag="icon0"
21         />
22     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
23         android:layout_width="wrap_content"
24         android:layout_height="wrap_content"
25         android:orientation="vertical"
26         android:id="@+id/detail_list"
27         >
28         <TextView xmlns:android="http://schemas.android.com/apk/res/android"
29             android:layout_width="wrap_content"
30             android:layout_height="wrap_content"
31             android:textStyle="normal"
32             android:textSize="10pt"
33             android:clickable="false"
34             android:focusable="false"
35             android:tag="main0"
36             android:id="@+id/label1"
37             />
38         <TextView xmlns:android="http://schemas.android.com/apk/res/android"
39             android:layout_width="wrap_content"
40             android:layout_height="wrap_content"
41             android:textSize="8pt"
42             android:clickable="false"
43             android:focusable="false"
44             android:tag="sub0"
45             android:id="@+id/label2"
46             />
47     </LinearLayout>
48 </LinearLayout>