summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/v_location_button.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/v_location_button.xml')
-rw-r--r--app/src/main/res/layout/v_location_button.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/app/src/main/res/layout/v_location_button.xml b/app/src/main/res/layout/v_location_button.xml
index 8aaf4978..22712b79 100644
--- a/app/src/main/res/layout/v_location_button.xml
+++ b/app/src/main/res/layout/v_location_button.xml
@@ -6,7 +6,8 @@
android:layout_width="match_parent"
android:layout_gravity="center_vertical"
android:layout_height="match_parent"
- android:padding="@dimen/stdpadding"
+ android:paddingLeft="@dimen/stdpadding"
+ android:paddingRight="@dimen/stdpadding"
android:background="@drawable/cust_button_light_rect"
>
@@ -86,18 +87,15 @@
<se.leap.bitmaskclient.base.views.LocationIndicator
android:id="@+id/load_indicator"
- android:layout_marginBottom="4dp"
android:layout_width="48dp"
- android:layout_height="40dp"
+ android:layout_height="28dp"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
- android:paddingTop="@dimen/stdpadding"
- android:paddingBottom="@dimen/stdpadding"
- android:visibility="visible"
android:layout_gravity="center_vertical"
- app:tint="@color/colorLocationButtonTintTransparent"
- />
+ android:paddingBottom="4dp"
+ android:visibility="visible"
+ app:tint="@color/colorLocationButtonTintTransparent" />