• R/O
  • HTTP
  • SSH
  • HTTPS

JoggingTimer: Commit

A jogging timer for Android wear.


Commit MetaInfo

Revision79727d09a8513c220c27c10876fea59d7ce7d57a (tree)
Zeit2022-07-08 22:49:45
AutorMRSa <mrsa@myad...>
CommiterMRSa

Log Message

基準値の選択ダイアログの順番を変更。

Ändern Zusammenfassung

Diff

--- a/.idea/deploymentTargetDropDown.xml
+++ b/.idea/deploymentTargetDropDown.xml
@@ -1,28 +1,17 @@
11 <?xml version="1.0" encoding="UTF-8"?>
22 <project version="4">
33 <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>
154 <targetSelectedWithDropDown>
165 <Target>
176 <type value="QUICK_BOOT_TARGET" />
187 <deviceKey>
198 <Key>
209 <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" />
2211 </Key>
2312 </deviceKey>
2413 </Target>
2514 </targetSelectedWithDropDown>
26- <timeTargetWasSelectedWithDropDown value="2022-07-07T15:01:52.655400100Z" />
15+ <timeTargetWasSelectedWithDropDown value="2022-07-08T13:39:01.509867700Z" />
2716 </component>
2817 </project>
\ No newline at end of file
--- a/wear/src/main/res/layout-notround/select_reference_dialog.xml
+++ b/wear/src/main/res/layout-notround/select_reference_dialog.xml
@@ -20,13 +20,13 @@
2020 android:padding="2dp"
2121 >
2222 <Spinner
23- android:id="@+id/show_laptime_mode"
23+ android:id="@+id/spinner_select_reference"
2424 android:layout_width="fill_parent"
2525 android:layout_height="wrap_content"
2626 android:text="@string/blank"
2727 android:visibility="visible" />
2828 <Spinner
29- android:id="@+id/spinner_select_reference"
29+ android:id="@+id/show_laptime_mode"
3030 android:layout_width="fill_parent"
3131 android:layout_height="wrap_content"
3232 android:text="@string/blank"
--- a/wear/src/main/res/layout-round/select_reference_dialog.xml
+++ b/wear/src/main/res/layout-round/select_reference_dialog.xml
@@ -20,13 +20,13 @@
2020 android:padding="2dp"
2121 >
2222 <Spinner
23- android:id="@+id/show_laptime_mode"
23+ android:id="@+id/spinner_select_reference"
2424 android:layout_width="fill_parent"
2525 android:layout_height="wrap_content"
2626 android:text="@string/blank"
2727 android:visibility="visible" />
2828 <Spinner
29- android:id="@+id/spinner_select_reference"
29+ android:id="@+id/show_laptime_mode"
3030 android:layout_width="fill_parent"
3131 android:layout_height="wrap_content"
3232 android:text="@string/blank"
Show on old repository browser