新增国内经纬度转换
This commit is contained in:
@@ -44,4 +44,18 @@
|
||||
android:paddingBottom="@dimen/dp_16"
|
||||
android:scrollbarThumbVertical="@drawable/shape50_yellow_color_bg"
|
||||
android:scrollbars="vertical" />
|
||||
|
||||
<androidx.appcompat.widget.LinearLayoutCompat
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
<com.airbnb.lottie.LottieAnimationView
|
||||
android:id="@+id/lav_add_wifi_zone3_anim"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_50"
|
||||
app:lottie_loop="true" />
|
||||
</androidx.appcompat.widget.LinearLayoutCompat>
|
||||
|
||||
</androidx.appcompat.widget.LinearLayoutCompat>
|
||||
@@ -14,16 +14,25 @@
|
||||
<com.qmuiteam.qmui.widget.grouplist.QMUICommonListItemView
|
||||
android:id="@+id/switch_base_url"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_50"
|
||||
android:layout_marginBottom="@dimen/dp_6"
|
||||
android:layout_height="@dimen/dp_38"
|
||||
android:layout_marginBottom="@dimen/dp_2"
|
||||
android:background="@drawable/selector_shape6_gray_bg_pressed"
|
||||
app:qmui_accessory_type="switcher" />
|
||||
|
||||
<com.qmuiteam.qmui.widget.grouplist.QMUICommonListItemView
|
||||
android:id="@+id/switch_only_google_map"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_50"
|
||||
android:layout_marginBottom="@dimen/dp_16"
|
||||
android:layout_height="@dimen/dp_38"
|
||||
android:layout_marginBottom="@dimen/dp_2"
|
||||
android:background="@drawable/selector_shape6_gray_bg_pressed"
|
||||
app:qmui_accessory_type="switcher" />
|
||||
|
||||
<com.qmuiteam.qmui.widget.grouplist.QMUICommonListItemView
|
||||
android:id="@+id/switch_google_lat_lon_conversion"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_38"
|
||||
android:visibility="gone"
|
||||
android:layout_marginBottom="@dimen/dp_6"
|
||||
android:background="@drawable/selector_shape6_gray_bg_pressed"
|
||||
app:qmui_accessory_type="switcher" />
|
||||
|
||||
@@ -31,14 +40,14 @@
|
||||
android:id="@+id/ll_debug_pet"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="@dimen/dp_8"
|
||||
android:layout_marginBottom="@dimen/dp_6"
|
||||
android:gravity="center">
|
||||
|
||||
<include
|
||||
android:id="@+id/debug_pet_head"
|
||||
layout="@layout/layout_head_image_view"
|
||||
android:layout_width="@dimen/dp_50"
|
||||
android:layout_height="@dimen/dp_50" />
|
||||
android:layout_width="@dimen/dp_30"
|
||||
android:layout_height="@dimen/dp_30" />
|
||||
|
||||
<com.abbidot.tracker.widget.TypefaceTextView
|
||||
android:id="@+id/debug_pet_name"
|
||||
@@ -46,6 +55,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_marginStart="@dimen/dp_6"
|
||||
android:drawableEnd="@drawable/ico_sw_dowm_br"
|
||||
android:textSize="@dimen/textSize14"
|
||||
app:typeface="@string/roboto_regular_font" />
|
||||
</androidx.appcompat.widget.LinearLayoutCompat>
|
||||
|
||||
|
||||
@@ -372,4 +372,7 @@
|
||||
<color name="grey_color_64">#64000000</color>
|
||||
<color name="grey_color_90">#F9FFE3</color>
|
||||
<color name="grey_color">#A6A6A6</color>
|
||||
<color name="blue_color">#26A8FF</color>
|
||||
<color name="line_stroke_color">#077B4A</color>
|
||||
<color name="rote_line_color">#00C478</color>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user