<?xml version="1.0" encoding="UTF-8"?> <issues format="4" by="lint 3.0.0"> <issue id="RequiredSize" message="The required `layout_width` attribute is missing" errorLine1=" <View" errorLine2=" ^"> <location file="src/main/res/layout/percent_frame_layout_activity_hpaddings.xml" line="24" column="5"/> </issue> <issue id="RequiredSize" message="The required `layout_width` attribute is missing" errorLine1=" <View" errorLine2=" ^"> <location file="src/main/res/layout/percent_frame_layout_activity_hpaddings.xml" line="30" column="5"/> </issue> <issue id="RequiredSize" message="The required `layout_height` attribute is missing" errorLine1=" <View" errorLine2=" ^"> <location file="src/main/res/layout/percent_frame_layout_activity_vpaddings.xml" line="24" column="5"/> </issue> <issue id="RequiredSize" message="The required `layout_height` attribute is missing" errorLine1=" <View" errorLine2=" ^"> <location file="src/main/res/layout/percent_frame_layout_activity_vpaddings.xml" line="30" column="5"/> </issue> <issue id="RequiredSize" message="The required `layout_width` attribute is missing" errorLine1=" <View" errorLine2=" ^"> <location file="src/main/res/layout/percent_relative_layout_activity_hpaddings.xml" line="24" column="5"/> </issue> <issue id="RequiredSize" message="The required `layout_width` attribute is missing" errorLine1=" <View" errorLine2=" ^"> <location file="src/main/res/layout/percent_relative_layout_activity_hpaddings.xml" line="30" column="5"/> </issue> <issue id="RequiredSize" message="The required `layout_height` attribute is missing" errorLine1=" <View" errorLine2=" ^"> <location file="src/main/res/layout/percent_relative_layout_activity_vpaddings.xml" line="24" column="5"/> </issue> <issue id="RequiredSize" message="The required `layout_height` attribute is missing" errorLine1=" <View" errorLine2=" ^"> <location file="src/main/res/layout/percent_relative_layout_activity_vpaddings.xml" line="30" column="5"/> </issue> <issue id="RequiredSize" message="The required `layout_width` and `layout_height` attributes are missing" errorLine1=" <View" errorLine2=" ^"> <location file="src/main/res/layout/simple_percent_frame_layout_activity.xml" line="22" column="5"/> </issue> <issue id="RequiredSize" message="The required `layout_width` and `layout_height` attributes are missing" errorLine1=" <View" errorLine2=" ^"> <location file="src/main/res/layout/simple_percent_frame_layout_activity.xml" line="28" column="5"/> </issue> <issue id="RequiredSize" message="The required `layout_width` and `layout_height` attributes are missing" errorLine1=" <View" errorLine2=" ^"> <location file="src/main/res/layout/simple_percent_relative_layout_activity.xml" line="22" column="5"/> </issue> <issue id="RequiredSize" message="The required `layout_width` and `layout_height` attributes are missing" errorLine1=" <View" errorLine2=" ^"> <location file="src/main/res/layout/simple_percent_relative_layout_activity.xml" line="29" column="5"/> </issue> <issue id="AllowBackup" 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" errorLine1=" <application android:label="@string/activity_sample_code"" errorLine2=" ^"> <location file="src/main/AndroidManifest.xml" line="24" column="5"/> </issue> <issue id="AllowBackup" 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)" errorLine1=" <application android:label="@string/activity_sample_code"" errorLine2=" ^"> <location file="src/main/AndroidManifest.xml" line="24" column="5"/> </issue> <issue id="IconMissingDensityFolder" message="Missing density variation folders in `src/main/res`: drawable-xhdpi, drawable-xxhdpi"> <location file="src/main/res"/> </issue> <issue id="GoogleAppIndexingWarning" 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." errorLine1=" <application android:label="@string/activity_sample_code"" errorLine2=" ^"> <location file="src/main/AndroidManifest.xml" line="24" column="5"/> </issue> <issue id="RtlHardcoded" message="Use "`end`" instead of "`right`" to ensure correct behavior in right-to-left locales" errorLine1=" android:layout_gravity="bottom|right"" errorLine2=" ~~~~~~~~~~~~"> <location file="src/main/res/layout/include_percent_frame_layout_content.xml" line="31" column="33"/> </issue> <issue id="RtlHardcoded" message="Consider adding `android:paddingStart="48dip"` to better support right-to-left layouts" errorLine1=" android:paddingLeft="48dip"" errorLine2=" ~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/layout/percent_frame_layout_activity_hpaddings.xml" line="22" column="5"/> </issue> <issue id="RtlHardcoded" message="Consider adding `android:paddingEnd="64dip"` to better support right-to-left layouts" errorLine1=" android:paddingRight="64dip">" errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/layout/percent_frame_layout_activity_hpaddings.xml" line="23" column="5"/> </issue> <issue id="RtlHardcoded" message="Use "`start`" instead of "`left`" to ensure correct behavior in right-to-left locales" errorLine1=" android:layout_gravity="left"" errorLine2=" ~~~~"> <location file="src/main/res/layout/percent_frame_layout_activity_hpaddings.xml" line="28" column="33"/> </issue> <issue id="RtlHardcoded" message="Use "`end`" instead of "`right`" to ensure correct behavior in right-to-left locales" errorLine1=" android:layout_gravity="right"" errorLine2=" ~~~~~"> <location file="src/main/res/layout/percent_frame_layout_activity_hpaddings.xml" line="34" column="33"/> </issue> <issue id="RtlHardcoded" message="Consider adding `android:paddingStart="48dip"` to better support right-to-left layouts" errorLine1=" android:paddingLeft="48dip"" errorLine2=" ~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/layout/percent_relative_layout_activity_hpaddings.xml" line="22" column="5"/> </issue> <issue id="RtlHardcoded" message="Consider adding `android:paddingEnd="64dip"` to better support right-to-left layouts" errorLine1=" android:paddingRight="64dip">" errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/layout/percent_relative_layout_activity_hpaddings.xml" line="23" column="5"/> </issue> <issue id="RtlHardcoded" message="Consider adding `android:layout_alignParentStart="true"` to better support right-to-left layouts" errorLine1=" android:layout_alignParentLeft="true"" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/layout/percent_relative_layout_activity_hpaddings.xml" line="28" column="9"/> </issue> <issue id="RtlHardcoded" message="Consider adding `android:layout_toEndOf="@id/child1"` to better support right-to-left layouts" errorLine1=" android:layout_toRightOf="@id/child1"" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/layout/percent_relative_layout_activity_hpaddings.xml" line="34" column="9"/> </issue> <issue id="RtlHardcoded" message="Use "`end`" instead of "`right`" to ensure correct behavior in right-to-left locales" errorLine1=" android:layout_gravity="bottom|right"" errorLine2=" ~~~~~~~~~~~~"> <location file="src/main/res/layout/simple_percent_frame_layout_activity.xml" line="29" column="33"/> </issue> <issue id="RtlHardcoded" message="Consider adding `android:layout_toEndOf="@id/left"` to better support right-to-left layouts" errorLine1=" android:layout_toRightOf="@id/left"" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="src/main/res/layout/simple_percent_relative_layout_activity.xml" line="33" column="9"/> </issue> </issues>