Advertisement
MrBrohid

custom_list_recyclerview

Oct 12th, 2018
15,360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.61 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.    android:layout_width="match_parent"
  5.    android:layout_height="wrap_content"
  6.    android:orientation="vertical"
  7.    android:background="@drawable/borderbottom"
  8.    android:padding="10dp">
  9.  
  10.     <TextView
  11.        android:layout_width="match_parent"
  12.        android:layout_height="wrap_content"
  13.        android:text="Mr Brohid"
  14.        android:textSize="16dp"
  15.        android:id="@+id/nama_data_list"
  16.        android:textStyle="bold"
  17.        android:drawablePadding="5dp"/>
  18.  
  19. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement