A jogging timer for Android wear.
Revision | 79727d09a8513c220c27c10876fea59d7ce7d57a (tree) |
---|---|
Zeit | 2022-07-08 22:49:45 |
Autor | MRSa <mrsa@myad...> |
Commiter | MRSa |
基準値の選択ダイアログの順番を変更。
@@ -1,28 +1,17 @@ | ||
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <project version="4"> |
3 | 3 | <component name="deploymentTargetDropDown"> |
4 | - <runningDeviceTargetSelectedWithDropDown> | |
5 | - <Target> | |
6 | - <type value="RUNNING_DEVICE_TARGET" /> | |
7 | - <deviceKey> | |
8 | - <Key> | |
9 | - <type value="VIRTUAL_DEVICE_PATH" /> | |
10 | - <value value="C:\Users\MRSa\.android\avd\Android_Wear_Square_API_25.avd" /> | |
11 | - </Key> | |
12 | - </deviceKey> | |
13 | - </Target> | |
14 | - </runningDeviceTargetSelectedWithDropDown> | |
15 | 4 | <targetSelectedWithDropDown> |
16 | 5 | <Target> |
17 | 6 | <type value="QUICK_BOOT_TARGET" /> |
18 | 7 | <deviceKey> |
19 | 8 | <Key> |
20 | 9 | <type value="VIRTUAL_DEVICE_PATH" /> |
21 | - <value value="C:\Users\MRSa\.android\avd\Android_Wear_Square_API_25.avd" /> | |
10 | + <value value="C:\Users\MRSa\.android\avd\Android_Wear_Square_API_26.avd" /> | |
22 | 11 | </Key> |
23 | 12 | </deviceKey> |
24 | 13 | </Target> |
25 | 14 | </targetSelectedWithDropDown> |
26 | - <timeTargetWasSelectedWithDropDown value="2022-07-07T15:01:52.655400100Z" /> | |
15 | + <timeTargetWasSelectedWithDropDown value="2022-07-08T13:39:01.509867700Z" /> | |
27 | 16 | </component> |
28 | 17 | </project> |
\ No newline at end of file |
@@ -20,13 +20,13 @@ | ||
20 | 20 | android:padding="2dp" |
21 | 21 | > |
22 | 22 | <Spinner |
23 | - android:id="@+id/show_laptime_mode" | |
23 | + android:id="@+id/spinner_select_reference" | |
24 | 24 | android:layout_width="fill_parent" |
25 | 25 | android:layout_height="wrap_content" |
26 | 26 | android:text="@string/blank" |
27 | 27 | android:visibility="visible" /> |
28 | 28 | <Spinner |
29 | - android:id="@+id/spinner_select_reference" | |
29 | + android:id="@+id/show_laptime_mode" | |
30 | 30 | android:layout_width="fill_parent" |
31 | 31 | android:layout_height="wrap_content" |
32 | 32 | android:text="@string/blank" |
@@ -20,13 +20,13 @@ | ||
20 | 20 | android:padding="2dp" |
21 | 21 | > |
22 | 22 | <Spinner |
23 | - android:id="@+id/show_laptime_mode" | |
23 | + android:id="@+id/spinner_select_reference" | |
24 | 24 | android:layout_width="fill_parent" |
25 | 25 | android:layout_height="wrap_content" |
26 | 26 | android:text="@string/blank" |
27 | 27 | android:visibility="visible" /> |
28 | 28 | <Spinner |
29 | - android:id="@+id/spinner_select_reference" | |
29 | + android:id="@+id/show_laptime_mode" | |
30 | 30 | android:layout_width="fill_parent" |
31 | 31 | android:layout_height="wrap_content" |
32 | 32 | android:text="@string/blank" |