diff options
Diffstat (limited to 'kpref-activity')
-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 |