|
41 | 41 | /> |
42 | 42 |
|
43 | 43 | <RelativeLayout |
44 | | - android:id="@+id/developersView" |
| 44 | + android:id="@+id/supportView" |
45 | 45 | android:layout_width="match_parent" |
46 | 46 | android:layout_height="wrap_content" |
47 | | - android:background="?attr/selectableItemBackground" |
| 47 | + android:background="?android:selectableItemBackground" |
48 | 48 | android:clickable="true" |
49 | 49 | android:focusable="true" |
50 | 50 | android:paddingBottom="8dp" |
|
54 | 54 | > |
55 | 55 |
|
56 | 56 | <ru.fantlab.android.ui.widgets.ForegroundImageView |
57 | | - android:id="@+id/developersIcon" |
| 57 | + android:id="@+id/supportIcon" |
58 | 58 | android:layout_width="24dp" |
59 | | - android:layout_height="wrap_content" |
| 59 | + android:layout_height="24dp" |
60 | 60 | android:layout_marginEnd="16dp" |
61 | | - android:src="@drawable/ic_person" |
| 61 | + android:src="@drawable/ic_email" |
62 | 62 | app:tint="?android:attr/textColorSecondary" |
63 | 63 | style="@style/TextAppearance.AppCompat.Caption" |
64 | 64 | /> |
65 | 65 |
|
66 | 66 | <ru.fantlab.android.ui.widgets.FontTextView |
67 | | - android:id="@+id/developersTitle" |
| 67 | + android:id="@+id/supportTitle" |
68 | 68 | android:layout_width="wrap_content" |
69 | 69 | android:layout_height="wrap_content" |
70 | | - android:layout_toEndOf="@+id/developersIcon" |
71 | | - android:text="@string/developers" |
| 70 | + android:layout_toEndOf="@+id/supportIcon" |
| 71 | + android:text="@string/support" |
72 | 72 | app:drawableColor="?android:attr/textColorSecondary" |
73 | 73 | style="@style/TextAppearance.AppCompat" |
74 | 74 | /> |
75 | 75 |
|
76 | 76 | <ru.fantlab.android.ui.widgets.FontTextView |
77 | | - android:id="@+id/developersText" |
| 77 | + android:id="@+id/supportText" |
78 | 78 | android:layout_width="wrap_content" |
79 | 79 | android:layout_height="wrap_content" |
80 | | - android:layout_below="@+id/developersTitle" |
81 | | - android:layout_toEndOf="@+id/developersIcon" |
82 | | - android:text="@string/developers_names" |
| 80 | + android:layout_below="@+id/supportTitle" |
| 81 | + android:layout_toEndOf="@+id/supportIcon" |
| 82 | + android:text="@string/support_email" |
83 | 83 | app:drawableColor="?android:attr/textColorSecondary" |
84 | 84 | style="@style/TextAppearance.AppCompat.Caption" |
85 | 85 | /> |
|
132 | 132 |
|
133 | 133 | </RelativeLayout> |
134 | 134 |
|
| 135 | + <RelativeLayout |
| 136 | + android:id="@+id/developersView" |
| 137 | + android:layout_width="match_parent" |
| 138 | + android:layout_height="wrap_content" |
| 139 | + android:background="?attr/selectableItemBackground" |
| 140 | + android:clickable="true" |
| 141 | + android:focusable="true" |
| 142 | + android:paddingBottom="8dp" |
| 143 | + android:paddingEnd="16dp" |
| 144 | + android:paddingStart="16dp" |
| 145 | + android:paddingTop="8dp" |
| 146 | + > |
| 147 | + |
| 148 | + <ru.fantlab.android.ui.widgets.ForegroundImageView |
| 149 | + android:id="@+id/developersIcon" |
| 150 | + android:layout_width="24dp" |
| 151 | + android:layout_height="wrap_content" |
| 152 | + android:layout_marginEnd="16dp" |
| 153 | + android:src="@drawable/ic_person" |
| 154 | + app:tint="?android:attr/textColorSecondary" |
| 155 | + style="@style/TextAppearance.AppCompat.Caption" |
| 156 | + /> |
| 157 | + |
| 158 | + <ru.fantlab.android.ui.widgets.FontTextView |
| 159 | + android:id="@+id/developersTitle" |
| 160 | + android:layout_width="wrap_content" |
| 161 | + android:layout_height="wrap_content" |
| 162 | + android:layout_toEndOf="@+id/developersIcon" |
| 163 | + android:text="@string/developers" |
| 164 | + app:drawableColor="?android:attr/textColorSecondary" |
| 165 | + style="@style/TextAppearance.AppCompat" |
| 166 | + /> |
| 167 | + |
| 168 | + <ru.fantlab.android.ui.widgets.FontTextView |
| 169 | + android:id="@+id/developersText" |
| 170 | + android:layout_width="wrap_content" |
| 171 | + android:layout_height="wrap_content" |
| 172 | + android:layout_below="@+id/developersTitle" |
| 173 | + android:layout_toEndOf="@+id/developersIcon" |
| 174 | + android:text="@string/developers_names" |
| 175 | + app:drawableColor="?android:attr/textColorSecondary" |
| 176 | + style="@style/TextAppearance.AppCompat.Caption" |
| 177 | + /> |
| 178 | + |
| 179 | + </RelativeLayout> |
135 | 180 |
|
136 | 181 | <RelativeLayout |
137 | 182 | android:id="@+id/githubView" |
|
0 commit comments