mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-12 02:46:05 +00:00
Fix RTL Lint warnings by using start/end
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user