1<?xml version="1.0" encoding="UTF-8"?> 2<issues format="4" by="lint 3.0.0"> 3 4 <issue 5 id="RequiredSize" 6 message="The required `layout_width` attribute is missing" 7 errorLine1=" <View" 8 errorLine2=" ^"> 9 <location 10 file="src/main/res/layout/percent_frame_layout_activity_hpaddings.xml" 11 line="24" 12 column="5"/> 13 </issue> 14 15 <issue 16 id="RequiredSize" 17 message="The required `layout_width` attribute is missing" 18 errorLine1=" <View" 19 errorLine2=" ^"> 20 <location 21 file="src/main/res/layout/percent_frame_layout_activity_hpaddings.xml" 22 line="30" 23 column="5"/> 24 </issue> 25 26 <issue 27 id="RequiredSize" 28 message="The required `layout_height` attribute is missing" 29 errorLine1=" <View" 30 errorLine2=" ^"> 31 <location 32 file="src/main/res/layout/percent_frame_layout_activity_vpaddings.xml" 33 line="24" 34 column="5"/> 35 </issue> 36 37 <issue 38 id="RequiredSize" 39 message="The required `layout_height` attribute is missing" 40 errorLine1=" <View" 41 errorLine2=" ^"> 42 <location 43 file="src/main/res/layout/percent_frame_layout_activity_vpaddings.xml" 44 line="30" 45 column="5"/> 46 </issue> 47 48 <issue 49 id="RequiredSize" 50 message="The required `layout_width` attribute is missing" 51 errorLine1=" <View" 52 errorLine2=" ^"> 53 <location 54 file="src/main/res/layout/percent_relative_layout_activity_hpaddings.xml" 55 line="24" 56 column="5"/> 57 </issue> 58 59 <issue 60 id="RequiredSize" 61 message="The required `layout_width` attribute is missing" 62 errorLine1=" <View" 63 errorLine2=" ^"> 64 <location 65 file="src/main/res/layout/percent_relative_layout_activity_hpaddings.xml" 66 line="30" 67 column="5"/> 68 </issue> 69 70 <issue 71 id="RequiredSize" 72 message="The required `layout_height` attribute is missing" 73 errorLine1=" <View" 74 errorLine2=" ^"> 75 <location 76 file="src/main/res/layout/percent_relative_layout_activity_vpaddings.xml" 77 line="24" 78 column="5"/> 79 </issue> 80 81 <issue 82 id="RequiredSize" 83 message="The required `layout_height` attribute is missing" 84 errorLine1=" <View" 85 errorLine2=" ^"> 86 <location 87 file="src/main/res/layout/percent_relative_layout_activity_vpaddings.xml" 88 line="30" 89 column="5"/> 90 </issue> 91 92 <issue 93 id="RequiredSize" 94 message="The required `layout_width` and `layout_height` attributes are missing" 95 errorLine1=" <View" 96 errorLine2=" ^"> 97 <location 98 file="src/main/res/layout/simple_percent_frame_layout_activity.xml" 99 line="22" 100 column="5"/> 101 </issue> 102 103 <issue 104 id="RequiredSize" 105 message="The required `layout_width` and `layout_height` attributes are missing" 106 errorLine1=" <View" 107 errorLine2=" ^"> 108 <location 109 file="src/main/res/layout/simple_percent_frame_layout_activity.xml" 110 line="28" 111 column="5"/> 112 </issue> 113 114 <issue 115 id="RequiredSize" 116 message="The required `layout_width` and `layout_height` attributes are missing" 117 errorLine1=" <View" 118 errorLine2=" ^"> 119 <location 120 file="src/main/res/layout/simple_percent_relative_layout_activity.xml" 121 line="22" 122 column="5"/> 123 </issue> 124 125 <issue 126 id="RequiredSize" 127 message="The required `layout_width` and `layout_height` attributes are missing" 128 errorLine1=" <View" 129 errorLine2=" ^"> 130 <location 131 file="src/main/res/layout/simple_percent_relative_layout_activity.xml" 132 line="29" 133 column="5"/> 134 </issue> 135 136 <issue 137 id="AllowBackup" 138 message="On SDK version 23 and up, your app data will be automatically backed up and restored on app install. Consider adding the attribute `android:fullBackupContent` to specify an `@xml` resource which configures which files to backup. More info: https://developer.android.com/training/backup/autosyncapi.html" 139 errorLine1=" <application android:label="@string/activity_sample_code"" 140 errorLine2=" ^"> 141 <location 142 file="src/main/AndroidManifest.xml" 143 line="24" 144 column="5"/> 145 </issue> 146 147 <issue 148 id="AllowBackup" 149 message="Should explicitly set `android:allowBackup` to `true` or `false` (it's `true` by default, and that can have some security implications for the application's data)" 150 errorLine1=" <application android:label="@string/activity_sample_code"" 151 errorLine2=" ^"> 152 <location 153 file="src/main/AndroidManifest.xml" 154 line="24" 155 column="5"/> 156 </issue> 157 158 <issue 159 id="IconMissingDensityFolder" 160 message="Missing density variation folders in `src/main/res`: drawable-xhdpi, drawable-xxhdpi"> 161 <location 162 file="src/main/res"/> 163 </issue> 164 165 <issue 166 id="GoogleAppIndexingWarning" 167 message="App is not indexable by Google Search; consider adding at least one Activity with an ACTION-VIEW intent filter. See issue explanation for more details." 168 errorLine1=" <application android:label="@string/activity_sample_code"" 169 errorLine2=" ^"> 170 <location 171 file="src/main/AndroidManifest.xml" 172 line="24" 173 column="5"/> 174 </issue> 175 176 <issue 177 id="RtlHardcoded" 178 message="Use "`end`" instead of "`right`" to ensure correct behavior in right-to-left locales" 179 errorLine1=" android:layout_gravity="bottom|right"" 180 errorLine2=" ~~~~~~~~~~~~"> 181 <location 182 file="src/main/res/layout/include_percent_frame_layout_content.xml" 183 line="31" 184 column="33"/> 185 </issue> 186 187 <issue 188 id="RtlHardcoded" 189 message="Consider adding `android:paddingStart="48dip"` to better support right-to-left layouts" 190 errorLine1=" android:paddingLeft="48dip"" 191 errorLine2=" ~~~~~~~~~~~~~~~~~~~"> 192 <location 193 file="src/main/res/layout/percent_frame_layout_activity_hpaddings.xml" 194 line="22" 195 column="5"/> 196 </issue> 197 198 <issue 199 id="RtlHardcoded" 200 message="Consider adding `android:paddingEnd="64dip"` to better support right-to-left layouts" 201 errorLine1=" android:paddingRight="64dip">" 202 errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> 203 <location 204 file="src/main/res/layout/percent_frame_layout_activity_hpaddings.xml" 205 line="23" 206 column="5"/> 207 </issue> 208 209 <issue 210 id="RtlHardcoded" 211 message="Use "`start`" instead of "`left`" to ensure correct behavior in right-to-left locales" 212 errorLine1=" android:layout_gravity="left"" 213 errorLine2=" ~~~~"> 214 <location 215 file="src/main/res/layout/percent_frame_layout_activity_hpaddings.xml" 216 line="28" 217 column="33"/> 218 </issue> 219 220 <issue 221 id="RtlHardcoded" 222 message="Use "`end`" instead of "`right`" to ensure correct behavior in right-to-left locales" 223 errorLine1=" android:layout_gravity="right"" 224 errorLine2=" ~~~~~"> 225 <location 226 file="src/main/res/layout/percent_frame_layout_activity_hpaddings.xml" 227 line="34" 228 column="33"/> 229 </issue> 230 231 <issue 232 id="RtlHardcoded" 233 message="Consider adding `android:paddingStart="48dip"` to better support right-to-left layouts" 234 errorLine1=" android:paddingLeft="48dip"" 235 errorLine2=" ~~~~~~~~~~~~~~~~~~~"> 236 <location 237 file="src/main/res/layout/percent_relative_layout_activity_hpaddings.xml" 238 line="22" 239 column="5"/> 240 </issue> 241 242 <issue 243 id="RtlHardcoded" 244 message="Consider adding `android:paddingEnd="64dip"` to better support right-to-left layouts" 245 errorLine1=" android:paddingRight="64dip">" 246 errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> 247 <location 248 file="src/main/res/layout/percent_relative_layout_activity_hpaddings.xml" 249 line="23" 250 column="5"/> 251 </issue> 252 253 <issue 254 id="RtlHardcoded" 255 message="Consider adding `android:layout_alignParentStart="true"` to better support right-to-left layouts" 256 errorLine1=" android:layout_alignParentLeft="true"" 257 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 258 <location 259 file="src/main/res/layout/percent_relative_layout_activity_hpaddings.xml" 260 line="28" 261 column="9"/> 262 </issue> 263 264 <issue 265 id="RtlHardcoded" 266 message="Consider adding `android:layout_toEndOf="@id/child1"` to better support right-to-left layouts" 267 errorLine1=" android:layout_toRightOf="@id/child1"" 268 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> 269 <location 270 file="src/main/res/layout/percent_relative_layout_activity_hpaddings.xml" 271 line="34" 272 column="9"/> 273 </issue> 274 275 <issue 276 id="RtlHardcoded" 277 message="Use "`end`" instead of "`right`" to ensure correct behavior in right-to-left locales" 278 errorLine1=" android:layout_gravity="bottom|right"" 279 errorLine2=" ~~~~~~~~~~~~"> 280 <location 281 file="src/main/res/layout/simple_percent_frame_layout_activity.xml" 282 line="29" 283 column="33"/> 284 </issue> 285 286 <issue 287 id="RtlHardcoded" 288 message="Consider adding `android:layout_toEndOf="@id/left"` to better support right-to-left layouts" 289 errorLine1=" android:layout_toRightOf="@id/left"" 290 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> 291 <location 292 file="src/main/res/layout/simple_percent_relative_layout_activity.xml" 293 line="33" 294 column="9"/> 295 </issue> 296 297</issues> 298