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
diff --git a/res/values/styles.xml b/res/values/styles.xml
index dd0f2a3..b4e1971 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>