Skip to content

Commit e0a935e

Browse files
committed
adding some padding at No CalDAV calendars dialog placeholder
1 parent 5165ee8 commit e0a935e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/res/layout/dialog_select_calendars.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
android:layout_height="wrap_content"
1717
android:layout_centerHorizontal="true"
1818
android:alpha="0.8"
19+
android:paddingStart="@dimen/big_margin"
20+
android:paddingEnd="@dimen/big_margin"
1921
android:text="@string/no_synchronized_calendars"
2022
android:textStyle="italic" />
2123

0 commit comments

Comments
 (0)