OSDN Git Service

1d87b9180eeae28ca9a4b7bdeef7c19c4bdff045
[gokigen/JoggingTimer.git] / wear / src / main / res / layout-round / column_laptime.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:id="@+id/laptime_item"
7     >
8     <TextView xmlns:android="http://schemas.android.com/apk/res/android"
9         android:layout_width="wrap_content"
10         android:layout_height="wrap_content"
11         android:textStyle="normal"
12         android:textSize="8pt"
13         android:clickable="true"
14         android:focusable="true"
15         android:tag="lap1"
16         android:id="@+id/label_lap1"
17         android:gravity="start|center_vertical"
18         android:layout_weight="1"
19         />
20     <TextView xmlns:android="http://schemas.android.com/apk/res/android"
21         android:layout_width="wrap_content"
22         android:layout_height="wrap_content"
23         android:textSize="8pt"
24         android:clickable="true"
25         android:focusable="true"
26         android:tag="lap2"
27         android:id="@+id/labal_lap2"
28         android:gravity="center_horizontal|center_vertical"
29         android:layout_weight="5"
30         />
31     <TextView xmlns:android="http://schemas.android.com/apk/res/android"
32         android:layout_width="wrap_content"
33         android:layout_height="wrap_content"
34         android:textSize="8pt"
35         android:clickable="true"
36         android:focusable="true"
37         android:tag="lap3"
38         android:id="@+id/labal_lap3"
39         android:layout_weight="4"
40         android:gravity="center_horizontal|center_vertical"
41         />
42 </LinearLayout>