|
11 | 11 | android:layout_height="wrap_content" |
12 | 12 | android:layout_alignParentRight="true" |
13 | 13 | android:layout_alignParentTop="true" |
| 14 | + android:layout_marginTop="-7dp" |
14 | 15 | android:maxHeight="4dp" |
15 | | - android:visibility="visible" |
16 | | - android:layout_marginTop="-6dp"/> |
| 16 | + android:visibility="visible" /> |
17 | 17 |
|
18 | 18 | <EditText |
19 | 19 | android:id="@+id/url" |
|
22 | 22 | android:layout_alignParentLeft="true" |
23 | 23 | android:layout_alignParentStart="true" |
24 | 24 | 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" |
26 | 29 | android:singleLine="true" |
27 | | - android:layout_marginLeft="6dp" |
28 | | - android:layout_marginStart="6dp" |
29 | | - android:translationZ="-6dp"/> |
| 30 | + android:translationZ="-6dp" /> |
30 | 31 |
|
31 | 32 | <WebView |
32 | 33 | android:id="@+id/webView" |
33 | 34 | android:layout_width="match_parent" |
34 | 35 | android:layout_height="match_parent" |
35 | | - android:layout_alignParentEnd="true" |
36 | 36 | android:layout_alignParentBottom="true" |
| 37 | + android:layout_alignParentEnd="true" |
37 | 38 | android:layout_alignParentRight="true" |
38 | 39 | android:layout_below="@+id/url" /> |
39 | 40 |
|
|
0 commit comments