Advertisement
ebergar

Untitled

Mar 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.44 KB | None | 0 0
  1. <!-- R.layout.view_dark_list_item -->
  2. <?xml version="1.0" encoding="utf-8"?>
  3. <com.awakemobile.myapplication.views.ListItemView
  4.   xmlns:android="http://schemas.android.com/apk/res/android"
  5.   android:layout_width="match_parent"
  6.   android:layout_height="wrap_content"
  7.   android:background="@android:color/black"
  8.   android:paddingRight="@dimen/view_list_item_right_padding"
  9.   android:paddingLeft="@dimen/view_list_item_left_padding" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement