2013-07-29 20:39:47 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-06-19 19:19:25 +02:00
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/scrollView1"
|
2013-07-29 20:39:47 -04:00
|
|
|
android:layout_width="match_parent"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:layout_height="match_parent" >
|
2013-07-29 20:39:47 -04:00
|
|
|
|
2014-06-19 19:19:25 +02:00
|
|
|
<LinearLayout
|
2013-07-29 20:39:47 -04:00
|
|
|
android:layout_width="match_parent"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical" >
|
2013-07-29 20:39:47 -04:00
|
|
|
|
2014-06-19 19:19:25 +02:00
|
|
|
<RelativeLayout
|
2014-12-31 12:56:33 -05:00
|
|
|
android:id="@+id/rAllowPopups"
|
2013-07-29 20:39:47 -04:00
|
|
|
android:layout_width="match_parent"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:layout_height="wrap_content"
|
2014-08-19 19:31:53 -04:00
|
|
|
android:background="?android:attr/listChoiceBackgroundIndicator"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:minHeight="60dp"
|
|
|
|
android:paddingBottom="10dp"
|
2014-08-19 19:31:53 -04:00
|
|
|
android:paddingRight="10dp"
|
|
|
|
android:paddingTop="10dp" >
|
2013-07-29 20:39:47 -04:00
|
|
|
|
2014-04-28 15:41:40 -04:00
|
|
|
<LinearLayout
|
2014-06-19 19:19:25 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:orientation="vertical" >
|
2013-07-29 20:39:47 -04:00
|
|
|
|
|
|
|
<TextView
|
2014-12-31 12:56:33 -05:00
|
|
|
android:id="@+id/textView1"
|
2013-07-30 20:25:14 -04:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:paddingLeft="10dp"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:paddingRight="30dp"
|
2014-12-31 12:56:33 -05:00
|
|
|
android:text="@string/window"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
2014-04-28 15:41:40 -04:00
|
|
|
|
2014-06-19 19:19:25 +02:00
|
|
|
<TextView
|
2013-07-30 20:25:14 -04:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:paddingLeft="10dp"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:paddingRight="30dp"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:text="@string/recommended"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
|
|
android:textColor="@color/light" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<CheckBox
|
2014-12-31 12:56:33 -05:00
|
|
|
android:id="@+id/cbAllowPopups"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
android:layout_centerVertical="true" />
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="1dp"
|
|
|
|
android:layout_marginLeft="5dp"
|
|
|
|
android:layout_marginRight="5dp"
|
|
|
|
android:background="#cdcdcd" />
|
|
|
|
|
|
|
|
<RelativeLayout
|
2014-12-31 12:56:33 -05:00
|
|
|
android:id="@+id/rAllowCookies"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:layout_width="match_parent"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:layout_height="wrap_content"
|
2014-08-19 19:31:53 -04:00
|
|
|
android:background="?android:attr/listChoiceBackgroundIndicator"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:minHeight="60dp"
|
|
|
|
android:paddingBottom="10dp"
|
2014-08-19 19:31:53 -04:00
|
|
|
android:paddingRight="10dp"
|
|
|
|
android:paddingTop="10dp" >
|
2014-04-28 15:41:40 -04:00
|
|
|
|
|
|
|
<LinearLayout
|
2014-06-19 19:19:25 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:orientation="vertical" >
|
2013-08-13 20:32:58 -04:00
|
|
|
|
|
|
|
<TextView
|
2014-12-31 12:56:33 -05:00
|
|
|
android:id="@+id/textView2"
|
2013-08-13 20:32:58 -04:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingLeft="10dp"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:paddingRight="30dp"
|
2014-12-31 12:56:33 -05:00
|
|
|
android:text="@string/cookies"
|
2013-08-13 20:32:58 -04:00
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
|
2014-06-19 19:19:25 +02:00
|
|
|
<TextView
|
2013-08-13 20:32:58 -04:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:paddingLeft="10dp"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:paddingRight="30dp"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:text="@string/recommended"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
|
|
android:textColor="@color/light" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<CheckBox
|
2014-12-31 12:56:33 -05:00
|
|
|
android:id="@+id/cbAllowCookies"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
android:layout_centerVertical="true" />
|
|
|
|
</RelativeLayout>
|
2014-04-28 15:41:40 -04:00
|
|
|
|
2014-06-19 19:19:25 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="1dp"
|
|
|
|
android:layout_marginLeft="5dp"
|
|
|
|
android:layout_marginRight="5dp"
|
|
|
|
android:background="#cdcdcd" />
|
|
|
|
|
|
|
|
<RelativeLayout
|
2014-12-31 12:56:33 -05:00
|
|
|
android:id="@+id/rAllowIncognitoCookies"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:layout_width="match_parent"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:layout_height="wrap_content"
|
2014-08-19 19:31:53 -04:00
|
|
|
android:background="?android:attr/listChoiceBackgroundIndicator"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:minHeight="60dp"
|
|
|
|
android:paddingBottom="10dp"
|
2014-08-19 19:31:53 -04:00
|
|
|
android:paddingRight="10dp"
|
|
|
|
android:paddingTop="10dp" >
|
2014-04-28 15:41:40 -04:00
|
|
|
|
|
|
|
<LinearLayout
|
2014-06-19 19:19:25 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:orientation="vertical" >
|
2013-07-29 20:39:47 -04:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingLeft="10dp"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:paddingRight="30dp"
|
2014-12-31 12:56:33 -05:00
|
|
|
android:text="@string/incognito_cookies"
|
2013-07-29 20:39:47 -04:00
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
2014-06-19 19:19:25 +02:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<CheckBox
|
2014-12-31 12:56:33 -05:00
|
|
|
android:id="@+id/cbAllowIncognitoCookies"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
android:layout_centerVertical="true" />
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="1dp"
|
|
|
|
android:layout_marginLeft="5dp"
|
|
|
|
android:layout_marginRight="5dp"
|
|
|
|
android:background="#cdcdcd" />
|
|
|
|
|
|
|
|
<RelativeLayout
|
2014-12-31 12:56:33 -05:00
|
|
|
android:id="@+id/rRestoreTabs"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:layout_width="match_parent"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:layout_height="wrap_content"
|
2014-08-19 19:31:53 -04:00
|
|
|
android:background="?android:attr/listChoiceBackgroundIndicator"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:minHeight="60dp"
|
|
|
|
android:paddingBottom="10dp"
|
2014-08-19 19:31:53 -04:00
|
|
|
android:paddingRight="10dp"
|
|
|
|
android:paddingTop="10dp" >
|
2014-06-19 19:19:25 +02:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:paddingLeft="10dp"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:paddingRight="30dp"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:text="@string/restore"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
|
|
|
|
<CheckBox
|
2014-12-31 12:56:33 -05:00
|
|
|
android:id="@+id/cbRestoreTabs"
|
2014-08-19 19:31:53 -04:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
android:layout_centerVertical="true" />
|
|
|
|
</RelativeLayout>
|
|
|
|
|
2014-06-19 19:19:25 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="1dp"
|
|
|
|
android:layout_marginLeft="5dp"
|
|
|
|
android:layout_marginRight="5dp"
|
|
|
|
android:background="#cdcdcd" />
|
|
|
|
|
|
|
|
<LinearLayout
|
2014-12-31 12:56:33 -05:00
|
|
|
android:id="@+id/layoutRendering"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:layout_width="match_parent"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:layout_height="wrap_content"
|
2014-08-19 19:31:53 -04:00
|
|
|
android:background="?android:attr/listChoiceBackgroundIndicator"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:minHeight="60dp"
|
2014-12-31 12:56:33 -05:00
|
|
|
android:orientation="vertical"
|
2014-07-16 22:26:27 +02:00
|
|
|
android:paddingBottom="10dp"
|
2014-08-19 19:31:53 -04:00
|
|
|
android:paddingTop="10dp" >
|
2014-06-19 19:19:25 +02:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingLeft="10dp"
|
2014-12-31 12:56:33 -05:00
|
|
|
android:text="@string/rendering_mode"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
|
|
|
|
<TextView
|
2014-12-31 12:56:33 -05:00
|
|
|
android:id="@+id/renderText"
|
2014-06-19 19:19:25 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingLeft="10dp"
|
2014-12-31 12:56:33 -05:00
|
|
|
android:text="Small Text"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
|
|
android:textColor="@color/light" />
|
|
|
|
</LinearLayout>
|
2014-06-19 19:19:25 +02:00
|
|
|
|
2014-12-31 12:56:33 -05:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="1dp"
|
|
|
|
android:layout_marginLeft="5dp"
|
|
|
|
android:layout_marginRight="5dp"
|
|
|
|
android:background="#cdcdcd" />
|
2014-06-19 19:19:25 +02:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2014-08-19 19:31:53 -04:00
|
|
|
</ScrollView>
|