Skip to content

Commit ebb4acc

Browse files
committed
aesthetic webview changes -- don't spellcheck URL + more
1 parent cd8cb8c commit ebb4acc

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

cSploit/res/layout/plugin_mitm_hijacker_webview.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
android:layout_height="wrap_content"
1212
android:layout_alignParentRight="true"
1313
android:layout_alignParentTop="true"
14+
android:layout_marginTop="-7dp"
1415
android:maxHeight="4dp"
15-
android:visibility="visible"
16-
android:layout_marginTop="-6dp"/>
16+
android:visibility="visible" />
1717

1818
<EditText
1919
android:id="@+id/url"
@@ -22,18 +22,19 @@
2222
android:layout_alignParentLeft="true"
2323
android:layout_alignParentStart="true"
2424
android:layout_alignParentTop="true"
25-
android:background="@android:color/transparent"
25+
android:background="@android:color/white"
26+
android:inputType="textUri"
27+
android:paddingLeft="16dp"
28+
android:paddingStart="16dp"
2629
android:singleLine="true"
27-
android:layout_marginLeft="6dp"
28-
android:layout_marginStart="6dp"
29-
android:translationZ="-6dp"/>
30+
android:translationZ="-6dp" />
3031

3132
<WebView
3233
android:id="@+id/webView"
3334
android:layout_width="match_parent"
3435
android:layout_height="match_parent"
35-
android:layout_alignParentEnd="true"
3636
android:layout_alignParentBottom="true"
37+
android:layout_alignParentEnd="true"
3738
android:layout_alignParentRight="true"
3839
android:layout_below="@+id/url" />
3940

0 commit comments

Comments
 (0)