|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <issues format="4" by="lint 2.3.0-alpha2">
|
3 | 3 |
|
| 4 | + <issue |
| 5 | + id="RtlEnabled" |
| 6 | + severity="Error" |
| 7 | + message="The project references RTL attributes, but does not explicitly enable or disable RTL support with `android:supportsRtl` in the manifest" |
| 8 | + category="Internationalization:Bidirectional Text" |
| 9 | + priority="3" |
| 10 | + summary="Using RTL attributes without enabling RTL support" |
| 11 | + explanation="To enable right-to-left support, when running on API 17 and higher, you must set the `android:supportsRtl` attribute in the manifest `<application>` element. If you have started adding RTL attributes, but have not yet finished the migration, you can set the attribute to false to satisfy this lint check."> |
| 12 | + <location file="src/main/AndroidManifest.xml"/> |
| 13 | + </issue> |
| 14 | + |
4 | 15 | <issue
|
5 | 16 | id="UnusedIds"
|
6 | 17 | message="The resource `R.id.facebook_button` appears to be unused"
|
7 | 18 | errorLine1=" android:id="@+id/facebook_button"/>
|
8 | 19 | "
|
9 | 20 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
10 | 21 | <location
|
11 |
| - file="src\main\res\layout\idp_button_facebook.xml" |
| 22 | + file="src/main/res/layout/idp_button_facebook.xml" |
12 | 23 | line="5"
|
13 | 24 | column="5"/>
|
14 | 25 | </issue>
|
|
20 | 31 | "
|
21 | 32 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
22 | 33 | <location
|
23 |
| - file="src\main\res\layout\idp_button_google.xml" |
| 34 | + file="src/main/res/layout/idp_button_google.xml" |
24 | 35 | line="5"
|
25 | 36 | column="5"/>
|
26 | 37 | </issue>
|
|
32 | 43 | "
|
33 | 44 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
34 | 45 | <location
|
35 |
| - file="src\main\res\layout\idp_button_twitter.xml" |
| 46 | + file="src/main/res/layout/idp_button_twitter.xml" |
36 | 47 | line="5"
|
37 | 48 | column="5"/>
|
38 | 49 | </issue>
|
|
44 | 55 | "
|
45 | 56 | errorLine2=" ^">
|
46 | 57 | <location
|
47 |
| - file="src\main\res\layout\register_email_layout.xml" |
| 58 | + file="src/main/res/layout/register_email_layout.xml" |
48 | 59 | line="79"
|
49 | 60 | column="9"/>
|
50 | 61 | </issue>
|
|
56 | 67 | "
|
57 | 68 | errorLine2=" ^">
|
58 | 69 | <location
|
59 |
| - file="src\main\res\layout\welcome_back_idp_prompt_layout.xml" |
| 70 | + file="src/main/res/layout/welcome_back_idp_prompt_layout.xml" |
60 | 71 | line="16"
|
61 | 72 | column="5"/>
|
62 | 73 | </issue>
|
|
68 | 79 | "
|
69 | 80 | errorLine2=" ^">
|
70 | 81 | <location
|
71 |
| - file="src\main\res\layout\welcome_back_password_prompt_layout.xml" |
| 82 | + file="src/main/res/layout/welcome_back_password_prompt_layout.xml" |
72 | 83 | line="15"
|
73 | 84 | column="5"/>
|
74 | 85 | </issue>
|
|
0 commit comments