|
84 | 84 | android:layout_gravity="start|center" |
85 | 85 | android:src="@drawable/ic_info" |
86 | 86 | android:background="@null" |
87 | | - android:tint="?android:attr/colorAccent"/> |
| 87 | + android:tint="?attr/colorAccent"/> |
88 | 88 |
|
89 | 89 | <com.google.android.material.textview.MaterialTextView |
90 | 90 | android:layout_width="match_parent" |
|
93 | 93 | android:padding="10dp" |
94 | 94 | android:gravity="start" |
95 | 95 | android:text="@string/update_channel_instructions" |
96 | | - android:textColor="?android:attr/textColorPrimary" |
97 | 96 | android:textSize="15sp" /> |
98 | 97 | </LinearLayout> |
99 | 98 | </com.google.android.material.card.MaterialCardView> |
|
102 | 101 | android:layout_width="wrap_content" |
103 | 102 | android:layout_height="wrap_content" |
104 | 103 | android:text="@string/kernel_name" |
105 | | - android:textColor="?android:attr/textColorPrimary" |
106 | 104 | android:textSize="18sp" /> |
107 | 105 |
|
108 | 106 | <androidx.appcompat.widget.AppCompatEditText |
|
112 | 110 | android:background="@null" |
113 | 111 | android:cursorVisible="true" |
114 | 112 | android:hint="@string/add_here" |
115 | | - android:textColor="?android:attr/colorAccent" |
116 | | - android:textColorHint="?android:attr/colorAccent" |
| 113 | + android:textColor="?attr/colorAccent" |
| 114 | + android:textColorHint="?attr/colorAccent" |
117 | 115 | android:inputType="textMultiLine|textImeMultiLine|textNoSuggestions" |
118 | 116 | android:layout_marginBottom="10dp" |
119 | 117 | android:textSize="15sp" /> |
|
122 | 120 | android:layout_width="wrap_content" |
123 | 121 | android:layout_height="wrap_content" |
124 | 122 | android:text="@string/kernel_version" |
125 | | - android:textColor="?android:attr/textColorPrimary" |
126 | 123 | android:textSize="18sp" /> |
127 | 124 |
|
128 | 125 | <androidx.appcompat.widget.AppCompatEditText |
|
132 | 129 | android:background="@null" |
133 | 130 | android:cursorVisible="true" |
134 | 131 | android:hint="@string/add_here" |
135 | | - android:textColor="?android:attr/colorAccent" |
136 | | - android:textColorHint="?android:attr/colorAccent" |
| 132 | + android:textColor="?attr/colorAccent" |
| 133 | + android:textColorHint="?attr/colorAccent" |
137 | 134 | android:inputType="textMultiLine|textImeMultiLine|textNoSuggestions" |
138 | 135 | android:layout_marginBottom="10dp" |
139 | 136 | android:textSize="15sp" /> |
|
142 | 139 | android:layout_width="wrap_content" |
143 | 140 | android:layout_height="wrap_content" |
144 | 141 | android:text="@string/download_link" |
145 | | - android:textColor="?android:attr/textColorPrimary" |
146 | 142 | android:textSize="18sp" /> |
147 | 143 |
|
148 | 144 | <androidx.appcompat.widget.AppCompatEditText |
|
152 | 148 | android:background="@null" |
153 | 149 | android:cursorVisible="true" |
154 | 150 | android:hint="@string/add_here" |
155 | | - android:textColor="?android:attr/colorAccent" |
156 | | - android:textColorHint="?android:attr/colorAccent" |
| 151 | + android:textColor="?attr/colorAccent" |
| 152 | + android:textColorHint="?attr/colorAccent" |
157 | 153 | android:inputType="textMultiLine|textImeMultiLine|textNoSuggestions" |
158 | 154 | android:layout_marginBottom="10dp" |
159 | 155 | android:textSize="15sp" /> |
|
162 | 158 | android:layout_width="wrap_content" |
163 | 159 | android:layout_height="wrap_content" |
164 | 160 | android:text="@string/change_logs" |
165 | | - android:textColor="?android:attr/textColorPrimary" |
166 | 161 | android:textSize="18sp" /> |
167 | 162 |
|
168 | 163 | <androidx.appcompat.widget.AppCompatEditText |
|
172 | 167 | android:background="@null" |
173 | 168 | android:cursorVisible="true" |
174 | 169 | android:hint="@string/add_here" |
175 | | - android:textColor="?android:attr/colorAccent" |
176 | | - android:textColorHint="?android:attr/colorAccent" |
| 170 | + android:textColor="?attr/colorAccent" |
| 171 | + android:textColorHint="?attr/colorAccent" |
177 | 172 | android:inputType="textMultiLine|textImeMultiLine|textNoSuggestions" |
178 | 173 | android:layout_marginBottom="10dp" |
179 | 174 | android:textSize="15sp" /> |
|
182 | 177 | android:layout_width="wrap_content" |
183 | 178 | android:layout_height="wrap_content" |
184 | 179 | android:text="@string/sha1" |
185 | | - android:textColor="?android:attr/textColorPrimary" |
186 | 180 | android:textSize="18sp" /> |
187 | 181 |
|
188 | 182 | <androidx.appcompat.widget.AppCompatEditText |
|
192 | 186 | android:background="@null" |
193 | 187 | android:cursorVisible="true" |
194 | 188 | android:hint="@string/add_here" |
195 | | - android:textColor="?android:attr/colorAccent" |
196 | | - android:textColorHint="?android:attr/colorAccent" |
| 189 | + android:textColor="?attr/colorAccent" |
| 190 | + android:textColorHint="?attr/colorAccent" |
197 | 191 | android:inputType="textMultiLine|textImeMultiLine|textNoSuggestions" |
198 | 192 | android:layout_marginBottom="10dp" |
199 | 193 | android:textSize="15sp" /> |
|
202 | 196 | android:layout_width="wrap_content" |
203 | 197 | android:layout_height="wrap_content" |
204 | 198 | android:text="@string/support_group" |
205 | | - android:textColor="?android:attr/textColorPrimary" |
206 | 199 | android:textSize="18sp" /> |
207 | 200 |
|
208 | 201 | <androidx.appcompat.widget.AppCompatEditText |
|
212 | 205 | android:background="@null" |
213 | 206 | android:cursorVisible="true" |
214 | 207 | android:hint="@string/add_here" |
215 | | - android:textColor="?android:attr/colorAccent" |
216 | | - android:textColorHint="?android:attr/colorAccent" |
| 208 | + android:textColor="?attr/colorAccent" |
| 209 | + android:textColorHint="?attr/colorAccent" |
217 | 210 | android:inputType="textMultiLine|textImeMultiLine|textNoSuggestions" |
218 | 211 | android:layout_marginBottom="10dp" |
219 | 212 | android:textSize="15sp" /> |
|
222 | 215 | android:layout_width="wrap_content" |
223 | 216 | android:layout_height="wrap_content" |
224 | 217 | android:text="@string/donation_link" |
225 | | - android:textColor="?android:attr/textColorPrimary" |
226 | 218 | android:textSize="18sp" /> |
227 | 219 |
|
228 | 220 | <androidx.appcompat.widget.AppCompatEditText |
|
232 | 224 | android:background="@null" |
233 | 225 | android:cursorVisible="true" |
234 | 226 | android:hint="@string/add_here" |
235 | | - android:textColor="?android:attr/colorAccent" |
236 | | - android:textColorHint="?android:attr/colorAccent" |
| 227 | + android:textColor="?attr/colorAccent" |
| 228 | + android:textColorHint="?attr/colorAccent" |
237 | 229 | android:inputType="textMultiLine|textImeMultiLine|textNoSuggestions" |
238 | 230 | android:layout_marginBottom="10dp" |
239 | 231 | android:textSize="15sp" /> |
|
0 commit comments