changes:small comments fix

This commit is contained in:
Alexander Bubnov 2016-12-28 10:24:55 +03:00
parent 74257aad0d
commit aaae3884a4
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ public class BindableViewHolder extends RecyclerView.ViewHolder implements Lifec
}
/**
* Returns a color state list object associated with a particular resource ID.
* Returns a drawable object associated with a particular resource ID.
* Starting in {@link android.os.Build.VERSION_CODES#LOLLIPOP}, the
* returned drawable will be styled for the specified Context's theme.
*
@ -124,7 +124,7 @@ public class BindableViewHolder extends RecyclerView.ViewHolder implements Lifec
}
/**
* Returns a drawable object associated with a particular resource ID.
* Returns a color state list object associated with a particular resource ID.
* Starting in {@link android.os.Build.VERSION_CODES#LOLLIPOP}, the
* returned drawable will be styled for the specified Context's theme.
*