优化字符串不统一问题
This commit is contained in:
@@ -8,19 +8,19 @@
|
||||
android:pathData="M8,14.666C11.129,14.666 13.666,12.129 13.666,9C13.666,5.87 11.129,3.333 8,3.333C4.87,3.333 2.333,5.87 2.333,9C2.333,12.129 4.87,14.666 8,14.666Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#0F1719"/>
|
||||
android:strokeColor="#ffffff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M10.334,1.333H5.667"
|
||||
android:strokeLineJoin="round"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#0F1719"
|
||||
android:strokeColor="#ffffff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M8,6V9"
|
||||
android:strokeLineJoin="round"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#0F1719"
|
||||
android:strokeColor="#ffffff"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/block_color3" />
|
||||
<solid android:color="@color/gray_color12" />
|
||||
<corners android:radius="@dimen/dp_8" />
|
||||
</shape>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
android:layout_marginStart="@dimen/dp_4"
|
||||
android:layout_toEndOf="@id/iv_sport_time_type"
|
||||
android:text="@string/txt_resting_time"
|
||||
android:textColor="@color/select_color3"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/textSize12"
|
||||
app:typeface="@string/roboto_regular_font" />
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
style="@style/my_TextView_style_v2"
|
||||
android:layout_below="@id/iv_sport_time_type"
|
||||
android:text="00:00:00"
|
||||
android:textColor="@color/white"
|
||||
android:textStyle="bold" />
|
||||
|
||||
</RelativeLayout>
|
||||
@@ -718,11 +718,11 @@
|
||||
<string name="txt_renew_year2">per year)</string>
|
||||
<string name="txt_renews_on">Renews On:</string>
|
||||
<string name="txt_power_saving_zone_tip">Adding where they live can improve battery and provide extra safety</string>
|
||||
<string name="txt_power_saving_zone">Establish Power saving Zone</string>
|
||||
<string name="txt_power_saving_zone">Establish WiFi Zone</string>
|
||||
<string name="txt_permanent_residence_tip">Permanent residence saves power, enhances positioning.</string>
|
||||
<string name="txt_is_pet_home">Is this your pet\'s home?</string>
|
||||
<string name="txt_permanent_residence">Permanent Residence</string>
|
||||
<string name="txt_choose_wifi">Choose Wi-Fi network, no password needed.</string>
|
||||
<string name="txt_choose_wifi">Choose Wi-Fi network</string>
|
||||
<string name="txt_later">Later</string>
|
||||
<string name="txt_measurement_units_tip">What is your pet Measurement Units?</string>
|
||||
<string name="txt_your_height">Your pet’s height</string>
|
||||
|
||||
Reference in New Issue
Block a user