summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/res/layout/relay_list_item.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/android/src/main/res/layout/relay_list_item.xml b/android/src/main/res/layout/relay_list_item.xml
index 29ebf56762..7821585c31 100644
--- a/android/src/main/res/layout/relay_list_item.xml
+++ b/android/src/main/res/layout/relay_list_item.xml
@@ -4,8 +4,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="@dimen/country_row_padding"
- android:paddingRight="24dp"
- android:paddingVertical="16dp"
android:background="@color/blue"
android:orientation="horizontal"
android:gravity="center"
@@ -14,6 +12,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
+ android:layout_marginVertical="16dp"
android:gravity="center"
>
<ImageView android:id="@+id/relay_active"
@@ -35,6 +34,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginHorizontal="8dp"
+ android:layout_marginVertical="16dp"
android:textColor="@color/white"
android:textSize="20sp"
android:textStyle="bold"
@@ -44,6 +44,8 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="0"
+ android:paddingRight="24dp"
+ android:paddingLeft="24dp"
android:background="?android:attr/selectableItemBackground"
android:src="@drawable/icon_chevron_expand"
/>