summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-11-19 15:12:49 +0100
committercyBerta <cyberta@riseup.net>2021-11-19 15:12:49 +0100
commite7644ab562df6fb53c912977d89987b36e04702e (patch)
treebfdba96e29743e1f6aa339e2f8d2e6ed0392143c /app
parenta4ef804b3148cfc5df56b585133a071b24f5e3fc (diff)
right align select preferred location
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/f_gateway_selection.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/f_gateway_selection.xml b/app/src/main/res/layout/f_gateway_selection.xml
index 70a2bb1d..91354104 100644
--- a/app/src/main/res/layout/f_gateway_selection.xml
+++ b/app/src/main/res/layout/f_gateway_selection.xml
@@ -74,7 +74,7 @@
<androidx.appcompat.widget.AppCompatButton
android:id="@+id/automatic_gateway_selection_btn"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/gateway_selection_recommended_location"
/>