adding some padding at No CalDAV calendars dialog placeholder
This commit is contained in:
parent
5165ee867c
commit
e0a935e8e3
|
@ -16,6 +16,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:alpha="0.8"
|
||||
android:paddingStart="@dimen/big_margin"
|
||||
android:paddingEnd="@dimen/big_margin"
|
||||
android:text="@string/no_synchronized_calendars"
|
||||
android:textStyle="italic" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue