mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 04:39:54 +01:00
Squeeze items to free more vertical space for qr code
This commit is contained in:
@@ -60,7 +60,9 @@
|
|||||||
android:id="@+id/connectedView"
|
android:id="@+id/connectedView"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="8dp"
|
android:layout_marginHorizontal="16dp"
|
||||||
|
android:layout_marginTop="6dp"
|
||||||
|
android:layout_marginBottom="1dp"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:text="@string/hotspot_no_peers_connected"
|
android:text="@string/hotspot_no_peers_connected"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/coordinatorLayout"
|
app:layout_constraintTop_toBottomOf="@+id/coordinatorLayout"
|
||||||
@@ -73,7 +75,9 @@
|
|||||||
style="@style/BriarButton"
|
style="@style/BriarButton"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="16dp"
|
android:layout_marginHorizontal="16dp"
|
||||||
|
android:layout_marginTop="1dp"
|
||||||
|
android:layout_marginBottom="1dp"
|
||||||
android:text="@string/hotspot_button_connected"
|
android:text="@string/hotspot_button_connected"
|
||||||
app:drawableLeftCompat="@drawable/ic_check_white"
|
app:drawableLeftCompat="@drawable/ic_check_white"
|
||||||
app:drawableStartCompat="@drawable/ic_check_white"
|
app:drawableStartCompat="@drawable/ic_check_white"
|
||||||
@@ -88,7 +92,9 @@
|
|||||||
style="@style/BriarButtonFlat.Negative"
|
style="@style/BriarButtonFlat.Negative"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_margin="16dp"
|
android:layout_marginHorizontal="16dp"
|
||||||
|
android:layout_marginTop="6dp"
|
||||||
|
android:layout_marginBottom="2dp"
|
||||||
android:drawablePadding="8dp"
|
android:drawablePadding="8dp"
|
||||||
android:text="@string/hotspot_button_stop_sharing"
|
android:text="@string/hotspot_button_stop_sharing"
|
||||||
app:drawableLeftCompat="@drawable/ic_portable_wifi_off"
|
app:drawableLeftCompat="@drawable/ic_portable_wifi_off"
|
||||||
|
|||||||
Reference in New Issue
Block a user