diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-15 01:57:36 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-18 13:13:31 +0000 |
| commit | 82370f32ca89449271a89767fdca3833cf0cdcea (patch) | |
| tree | af6704088499635b9b8f79cea5986a2c0f473f3d /android/src/main/res/layout | |
| parent | 50fab1ff20d518127921e2bca24a7f68ee51fc49 (diff) | |
| download | mullvadvpn-82370f32ca89449271a89767fdca3833cf0cdcea.tar.xz mullvadvpn-82370f32ca89449271a89767fdca3833cf0cdcea.zip | |
Tweak relay list item
Diffstat (limited to 'android/src/main/res/layout')
| -rw-r--r-- | android/src/main/res/layout/relay_list_item.xml | 7 |
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> |
