Advertisement
Ankhwatcher

list_divider

Aug 22nd, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.38 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <shape
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.    android:shape="line">
  5.     <padding
  6.        android:left="@dimen/activity_inner_margin_less_outer"
  7.        android:right="@dimen/activity_inner_margin_less_outer"/>
  8.     <stroke
  9.        android:color="@android:color/black"
  10.        android:width="1px"
  11.        />
  12.  
  13. </shape>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement