2021-02-16 13:42:49 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical" >
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical" >
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/barBackgroundColor" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/status"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<TextView
|
2021-03-18 20:00:19 +01:00
|
|
|
android:id="@+id/tvMainScreenNotePermissions"
|
2021-02-16 13:42:49 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:layout_marginRight="10dp"
|
|
|
|
android:scrollHorizontally="false"
|
|
|
|
android:textColor="@color/importantMessage"
|
|
|
|
android:singleLine="false"
|
2021-02-20 13:52:15 +01:00
|
|
|
android:visibility="gone"
|
2021-02-16 13:42:49 +01:00
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
2021-02-17 22:27:53 +01:00
|
|
|
|
|
|
|
<TextView
|
2021-03-18 20:00:19 +01:00
|
|
|
android:id="@+id/tvMainScreenNoteFeaturesFromOtherFlavor"
|
2021-02-17 22:27:53 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:layout_marginRight="10dp"
|
|
|
|
android:scrollHorizontally="false"
|
|
|
|
android:textColor="@color/importantMessage"
|
|
|
|
android:singleLine="false"
|
2021-02-20 13:52:15 +01:00
|
|
|
android:visibility="gone"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
|
|
|
|
<TextView
|
2021-03-18 20:00:19 +01:00
|
|
|
android:id="@+id/tvMainScreenNoteLocationImpossibleBlameGoogle"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:layout_marginRight="10dp"
|
|
|
|
android:scrollHorizontally="false"
|
|
|
|
android:textColor="@color/importantMessage"
|
|
|
|
android:singleLine="false"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/tvMainScreenNoteNews"
|
2021-02-20 13:52:15 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:layout_marginRight="10dp"
|
|
|
|
|
|
|
|
android:scrollHorizontally="false"
|
|
|
|
android:textColor="@color/newsMessage"
|
|
|
|
android:singleLine="false"
|
|
|
|
android:visibility="gone"
|
2021-02-17 22:27:53 +01:00
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
2021-02-16 13:42:49 +01:00
|
|
|
|
|
|
|
<TableLayout
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="10dp" >
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="top" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/tvRuleHelpText"
|
|
|
|
android:layout_width="0dip"
|
|
|
|
android:layout_weight="5"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/service"
|
|
|
|
android:scrollHorizontally="false"
|
|
|
|
android:singleLine="false"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
android:gravity="right" />
|
|
|
|
|
|
|
|
<!-- Workaround: If the linear layout is removed the toggle button will be streched to the width of below's textviews -->
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:layout_weight="5"
|
|
|
|
android:layout_width="0dip">
|
|
|
|
|
|
|
|
<ToggleButton
|
|
|
|
android:id="@+id/tbArmMastListener"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="none" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="top"
|
|
|
|
android:layout_marginTop="20dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/tvCurrentNfcIdValue"
|
|
|
|
android:layout_width="0dip"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="right"
|
|
|
|
android:text="@string/activePoi"
|
|
|
|
android:layout_weight="5"
|
|
|
|
android:scrollHorizontally="false"
|
|
|
|
android:singleLine="false"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/tvActivePoi"
|
|
|
|
android:layout_width="0dip"
|
|
|
|
android:layout_weight="5"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:text="n./a."
|
|
|
|
android:scrollHorizontally="false"
|
|
|
|
android:singleLine="false"
|
|
|
|
android:textSize="20dp" />
|
|
|
|
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="top"
|
|
|
|
android:layout_marginTop="20dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/textView2"
|
|
|
|
android:layout_width="0dip"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="right"
|
|
|
|
android:text="@string/closestPoi"
|
|
|
|
android:layout_weight="5"
|
|
|
|
android:scrollHorizontally="false"
|
|
|
|
android:singleLine="false"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/tvClosestPoi"
|
|
|
|
android:layout_width="0dip"
|
|
|
|
android:layout_weight="5"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:text="n./a."
|
|
|
|
android:scrollHorizontally="false"
|
|
|
|
android:singleLine="false"
|
|
|
|
android:textSize="20sp" />
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="top"
|
|
|
|
android:layout_marginTop="20dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="0dip"
|
|
|
|
android:layout_weight="5"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="right"
|
|
|
|
android:text="@string/lastRule"
|
|
|
|
android:scrollHorizontally="false"
|
|
|
|
android:singleLine="false"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
|
|
|
|
|
|
<TextView
|
2022-02-03 14:05:42 +01:00
|
|
|
android:id="@+id/tvLastRule"
|
2021-02-16 13:42:49 +01:00
|
|
|
android:layout_width="0dip"
|
|
|
|
android:layout_weight="5"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:text="n./a."
|
|
|
|
android:scrollHorizontally="false"
|
|
|
|
android:singleLine="false"
|
|
|
|
android:textSize="20dp" />
|
|
|
|
</TableRow>
|
2022-02-03 14:05:42 +01:00
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="top"
|
|
|
|
android:layout_marginTop="20dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="0dip"
|
|
|
|
android:layout_weight="5"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="right"
|
|
|
|
android:text="@string/lastProfile"
|
|
|
|
android:scrollHorizontally="false"
|
|
|
|
android:singleLine="false"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/tvLastProfile"
|
|
|
|
android:layout_width="0dip"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:layout_weight="5"
|
|
|
|
android:scrollHorizontally="false"
|
|
|
|
android:singleLine="false"
|
|
|
|
android:text="n./a."
|
|
|
|
android:textSize="20dp" />
|
|
|
|
</TableRow>
|
2021-02-16 13:42:49 +01:00
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="top"
|
|
|
|
android:layout_marginTop="20dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="0dip"
|
|
|
|
android:layout_weight="5"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="right"
|
|
|
|
android:text="@string/ruleHistory"
|
|
|
|
android:scrollHorizontally="false"
|
|
|
|
android:singleLine="false"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
|
|
|
|
|
|
<ListView
|
|
|
|
android:id="@+id/lvRuleHistory"
|
|
|
|
android:layout_width="0dip"
|
|
|
|
android:layout_weight="5"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="10dp" >
|
|
|
|
</ListView>
|
|
|
|
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="top"
|
|
|
|
android:layout_marginTop="20dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="0dip"
|
|
|
|
android:layout_weight="5"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="right"
|
|
|
|
android:text="@string/lockSoundChanges"
|
|
|
|
android:scrollHorizontally="false"
|
|
|
|
android:singleLine="false"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_weight="5"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:layout_width="0dip"
|
|
|
|
android:gravity="top" >
|
|
|
|
|
|
|
|
<Button
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:id="@+id/bAddSoundLockTIme"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<ToggleButton
|
|
|
|
android:id="@+id/tbLockSound"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:enabled="false"
|
|
|
|
android:layout_marginLeft="5dp">
|
|
|
|
</ToggleButton>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
<TableRow
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="top"
|
|
|
|
android:layout_marginTop="20dp" >
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="0dip"
|
|
|
|
android:layout_weight="5"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="right"
|
|
|
|
android:text=""
|
|
|
|
android:scrollHorizontally="false"
|
|
|
|
android:singleLine="false"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/tvlockSoundDuration"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="0dip"
|
|
|
|
android:layout_weight="5"
|
|
|
|
android:text=""
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
|
|
|
|
</TableRow>
|
|
|
|
|
|
|
|
</TableLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2021-05-10 19:56:54 +02:00
|
|
|
android:orientation="vertical"
|
2021-02-16 13:42:49 +01:00
|
|
|
android:layout_margin="10dp"
|
|
|
|
android:layout_marginTop="30dp"
|
|
|
|
android:gravity="center_horizontal" >
|
2021-05-10 19:56:54 +02:00
|
|
|
|
|
|
|
<Button
|
|
|
|
android:id="@+id/bShowHelp"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/showHelp" />
|
|
|
|
|
|
|
|
<Button
|
|
|
|
android:id="@+id/bPrivacy"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:enabled="true"
|
|
|
|
android:text="@string/privacy" />
|
|
|
|
|
2021-02-16 13:42:49 +01:00
|
|
|
<Button
|
2022-01-20 17:57:13 +01:00
|
|
|
android:id="@+id/bControlCenter"
|
2021-05-10 19:56:54 +02:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2021-02-16 13:42:49 +01:00
|
|
|
android:layout_gravity="top"
|
2022-01-20 17:57:13 +01:00
|
|
|
android:text="@string/controlCenter" />
|
2021-11-20 16:14:21 +01:00
|
|
|
|
|
|
|
<Button
|
|
|
|
android:id="@+id/bDonate"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="top"
|
|
|
|
android:text="@string/donate" />
|
2022-01-20 17:57:13 +01:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="@dimen/default_margin"
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:text="@string/emailContactNotice" />
|
|
|
|
|
2021-02-16 13:42:49 +01:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</ScrollView>
|