|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 |
|
3 | 3 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
4 |
| - android:layout_width="match_parent" |
5 |
| - android:layout_height="match_parent" |
6 |
| - android:layout_gravity="fill" |
7 |
| - android:orientation="vertical" |
8 |
| - android:background="#AA000000" |
9 |
| - android:paddingBottom="8dip" |
10 |
| - android:paddingLeft="16dip" |
11 |
| - android:paddingStart="16dip" |
12 |
| - android:paddingRight="16dip" |
13 |
| - android:paddingEnd="16dip" |
14 |
| - android:paddingTop="8dip" |
15 |
| - > |
| 4 | + android:layout_width="match_parent" |
| 5 | + android:layout_height="match_parent" |
| 6 | + android:layout_gravity="fill" |
| 7 | + android:orientation="vertical" |
| 8 | + android:background="#AA000000" |
| 9 | + android:paddingBottom="8dip" |
| 10 | + android:paddingLeft="16dip" |
| 11 | + android:paddingStart="16dip" |
| 12 | + android:paddingRight="16dip" |
| 13 | + android:paddingEnd="16dip" |
| 14 | + android:paddingTop="8dip" |
| 15 | + > |
16 | 16 |
|
17 | 17 | <EditText
|
18 |
| - android:id="@+id/titleEdit" |
19 |
| - android:layout_width="fill_parent" |
20 |
| - android:layout_height="wrap_content" |
21 |
| - android:scrollHorizontally="false" |
22 |
| - android:singleLine="true" |
23 |
| - android:hint="@string/share_title_hint" |
24 |
| - android:imeOptions="flagNoExtractUi" |
25 |
| - /> |
| 18 | + android:id="@+id/titleEdit" |
| 19 | + android:layout_width="fill_parent" |
| 20 | + android:layout_height="wrap_content" |
| 21 | + android:scrollHorizontally="false" |
| 22 | + android:singleLine="true" |
| 23 | + android:hint="@string/share_title_hint" |
| 24 | + android:imeOptions="flagNoExtractUi" |
| 25 | + /> |
26 | 26 |
|
27 | 27 | <EditText
|
28 |
| - android:id="@+id/descEdit" |
29 |
| - android:layout_width="fill_parent" |
30 |
| - android:layout_height="wrap_content" |
31 |
| - android:inputType="textMultiLine" |
32 |
| - android:hint="@string/share_description_hint" |
33 |
| - android:imeOptions="flagNoExtractUi" |
34 |
| - /> |
| 28 | + android:id="@+id/descEdit" |
| 29 | + android:layout_width="fill_parent" |
| 30 | + android:layout_height="wrap_content" |
| 31 | + android:inputType="textMultiLine" |
| 32 | + android:hint="@string/share_description_hint" |
| 33 | + android:imeOptions="flagNoExtractUi" |
| 34 | + /> |
| 35 | + |
| 36 | + <Button |
| 37 | + android:text="@string/use_previous" |
| 38 | + android:background="@android:color/transparent" |
| 39 | + android:layout_width="match_parent" |
| 40 | + android:layout_height="wrap_content" |
| 41 | + android:id="@+id/titleDescButton" /> |
| 42 | + |
35 | 43 | <TextView
|
36 |
| - android:layout_width="wrap_content" |
37 |
| - android:layout_height="wrap_content" |
38 |
| - android:text="@string/share_license_summary" |
39 |
| - android:id="@+id/share_license_summary" |
40 |
| - android:layout_gravity="center" |
41 |
| - android:layout_marginTop="16dp"/> |
| 44 | + android:layout_width="wrap_content" |
| 45 | + android:layout_height="wrap_content" |
| 46 | + android:text="@string/share_license_summary" |
| 47 | + android:id="@+id/share_license_summary" |
| 48 | + android:gravity="center" |
| 49 | + android:layout_marginTop="16dp"/> |
42 | 50 | </LinearLayout>
|
0 commit comments