diff options
author | Allan Wang <me@allanwang.ca> | 2017-10-16 21:22:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-16 21:22:42 -0400 |
commit | 681effece90ff4e892506ee5f5057bee4776c48b (patch) | |
tree | 4b98fbca594089a7e90d7c617ebb3b2a230678cf /kpref-activity/src | |
parent | 75132277968b513d4ac0e7b99c59ad0748cbb675 (diff) | |
download | kau-681effece90ff4e892506ee5f5057bee4776c48b.tar.gz kau-681effece90ff4e892506ee5f5057bee4776c48b.tar.bz2 kau-681effece90ff4e892506ee5f5057bee4776c48b.zip |
Translations (#89)
* Update strings
* Delete extra file
* Update strings
Diffstat (limited to 'kpref-activity/src')
-rw-r--r-- | kpref-activity/src/main/res/layout/kau_pref_core.xml | 3 | ||||
-rw-r--r-- | kpref-activity/src/main/res/values/strings.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/kpref-activity/src/main/res/layout/kau_pref_core.xml b/kpref-activity/src/main/res/layout/kau_pref_core.xml index 183c53e..498dce3 100644 --- a/kpref-activity/src/main/res/layout/kau_pref_core.xml +++ b/kpref-activity/src/main/res/layout/kau_pref_core.xml @@ -34,7 +34,8 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_bias="0.5" - tools:layout_editor_absoluteX="0dp" /> + tools:layout_editor_absoluteX="0dp" + tools:ignore="RtlSymmetry" /> <android.support.v7.widget.AppCompatTextView android:id="@id/kau_pref_title" diff --git a/kpref-activity/src/main/res/values/strings.xml b/kpref-activity/src/main/res/values/strings.xml index de6c42f..1cbb783 100644 --- a/kpref-activity/src/main/res/values/strings.xml +++ b/kpref-activity/src/main/res/values/strings.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="kau_pref_icon">Pref Icon</string> + <string name="kau_pref_icon" translatable="false">KPref Icon</string> </resources>
\ No newline at end of file |