changes:small comments fix
This commit is contained in:
parent
74257aad0d
commit
aaae3884a4
|
|
@ -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
|
* Starting in {@link android.os.Build.VERSION_CODES#LOLLIPOP}, the
|
||||||
* returned drawable will be styled for the specified Context's theme.
|
* 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
|
* Starting in {@link android.os.Build.VERSION_CODES#LOLLIPOP}, the
|
||||||
* returned drawable will be styled for the specified Context's theme.
|
* returned drawable will be styled for the specified Context's theme.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue