aboutsummaryrefslogtreecommitdiff
path: root/colorpicker
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-11-08 22:40:06 -0500
committerGitHub <noreply@github.com>2017-11-08 22:40:06 -0500
commitf343d0f04c9cbb210f2b56b4f0c534ac56aa76ef (patch)
tree2a261a6ed4af0c17233714af7673d5370f19edbf /colorpicker
parent3b1cbd2f2cf211b804784bef33de85b8a889677e (diff)
downloadkau-f343d0f04c9cbb210f2b56b4f0c534ac56aa76ef.tar.gz
kau-f343d0f04c9cbb210f2b56b4f0c534ac56aa76ef.tar.bz2
kau-f343d0f04c9cbb210f2b56b4f0c534ac56aa76ef.zip
Translations Vietnamese (#99)
* Add translations * Lint * Inline * Optimize imports * Replace ellipsis
Diffstat (limited to 'colorpicker')
-rw-r--r--colorpicker/src/main/kotlin/ca/allanwang/kau/colorpicker/CircleView.kt5
-rw-r--r--colorpicker/src/main/res/values-vi/strings_colorpicker.xml6
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>