Merge "Add margin 24dp to the error message of Wi-Fi QR code scanner" into qt-dev am: fa85f564ac

am: 9fe1e3233c

Change-Id: I7ae4d18684b3331dc3cc32930387cb32196a7f8d
This commit is contained in:
Arc Wang
2019-05-08 20:30:16 -07:00
committed by android-build-merger
2 changed files with 4 additions and 0 deletions

View File

@@ -61,6 +61,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:layout_marginStart="24dp"
android:layout_marginEnd="24dp"
android:textAlignment="center"
android:textColor="?android:attr/colorError"
android:visibility="invisible"/>

View File

@@ -64,6 +64,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:layout_marginStart="24dp"
android:layout_marginEnd="24dp"
android:textAlignment="center"
android:textColor="?android:attr/colorError"
android:visibility="invisible"/>