| @@ -22,7 +22,7 @@ | ||||
|     android:paddingLeft="6dip" | ||||
|     android:paddingRight="6dip" | ||||
|     android:paddingBottom="3dip" | ||||
|     android:layout_width="fill_parent" android:layout_height="wrap_content"> | ||||
|     android:layout_width="match_parent" android:layout_height="wrap_content"> | ||||
|  | ||||
|     <TextView | ||||
|         android:textStyle="bold" | ||||
| @@ -34,7 +34,7 @@ | ||||
|     <EditText android:id="@+id/hostname" | ||||
|         android:maxLines="1" | ||||
|         android:layout_marginTop="2dip" | ||||
|         android:layout_width="fill_parent" android:layout_height="wrap_content" | ||||
|         android:layout_width="match_parent" android:layout_height="wrap_content" | ||||
|         android:autoText="false" | ||||
|         android:capitalize="none" | ||||
|         android:scrollHorizontally="true" /> | ||||
| @@ -50,7 +50,7 @@ | ||||
|         android:numeric="integer" | ||||
|         android:maxLines="1"  | ||||
|         android:layout_marginTop="2dip" | ||||
|         android:layout_width="fill_parent" android:layout_height="wrap_content" | ||||
|         android:layout_width="match_parent" android:layout_height="wrap_content" | ||||
|         android:scrollHorizontally="true" /> | ||||
|  | ||||
|     <LinearLayout  | ||||
| @@ -59,17 +59,17 @@ | ||||
|         android:layout_width="wrap_content" android:layout_height="wrap_content"> | ||||
|  | ||||
|         <Button android:id="@+id/action"  | ||||
|             android:layout_width="wrap_content" android:layout_height="fill_parent" | ||||
|             android:layout_width="wrap_content" android:layout_height="match_parent" | ||||
|             android:layout_weight="1" | ||||
|             android:text="@string/proxy_action_text" /> | ||||
|  | ||||
|         <Button android:id="@+id/clear"  | ||||
|             android:layout_width="wrap_content" android:layout_height="fill_parent" | ||||
|             android:layout_width="wrap_content" android:layout_height="match_parent" | ||||
|             android:layout_weight="1" | ||||
|             android:text="@string/proxy_clear_text" /> | ||||
|  | ||||
|         <Button android:id="@+id/defaultView"  | ||||
|             android:layout_width="wrap_content" android:layout_height="fill_parent" | ||||
|             android:layout_width="wrap_content" android:layout_height="match_parent" | ||||
|             android:layout_weight="1" | ||||
|             android:text="@string/proxy_defaultView_text" /> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user