diff options
Diffstat (limited to 'colorpicker')
-rw-r--r-- | colorpicker/src/main/kotlin/ca/allanwang/kau/colorpicker/CircleView.kt | 5 | ||||
-rw-r--r-- | colorpicker/src/main/res/values-vi/strings_colorpicker.xml | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/colorpicker/src/main/kotlin/ca/allanwang/kau/colorpicker/CircleView.kt b/colorpicker/src/main/kotlin/ca/allanwang/kau/colorpicker/CircleView.kt index ed98090..713b800 100644 --- a/colorpicker/src/main/kotlin/ca/allanwang/kau/colorpicker/CircleView.kt +++ b/colorpicker/src/main/kotlin/ca/allanwang/kau/colorpicker/CircleView.kt @@ -24,7 +24,10 @@ import android.util.AttributeSet import android.view.Gravity import android.widget.FrameLayout import android.widget.Toast -import ca.allanwang.kau.utils.* +import ca.allanwang.kau.utils.getDip +import ca.allanwang.kau.utils.setBackgroundColorRes +import ca.allanwang.kau.utils.toColor +import ca.allanwang.kau.utils.toHSV /** * Created by Allan Wang on 2017-06-10. diff --git a/colorpicker/src/main/res/values-vi/strings_colorpicker.xml b/colorpicker/src/main/res/values-vi/strings_colorpicker.xml new file mode 100644 index 0000000..5149c21 --- /dev/null +++ b/colorpicker/src/main/res/values-vi/strings_colorpicker.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!--Generated by crowdin.com--> +<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName"> + <string name="kau_md_color_palette">Bảng màu</string> + <string name="kau_md_presets">Cài đặt sẵn</string> +</resources> |