|
16 | 16 | android:layout_marginBottom="16dp"
|
17 | 17 | android:src="@drawable/firebase_lockup_400"/>
|
18 | 18 |
|
19 |
| - <TextView |
20 |
| - style="@style/TextAppearance.AppCompat.Medium" |
21 |
| - android:layout_width="wrap_content" |
22 |
| - android:layout_height="wrap_content" |
23 |
| - android:layout_marginBottom="8dp" |
24 |
| - android:text="@string/title_receive"/> |
25 |
| - |
26 |
| - <TextView |
27 |
| - android:id="@+id/linkViewReceive" |
28 |
| - android:layout_width="wrap_content" |
29 |
| - android:layout_height="wrap_content" |
30 |
| - android:autoLink="web" |
31 |
| - android:text="@string/msg_no_deep_link"/> |
32 |
| - |
33 |
| - <TextView |
34 |
| - style="@style/TextAppearance.AppCompat.Medium" |
35 |
| - android:layout_width="wrap_content" |
36 |
| - android:layout_height="wrap_content" |
37 |
| - android:layout_marginBottom="8dp" |
38 |
| - android:layout_marginTop="24dp" |
39 |
| - android:text="@string/title_send"/> |
40 |
| - |
41 |
| - <TextView |
42 |
| - android:id="@+id/linkViewSend" |
43 |
| - android:layout_width="wrap_content" |
44 |
| - android:layout_height="wrap_content" |
45 |
| - tools:text="https://abc.xyz/foo"/> |
46 |
| - |
47 |
| - <Button |
48 |
| - android:id="@+id/buttonShare" |
49 |
| - android:layout_width="@dimen/standard_field_width" |
50 |
| - android:layout_height="wrap_content" |
51 |
| - android:text="@string/share" /> |
| 19 | + <LinearLayout |
| 20 | + android:layout_width="match_parent" |
| 21 | + android:layout_height="80dp" |
| 22 | + android:orientation="vertical"> |
| 23 | + <TextView |
| 24 | + style="@style/TextAppearance.AppCompat.Medium" |
| 25 | + android:layout_width="wrap_content" |
| 26 | + android:layout_height="wrap_content" |
| 27 | + android:layout_marginBottom="8dp" |
| 28 | + android:text="@string/title_receive" /> |
| 29 | + <TextView |
| 30 | + android:id="@+id/linkViewReceive" |
| 31 | + android:layout_width="wrap_content" |
| 32 | + android:layout_height="wrap_content" |
| 33 | + android:autoLink="web" |
| 34 | + android:text="@string/msg_no_deep_link" /> |
| 35 | + </LinearLayout> |
| 36 | + <LinearLayout |
| 37 | + android:layout_width="match_parent" |
| 38 | + android:layout_height="164dp" |
| 39 | + android:orientation="vertical"> |
| 40 | + <TextView |
| 41 | + style="@style/TextAppearance.AppCompat.Medium" |
| 42 | + android:layout_width="wrap_content" |
| 43 | + android:layout_height="wrap_content" |
| 44 | + android:layout_marginTop="24dp" |
| 45 | + android:layout_marginBottom="8dp" |
| 46 | + android:text="@string/dynamic_link" /> |
| 47 | + <TextView |
| 48 | + android:id="@+id/linkViewSend" |
| 49 | + android:layout_width="wrap_content" |
| 50 | + android:layout_height="wrap_content" |
| 51 | + tools:text="https://abc.xyz/foo" /> |
| 52 | + <Button |
| 53 | + android:id="@+id/buttonShare" |
| 54 | + android:layout_width="match_parent" |
| 55 | + android:layout_height="wrap_content" |
| 56 | + android:text="@string/share_dynamic_link" /> |
| 57 | + </LinearLayout> |
| 58 | + <LinearLayout |
| 59 | + android:layout_width="match_parent" |
| 60 | + android:layout_height="169dp" |
| 61 | + android:orientation="vertical"> |
| 62 | + <TextView |
| 63 | + android:id="@+id/textView" |
| 64 | + style="@style/TextAppearance.AppCompat.Medium" |
| 65 | + android:layout_width="match_parent" |
| 66 | + android:layout_height="wrap_content" |
| 67 | + android:layout_marginTop="24dp" |
| 68 | + android:layout_marginBottom="8dp" |
| 69 | + android:text="@string/short_dynamic_link" /> |
| 70 | + <TextView |
| 71 | + android:id="@+id/shortLinkViewSend" |
| 72 | + android:layout_width="match_parent" |
| 73 | + android:layout_height="wrap_content" |
| 74 | + tools:text="https://abc.xyz/foo" /> |
| 75 | + <Button |
| 76 | + android:id="@+id/buttonShareShortLink" |
| 77 | + android:layout_width="match_parent" |
| 78 | + android:layout_height="wrap_content" |
| 79 | + android:text="@string/share_short_link" /> |
| 80 | + </LinearLayout> |
52 | 81 | </LinearLayout>
|
0 commit comments