res/layout/edit_settings.xml
changeset 319 517e80eedfd8
parent 230 21d91ef67e97
child 323 81fcc509bafc
equal deleted inserted replaced
318:9fe098c8512f 319:517e80eedfd8
   132     			android:padding="10dip">
   132     			android:padding="10dip">
   133     			<CheckBox android:id="@+id/settings_proxy_use"
   133     			<CheckBox android:id="@+id/settings_proxy_use"
   134     				android:layout_width="wrap_content"
   134     				android:layout_width="wrap_content"
   135     				android:layout_height="wrap_content"
   135     				android:layout_height="wrap_content"
   136     				android:text="@string/settings_proxy_use"
   136     				android:text="@string/settings_proxy_use"
       
   137     				android:focusable="true"
   137     				style="@style/CheckBoxLabel" />
   138     				style="@style/CheckBoxLabel" />
   138     			<LinearLayout android:id="@+id/settings_proxy_parameters"
   139     			<LinearLayout android:id="@+id/settings_proxy_parameters"
   139     				android:layout_width="fill_parent"
   140     				android:layout_width="fill_parent"
   140     				android:layout_height="fill_parent"
   141     				android:layout_height="fill_parent"
   141     				android:layout_below="@id/settings_proxy_use"
   142     				android:layout_below="@id/settings_proxy_use"