Merge "Add margin 24dp to the error message of Wi-Fi QR code scanner" into qt-dev
This commit is contained in:
@@ -61,6 +61,8 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="16dp"
|
android:layout_marginTop="16dp"
|
||||||
|
android:layout_marginStart="24dp"
|
||||||
|
android:layout_marginEnd="24dp"
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
android:textColor="?android:attr/colorError"
|
android:textColor="?android:attr/colorError"
|
||||||
android:visibility="invisible"/>
|
android:visibility="invisible"/>
|
||||||
|
@@ -64,6 +64,8 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="16dp"
|
android:layout_marginTop="16dp"
|
||||||
|
android:layout_marginStart="24dp"
|
||||||
|
android:layout_marginEnd="24dp"
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
android:textColor="?android:attr/colorError"
|
android:textColor="?android:attr/colorError"
|
||||||
android:visibility="invisible"/>
|
android:visibility="invisible"/>
|
||||||
|
Reference in New Issue
Block a user