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/main/res/layout | |
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/main/res/layout')
-rw-r--r-- | kpref-activity/src/main/res/layout/kau_pref_core.xml | 3 |
1 files changed, 2 insertions, 1 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" |