thieumao

Draw Line Android

Feb 20th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.52 KB | None | 0 0
  1.                     <include layout="@layout/layout_line_break"/>
  2.  
  3. _____
  4.  
  5.  
  6. <?xml version="1.0" encoding="utf-8"?>
  7. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  8.              android:layout_width="match_parent"
  9.              android:layout_height="@dimen/size_1"
  10.              android:layout_marginLeft="@dimen/margin_padding_6"
  11.              android:layout_marginRight="@dimen/margin_padding_6"
  12.              android:background="@color/colorLineBreak"
  13.              android:orientation="vertical"/>
Advertisement
Add Comment
Please, Sign In to add comment