Fix RTL Lint warnings by using start/end

This commit is contained in:
Cameron Gutman
2014-11-19 22:06:22 -08:00
parent 4a6f77f43a
commit 5af7d83ec1
5 changed files with 19 additions and 1 deletions

View File

@@ -24,7 +24,9 @@
android:layout_below="@+id/manuallyAddPcText"
android:layout_marginTop="25dp"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
android:ems="10"
android:singleLine="true"
android:inputType="textNoSuggestions"