Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <shape
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="line">
- <padding
- android:left="@dimen/activity_inner_margin_less_outer"
- android:right="@dimen/activity_inner_margin_less_outer"/>
- <stroke
- android:color="@android:color/black"
- android:width="1px"
- />
- </shape>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement