修复UI-161

This commit is contained in:
zhangyuanzhen
2020-02-12 21:28:07 +08:00
parent ceaeea4bb1
commit 35a75571f2
3 changed files with 5 additions and 2 deletions

View File

@@ -265,7 +265,7 @@
android:layout_width="wrap_content"
android:layout_height="@dimen/module_search_txt_setting_width"
android:layout_marginTop="@dimen/dp_40"
android:text="@string/preference_navi_sound_type"
android:text="@string/preference_navi_day_mode"
android:textColor="@color/white_80"
android:textSize="@dimen/txt_normal"
app:layout_constraintLeft_toLeftOf="parent"

View File

@@ -30,7 +30,9 @@
android:layout_marginTop="4.5dp"
android:textColor="@color/white"
android:textSize="@dimen/dp_50"
app:layout_constraintLeft_toLeftOf="@+id/amap_calculate_item_strategy_name"
app:layout_constraintLeft_toLeftOf="parent"
android:layout_marginLeft="@dimen/dp_40"
app:layout_constraintTop_toBottomOf="@+id/amap_calculate_item_strategy_name"
tools:text="40小时55分" />

View File

@@ -39,4 +39,5 @@
<string name="navi_set_home">去设置家</string>
<string name="navi_clear">清除</string>
<string name="navi_set_company">去设置公司</string>
<string name="preference_navi_day_mode">日夜模式</string>
</resources>