We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342ed5e commit d626e23Copy full SHA for d626e23
ui/src/main/res/layout/tunnel_list_fragment.xml
@@ -60,6 +60,8 @@
60
android:src="@mipmap/ic_launcher" />
61
62
<TextView
63
+ android:layout_marginStart="@dimen/tunnel_list_placeholder_margin"
64
+ android:layout_marginEnd="@dimen/tunnel_list_placeholder_margin"
65
android:layout_width="wrap_content"
66
android:layout_height="wrap_content"
67
android:layout_gravity="center"
ui/src/main/res/values/dimens.xml
@@ -6,4 +6,5 @@
6
<dimen name="normal_margin">8dp</dimen>
7
<dimen name="bottom_sheet_top_padding">8dp</dimen>
8
<dimen name="bottom_sheet_icon_padding">16dp</dimen>
9
+ <dimen name="tunnel_list_placeholder_margin">16dp</dimen>
10
</resources>
0 commit comments