diff options
author | cyBerta <cyberta@riseup.net> | 2021-07-31 18:45:00 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-14 19:44:25 +0100 |
commit | 41cb3b4adb137b9a1e0affea42e7f4e9cfa1d7dd (patch) | |
tree | 272ac2910709be2dac27f2b85b072b9220330e0b /app/src/main/res | |
parent | a874ed7362f124900b9c8ea325f80393f0ba680e (diff) |
remove some padding in gateway selection fragment
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/f_gateway_selection.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/layout/f_gateway_selection.xml b/app/src/main/res/layout/f_gateway_selection.xml index 5a384163..70a2bb1d 100644 --- a/app/src/main/res/layout/f_gateway_selection.xml +++ b/app/src/main/res/layout/f_gateway_selection.xml @@ -35,7 +35,6 @@ android:layout_height="wrap_content" android:gravity="center" android:textAppearance="?android:attr/textAppearanceLarge" - android:paddingTop="@dimen/activity_vertical_margin" android:paddingStart="@dimen/activity_horizontal_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingEnd="@dimen/activity_horizontal_margin" |