Advertisement
ebergar

Untitled

Mar 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. public ListItemView(@NonNull Context context) {
  2. //…
  3. item.setPadding(?, ?, ?,
  4.     getBaseContext().
  5.         getResources().
  6.         getDimension(R.dimen.view_list_item_right_padding));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement