排版位置信息栏,方便编辑任务时对校时间。
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat Apr 11 13:00:42 HKT 2026
|
#Sat Apr 11 13:02:24 GMT 2026
|
||||||
stageCount=19
|
stageCount=19
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.12
|
baseVersion=15.12
|
||||||
publishVersion=15.12.18
|
publishVersion=15.12.18
|
||||||
buildCount=0
|
buildCount=4
|
||||||
baseBetaVersion=15.12.19
|
baseBetaVersion=15.12.19
|
||||||
|
|||||||
@@ -42,13 +42,21 @@
|
|||||||
|
|
||||||
</LinearLayout>
|
</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
|
<TextView
|
||||||
android:id="@+id/tv_longitude"
|
android:id="@+id/tv_longitude"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="当前经度:等待更新..."
|
android:text="当前经度:等待更新..."
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
android:layout_marginTop="15dp"/>
|
android:layout_marginTop="10dp"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_latitude"
|
android:id="@+id/tv_latitude"
|
||||||
@@ -58,13 +66,6 @@
|
|||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
android:layout_marginTop="10dp"/>
|
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>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user