|
36 | 36 | android:text="@string/email"/> |
37 | 37 |
|
38 | 38 | <TextView |
39 | | - android:id="@+id/about_invite" |
| 39 | + android:id="@+id/about_more_apps" |
40 | 40 | android:layout_width="match_parent" |
41 | 41 | android:layout_height="wrap_content" |
42 | 42 | android:layout_below="@+id/about_email" |
43 | 43 | android:paddingBottom="@dimen/activity_margin" |
44 | 44 | android:paddingTop="@dimen/activity_margin" |
| 45 | + android:text="@string/more_apps_underlined" |
| 46 | + android:textColor="@color/colorPrimary"/> |
| 47 | + |
| 48 | + <TextView |
| 49 | + android:id="@+id/about_invite" |
| 50 | + android:layout_width="match_parent" |
| 51 | + android:layout_height="wrap_content" |
| 52 | + android:layout_below="@+id/about_more_apps" |
| 53 | + android:paddingBottom="@dimen/activity_margin" |
| 54 | + android:paddingTop="@dimen/activity_margin" |
45 | 55 | android:text="@string/invite_friends_underlined" |
46 | 56 | android:textColor="@color/colorPrimary"/> |
47 | 57 |
|
|
66 | 76 | android:textColor="@color/colorPrimary"/> |
67 | 77 |
|
68 | 78 | <TextView |
69 | | - android:id="@+id/about_follow_us" |
| 79 | + android:id="@+id/about_donate" |
70 | 80 | android:layout_width="match_parent" |
71 | 81 | android:layout_height="wrap_content" |
72 | 82 | android:layout_below="@+id/about_license" |
| 83 | + android:paddingBottom="@dimen/activity_margin" |
| 84 | + android:paddingTop="@dimen/activity_margin" |
| 85 | + android:text="@string/donate_underlined" |
| 86 | + android:textColor="@color/colorPrimary"/> |
| 87 | + |
| 88 | + <TextView |
| 89 | + android:id="@+id/about_follow_us" |
| 90 | + android:layout_width="match_parent" |
| 91 | + android:layout_height="wrap_content" |
| 92 | + android:layout_below="@+id/about_donate" |
73 | 93 | android:paddingBottom="@dimen/social_padding" |
74 | 94 | android:paddingTop="@dimen/activity_margin" |
75 | 95 | android:text="@string/follow_us"/> |
|
0 commit comments