Advertisement
ebergar

Untitled

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