mirror of https://github.com/beemdevelopment/Aegis
Merge pull request #391 from alexbakker/time-sync-warning
Display a warning if automatic time sync is not enabledpull/406/head
commit
6b650e777f
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingBottom="10dp"
|
||||
android:paddingTop="10dp">
|
||||
<TextView
|
||||
android:layout_marginStart="25dp"
|
||||
android:layout_marginEnd="25dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/time_sync_warning_message"/>
|
||||
<CheckBox
|
||||
android:id="@+id/check_warning_disable"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp"
|
||||
android:text="@string/time_sync_warning_disable"/>
|
||||
</LinearLayout>
|
Loading…
Reference in New Issue