summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorChuck Liao <chuckliao@google.com>2020-07-07 21:11:34 +0800
committerChuck Liao <chuckliao@google.com>2020-07-07 21:16:57 +0800
commit031d8dd5ca55f9db6024e98d32157dcc4dd6afe9 (patch)
tree8f8ca222d9004c9e4583d673d98a0151aad1b520 /res/values
parentb639611a31c2b9bc825e212149a5062d5ab6e8ba (diff)
downloadThemePicker-031d8dd5ca55f9db6024e98d32157dcc4dd6afe9.tar.gz
Fix the input text in the custom style name page doesn't respect RTL.
Screenshot: https://screenshot.googleplex.com/M1LO0JsuEU1.png Bug: 160677826 Change-Id: I88e12e2be1cd79da2f1d9983e289120f26d01b36
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index dd0f2a38..b4e19716 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -103,6 +103,7 @@
<item name="android:paddingBottom">16dp</item>
<item name="android:paddingStart">12dp</item>
<item name="android:paddingEnd">12dp</item>
+ <item name="android:textAlignment">viewStart</item>
<item name="android:textColor">@color/edittext_text_color</item>
<item name="android:inputType">text</item>
<item name="android:maxLength">100</item>