Compare commits
2 Commits
positions-
...
positions-
| Author | SHA1 | Date | |
|---|---|---|---|
| 876237fa04 | |||
| 89604946e2 |
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Apr 11 13:00:42 HKT 2026
|
||||
stageCount=19
|
||||
#Sat Apr 11 21:07:32 HKT 2026
|
||||
stageCount=20
|
||||
libraryProject=
|
||||
baseVersion=15.12
|
||||
publishVersion=15.12.18
|
||||
publishVersion=15.12.19
|
||||
buildCount=0
|
||||
baseBetaVersion=15.12.19
|
||||
baseBetaVersion=15.12.20
|
||||
|
||||
@@ -42,13 +42,21 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_timenow"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="现在时间:等待更新..."
|
||||
android:textSize="18sp"
|
||||
android:layout_marginTop="10dp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_longitude"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="当前经度:等待更新..."
|
||||
android:textSize="18sp"
|
||||
android:layout_marginTop="15dp"/>
|
||||
android:layout_marginTop="10dp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_latitude"
|
||||
@@ -58,13 +66,6 @@
|
||||
android:textSize="18sp"
|
||||
android:layout_marginTop="10dp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_timenow"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="现在时间:等待更新..."
|
||||
android:textSize="18sp"
|
||||
android:layout_marginTop="10dp"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user