| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="4" by="lint 2.4.0-alpha6"> |
| |
| <issue |
| id="DuplicateIds" |
| message="Duplicate id `@+id/off`, already defined earlier in this layout" |
| errorLine1=" android:id="@+id/off"" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="res/drawable-v21/ws_switch_thumb_material_anim.xml" |
| line="27" |
| column="9"/> |
| <location |
| file="res/drawable-v21/ws_switch_thumb_material_anim.xml" |
| line="19" |
| column="9"/> |
| </issue> |
| |
| <issue |
| id="ResourceAsColor" |
| message="Should pass resolved color instead of resource id here: `getResources().getColor(android.R.color.darker_gray)`" |
| errorLine1=" mCircleColor = ColorStateList.valueOf(android.R.color.darker_gray);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/android/support/wear/widget/CircledImageView.java" |
| line="148" |
| column="51"/> |
| </issue> |
| |
| <issue |
| id="WrongConstant" |
| message="Must be one or more of: Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END" |
| errorLine1=" + gravityToString(childGravity) + " but this " + TAG + " already has a "" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="java/android/support/v4/widget/DrawerLayout.java" |
| line="1075" |
| column="47"/> |
| </issue> |
| |
| </issues> |