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-14 19:44:25 +0100
commit6d3c122bebf0ad4f7dc22d4963dc73dea4248251 (patch)
tree6f817f2c6288822059cb33d866ea3837e31a3f9f /app/src/main/res/layout/v_location_button.xml
parent5ab54104c6c701789e59963fcdfda05da5a83a45 (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"