summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/v_location_button.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-07-31 16:34:09 +0200
committercyBerta <cyberta@riseup.net>2021-11-15 16:13:41 +0100
commit546b823b0c1694657e6b63f23d8b72015b00d282 (patch)
treeee5f351bd8807e675c31b061ff1ad02e47ad85d0 /app/src/main/res/layout/v_location_button.xml
parentd8b11c392a492ef05b1a454c298f5244a694553b (diff)
adapt EIP main screen and strings to simply secure proposals
Diffstat (limited to 'app/src/main/res/layout/v_location_button.xml')
-rw-r--r--app/src/main/res/layout/v_location_button.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/v_location_button.xml b/app/src/main/res/layout/v_location_button.xml
index 9e5445a4..d8eed9a3 100644
--- a/app/src/main/res/layout/v_location_button.xml
+++ b/app/src/main/res/layout/v_location_button.xml
@@ -6,11 +6,10 @@
android:layout_gravity="center_vertical"
android:padding="@dimen/stdpadding"
android:background="@drawable/cust_button_primary_rect"
- android:layout_height="wrap_content">
+ android:layout_height="match_parent">
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/text_location"
- android:padding="@dimen/stdpadding"
android:layout_weight="1"
android:layout_width="0dp"
android:maxLines="1"