Android Horizontal line View divider Posted by Sapan Dang on March 18, 2018 Get link Facebook Twitter Pinterest Email Other Apps Many time we need a simple line to divide our content in the view. Here the View for the simple horizontal line to divide our content. <View android:layout_width="fill_parent" android:layout_height="2dp" android:background="#c0c0c0"/>; Comments
Comments
Post a Comment