Commit 3eee7cb0 authored by wanglei's avatar wanglei

[多语言]多语言字符串

parent e3e6b717
......@@ -281,7 +281,7 @@ class SimilarPhotosActivity : BaseActivity<ActivitySimilarPhotosBinding>(Activit
}
}
adapter.notifyDataSetChanged()
binding.ivSelect.setImageResource(if (isSelected) R.drawable.icon else R.drawable.icon_n)
binding.ivSelect.setImageResource(if (isSelected) R.drawable.icon_switch_pressed else R.drawable.icon_switch_normal)
updateSelection()
}
......
......@@ -79,10 +79,10 @@
app:layout_constraintTop_toTopOf="parent" />
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/iv_select"
android:id="@+id/ivSelect"
android:layout_width="@dimen/dp_50"
android:layout_height="@dimen/dp_20"
android:src="@drawable/icon_n"
android:src="@drawable/icon_switch_normal"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
......
This diff is collapsed.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="which_type_do_you_want_to_clean">Which type do you want to clean?</string>
</resources>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -4,6 +4,7 @@
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="facebook_app_id">4512448902756291</string>
<string name="trustlook_privacy_policy">https://www.trustlook.com/privacy-policy</string>
<string name="mb_10">10 MB</string>
<string name="mb_20">20 MB</string>
<string name="mb_50">50 MB</string>
<string name="mb_100">100 MB</string>
......@@ -77,7 +78,6 @@ Please rest assured that we will handle your information in strict accordance wi
<string name="result_screenshot_clean">Check screenshot cleaner to release more space</string>
<string name="result_similar_photos">Delete duplicate photos to save space.</string>
<string name="all_types">All Types</string>
<string name="mb_10">10 MB</string>
<string name="delete">Delete</string>
<string name="other_than">Other than</string>
<string name="image">Image</string>
......@@ -135,15 +135,15 @@ Please rest assured that we will handle your information in strict accordance wi
Banish junk, boost speed. Free up memory with a single tap.
</string>
<string name="guide_title_2">File Recovery</string>
<string name="guide_title_2">Clear storage saves space</string>
<string name="guide_tip_2">
Don’t let regret set in! Our app can accurately recover the files you’ve accidentally deleted.
Clean photos,videos,and audio files to save space and keep your phone tidy.
</string>
<string name="guide_title_3">Virus Shield</string>
<string name="guide_tip_3">
Powerful scan, total protection. Keep youdialog_ad_preparingr phone safe.
we</string>
Powerful scan, total protection. Keep you phone safe.
</string>
<string name="next">Next</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment