summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/main/res/layout')
-rw-r--r--android/src/main/res/layout/relay_list_item.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/android/src/main/res/layout/relay_list_item.xml b/android/src/main/res/layout/relay_list_item.xml
index ed21e2c7d6..c8af318778 100644
--- a/android/src/main/res/layout/relay_list_item.xml
+++ b/android/src/main/res/layout/relay_list_item.xml
@@ -7,8 +7,7 @@
android:gravity="center">
<FrameLayout android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_weight="0"
- android:layout_marginVertical="16dp">
+ android:layout_weight="0">
<ImageView android:id="@+id/relay_active"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -25,7 +24,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginHorizontal="8dp"
- android:layout_marginVertical="16dp"
+ android:layout_marginVertical="14dp"
android:textColor="@color/white"
android:textSize="@dimen/text_medium_plus"
android:textStyle="bold"
@@ -34,7 +33,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="0"
- android:paddingHorizontal="@dimen/side_margin"
+ android:paddingHorizontal="16dp"
android:background="?android:attr/selectableItemBackground"
android:src="@drawable/icon_chevron_expand" />
</LinearLayout>