ui: add margin on empty list text

Signed-off-by: Marcel Joss <marceljoss@hotmail.ch>
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Marcel Joss 2022-01-16 14:11:52 +01:00 committed by Harsh Shandilya
parent 342ed5e259
commit d626e23210
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
2 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,8 @@
android:src="@mipmap/ic_launcher" /> android:src="@mipmap/ic_launcher" />
<TextView <TextView
android:layout_marginStart="@dimen/tunnel_list_placeholder_margin"
android:layout_marginEnd="@dimen/tunnel_list_placeholder_margin"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" android:layout_gravity="center"

View File

@ -6,4 +6,5 @@
<dimen name="normal_margin">8dp</dimen> <dimen name="normal_margin">8dp</dimen>
<dimen name="bottom_sheet_top_padding">8dp</dimen> <dimen name="bottom_sheet_top_padding">8dp</dimen>
<dimen name="bottom_sheet_icon_padding">16dp</dimen> <dimen name="bottom_sheet_icon_padding">16dp</dimen>
<dimen name="tunnel_list_placeholder_margin">16dp</dimen>
</resources> </resources>