You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
329 lines
13 KiB
329 lines
13 KiB
11 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:orientation="vertical" >
|
||
|
|
||
|
<RelativeLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="48dp"
|
||
|
android:background="@drawable/bar" >
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView1"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_centerHorizontal="true"
|
||
|
android:layout_centerVertical="true"
|
||
|
android:text="@string/advanced"
|
||
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
||
|
|
||
|
<ImageView
|
||
|
android:id="@+id/advanced_back"
|
||
|
android:layout_width="48dp"
|
||
|
android:layout_height="48dp"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:layout_centerVertical="true"
|
||
|
android:paddingBottom="5dp"
|
||
|
android:paddingLeft="5dp"
|
||
|
android:paddingRight="5dp"
|
||
|
android:paddingTop="5dp"
|
||
|
android:src="@drawable/back" />
|
||
|
|
||
|
</RelativeLayout>
|
||
|
|
||
|
<ScrollView
|
||
|
android:id="@+id/scrollView1"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent" >
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:orientation="vertical" >
|
||
|
|
||
|
<RelativeLayout
|
||
|
android:id="@+id/r1"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="56dp"
|
||
|
android:background="@drawable/blueback"
|
||
|
android:paddingRight="10dp">
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView2"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:layout_centerVertical="true"
|
||
|
android:text="@string/password"
|
||
|
android:paddingLeft="10dp"
|
||
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||
|
|
||
|
<CheckBox
|
||
|
android:id="@+id/cb1"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentRight="true"
|
||
|
android:layout_centerVertical="true"/>
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView13"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentBottom="true"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:text="@string/recommended"
|
||
|
android:paddingLeft="10dp"
|
||
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||
|
android:textColor="@color/light" />
|
||
|
|
||
|
</RelativeLayout>
|
||
|
|
||
|
<RelativeLayout
|
||
|
android:id="@+id/r2"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="56dp"
|
||
|
android:background="@drawable/blueback"
|
||
|
android:paddingRight="10dp">
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView3"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:layout_centerVertical="true"
|
||
|
android:text="@string/cache"
|
||
|
android:paddingLeft="10dp"
|
||
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||
|
|
||
|
<CheckBox
|
||
|
android:id="@+id/cb2"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentRight="true"
|
||
|
android:layout_centerVertical="true"/>
|
||
|
|
||
|
</RelativeLayout>
|
||
|
|
||
|
<RelativeLayout
|
||
|
android:id="@+id/r3"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="56dp"
|
||
|
android:background="@drawable/blueback"
|
||
|
android:paddingRight="10dp">
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView4"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:layout_centerVertical="true"
|
||
|
android:text="@string/java"
|
||
|
android:paddingLeft="10dp"
|
||
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||
|
|
||
|
<CheckBox
|
||
|
android:id="@+id/cb3"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentRight="true"
|
||
|
android:layout_centerVertical="true"/>
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView12"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentBottom="true"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:text="@string/recommended"
|
||
|
android:paddingLeft="10dp"
|
||
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||
|
android:textColor="@color/light" />
|
||
|
|
||
|
</RelativeLayout>
|
||
|
|
||
|
<RelativeLayout
|
||
|
android:id="@+id/r4"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="56dp"
|
||
|
android:background="@drawable/blueback"
|
||
|
android:paddingRight="10dp">
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView5"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:layout_centerVertical="true"
|
||
|
android:text="@string/reflow"
|
||
|
android:paddingLeft="10dp"
|
||
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||
|
|
||
|
<CheckBox
|
||
|
android:id="@+id/cb4"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentRight="true"
|
||
|
android:layout_centerVertical="true"/>
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView15"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentBottom="true"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:text="@string/weird_look"
|
||
|
android:paddingLeft="10dp"
|
||
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||
|
android:textColor="@color/light" />
|
||
|
|
||
|
</RelativeLayout>
|
||
|
|
||
|
<RelativeLayout
|
||
|
android:id="@+id/r5"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="56dp"
|
||
|
android:background="@drawable/blueback"
|
||
|
android:paddingRight="10dp">
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView6"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:layout_centerVertical="true"
|
||
|
android:text="@string/block"
|
||
|
android:paddingLeft="10dp"
|
||
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||
|
|
||
|
<CheckBox
|
||
|
android:id="@+id/cb5"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentRight="true"
|
||
|
android:layout_centerVertical="true"/>
|
||
|
|
||
|
</RelativeLayout>
|
||
|
|
||
|
<RelativeLayout
|
||
|
android:id="@+id/r6"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="56dp"
|
||
|
android:background="@drawable/blueback"
|
||
|
android:paddingRight="10dp">
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView7"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:layout_centerVertical="true"
|
||
|
android:text="@string/window"
|
||
|
android:paddingLeft="10dp"
|
||
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||
|
|
||
|
<CheckBox
|
||
|
android:id="@+id/cb6"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignBaseline="@+id/textView7"
|
||
|
android:layout_alignBottom="@+id/textView7"
|
||
|
android:layout_alignParentRight="true"/>
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView14"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentBottom="true"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:text="@string/recommended"
|
||
|
android:paddingLeft="10dp"
|
||
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||
|
android:textColor="@color/light" />
|
||
|
|
||
|
</RelativeLayout>
|
||
|
|
||
|
<RelativeLayout
|
||
|
android:id="@+id/r7"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="56dp"
|
||
|
android:background="@drawable/blueback"
|
||
|
android:paddingRight="10dp">
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView8"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:layout_centerVertical="true"
|
||
|
android:text="@string/always_incognito"
|
||
|
android:paddingLeft="10dp"
|
||
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||
|
|
||
|
<CheckBox
|
||
|
android:id="@+id/cb7"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentRight="true"
|
||
|
android:layout_centerVertical="true"/>
|
||
|
|
||
|
</RelativeLayout>
|
||
|
|
||
|
<RelativeLayout
|
||
|
android:id="@+id/r8"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="56dp"
|
||
|
android:background="@drawable/blueback" >
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView9"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:layout_centerVertical="true"
|
||
|
android:text="@string/history"
|
||
|
android:paddingLeft="10dp"
|
||
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||
|
|
||
|
</RelativeLayout>
|
||
|
|
||
|
<RelativeLayout
|
||
|
android:id="@+id/r9"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="56dp"
|
||
|
android:background="@drawable/blueback" >
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView10"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:layout_centerVertical="true"
|
||
|
android:text="@string/importbookmarks"
|
||
|
android:paddingLeft="10dp"
|
||
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||
|
|
||
|
</RelativeLayout>
|
||
|
|
||
|
<RelativeLayout
|
||
|
android:id="@+id/r10"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="56dp"
|
||
|
android:background="@drawable/blueback" >
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/textView11"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentLeft="true"
|
||
|
android:layout_centerVertical="true"
|
||
|
android:text="@string/size"
|
||
|
android:paddingLeft="10dp"
|
||
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||
|
|
||
|
</RelativeLayout>
|
||
|
</LinearLayout>
|
||
|
</ScrollView>
|
||
|
|
||
|
</LinearLayout>
|