Modifying editor fields layout for RTL

Screenshots b/27484594 #6

Bug:27484594
Change-Id: I79b635e2326ba8a07382a24032a05f3c61ec0d27
diff --git a/res/layout/edit_date_picker.xml b/res/layout/edit_date_picker.xml
index 16bc5be..5d60a36 100644
--- a/res/layout/edit_date_picker.xml
+++ b/res/layout/edit_date_picker.xml
@@ -24,4 +24,5 @@
     android:layout_height="@dimen/editor_min_line_item_height"
     android:layout_weight="1"
     android:textSize="@dimen/editor_form_text_size"
-    android:paddingRight="@dimen/editor_spinner_right_padding_workaround" />
+    android:textAlignment="viewStart"
+    android:paddingRight="@dimen/editor_spinner_right_padding" />
\ No newline at end of file