OSDN Git Service

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