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.
504 lines
21 KiB
504 lines
21 KiB
<?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: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/cookies" |
|
android:paddingLeft="10dp" |
|
android:textAppearance="?android:attr/textAppearanceMedium" /> |
|
<TextView |
|
|
|
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" /> |
|
<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/r11" |
|
android:layout_width="match_parent" |
|
android:layout_height="56dp" |
|
android:background="@drawable/blueback" |
|
android:paddingRight="10dp"> |
|
|
|
<TextView |
|
android:id="@+id/textView9" |
|
android:layout_width="wrap_content" |
|
android:layout_height="wrap_content" |
|
android:layout_alignParentLeft="true" |
|
android:layout_centerVertical="true" |
|
android:paddingLeft="10dp" |
|
android:text="@string/wideViewPort" |
|
android:textAppearance="?android:attr/textAppearanceMedium" /> |
|
|
|
<TextView |
|
|
|
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" /> |
|
<CheckBox |
|
android:id="@+id/cb8" |
|
android:layout_width="wrap_content" |
|
android:layout_height="wrap_content" |
|
android:layout_alignParentRight="true" |
|
android:layout_centerVertical="true"/> |
|
|
|
</RelativeLayout> |
|
<RelativeLayout |
|
android:id="@+id/r12" |
|
android:layout_width="match_parent" |
|
android:layout_height="56dp" |
|
android:background="@drawable/blueback" |
|
android:paddingRight="10dp"> |
|
|
|
<TextView |
|
android:id="@+id/textView10" |
|
android:layout_width="wrap_content" |
|
android:layout_height="wrap_content" |
|
android:layout_alignParentLeft="true" |
|
android:layout_centerVertical="true" |
|
android:paddingLeft="10dp" |
|
android:text="@string/overViewMode" |
|
android:textAppearance="?android:attr/textAppearanceMedium" /> |
|
|
|
<TextView |
|
|
|
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" /> |
|
<CheckBox |
|
android:id="@+id/cb9" |
|
android:layout_width="wrap_content" |
|
android:layout_height="wrap_content" |
|
android:layout_alignParentRight="true" |
|
android:layout_centerVertical="true"/> |
|
|
|
</RelativeLayout> |
|
<RelativeLayout |
|
android:id="@+id/r13" |
|
android:layout_width="match_parent" |
|
android:layout_height="56dp" |
|
android:background="@drawable/blueback" |
|
android:paddingRight="10dp"> |
|
|
|
<TextView |
|
android:layout_width="wrap_content" |
|
android:layout_height="wrap_content" |
|
android:layout_alignParentLeft="true" |
|
android:layout_centerVertical="true" |
|
android:paddingLeft="10dp" |
|
android:text="@string/restore" |
|
android:textAppearance="?android:attr/textAppearanceMedium" /> |
|
|
|
<CheckBox |
|
android:id="@+id/cb10" |
|
android:layout_width="wrap_content" |
|
android:layout_height="wrap_content" |
|
android:layout_alignParentRight="true" |
|
android:layout_centerVertical="true"/> |
|
|
|
</RelativeLayout> |
|
<RelativeLayout |
|
android:id="@+id/r14" |
|
android:layout_width="match_parent" |
|
android:layout_height="56dp" |
|
android:background="@drawable/blueback" |
|
android:paddingRight="10dp"> |
|
|
|
<TextView |
|
android:layout_width="wrap_content" |
|
android:layout_height="wrap_content" |
|
android:layout_alignParentLeft="true" |
|
android:layout_centerVertical="true" |
|
android:paddingLeft="10dp" |
|
android:text="@string/fullScreenOption" |
|
android:textAppearance="?android:attr/textAppearanceMedium" /> |
|
|
|
<CheckBox |
|
android:id="@+id/cb11" |
|
android:layout_width="wrap_content" |
|
android:layout_height="wrap_content" |
|
android:layout_alignParentRight="true" |
|
android:layout_centerVertical="true"/> |
|
|
|
</RelativeLayout> |
|
<RelativeLayout |
|
android:id="@+id/r16" |
|
android:layout_width="match_parent" |
|
android:layout_height="56dp" |
|
android:background="@drawable/blueback" |
|
android:paddingRight="10dp"> |
|
|
|
<TextView |
|
android:layout_width="wrap_content" |
|
android:layout_height="wrap_content" |
|
android:layout_alignParentLeft="true" |
|
android:layout_centerVertical="true" |
|
android:paddingLeft="10dp" |
|
android:text="@string/gestures" |
|
android:textAppearance="?android:attr/textAppearanceMedium" /> |
|
|
|
<CheckBox |
|
android:id="@+id/cb12" |
|
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: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/r15" |
|
android:layout_width="match_parent" |
|
android:layout_height="56dp" |
|
android:background="@drawable/blueback" > |
|
|
|
<TextView |
|
android:layout_width="wrap_content" |
|
android:layout_height="wrap_content" |
|
android:layout_alignParentLeft="true" |
|
android:layout_centerVertical="true" |
|
android:paddingLeft="10dp" |
|
android:text="@string/clear_cookies" |
|
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: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" /> |
|
|
|
<TextView |
|
android:id="@+id/isImportAvailable" |
|
android:layout_width="wrap_content" |
|
android:layout_height="wrap_content" |
|
android:layout_alignParentBottom="true" |
|
android:layout_alignParentLeft="true" |
|
android:paddingLeft="10dp" |
|
android:text="text" |
|
android:textAppearance="?android:attr/textAppearanceSmall" |
|
android:textColor="@color/light" /> |
|
|
|
</RelativeLayout> |
|
|
|
<RelativeLayout |
|
android:id="@+id/r10" |
|
android:layout_width="match_parent" |
|
android:layout_height="56dp" |
|
android:background="@drawable/blueback" > |
|
|
|
<TextView |
|
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>
|
|
|