Advertisement
Sajib_Ahmed

ListView main xml

Mar 28th, 2021
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.65 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    xmlns:app="http://schemas.android.com/apk/res-auto"
  4.    xmlns:tools="http://schemas.android.com/tools"
  5.    android:layout_width="match_parent"
  6.    android:layout_height="match_parent"
  7.    android:background="#CA6E88"
  8.    tools:context=".MainActivity">
  9.  
  10.    <ListView
  11.       android:id="@+id/listView"
  12.       android:dividerHeight="2dp"
  13.       android:divider="#100A1E"
  14.       android:listSelector="#AA264B"
  15.       android:layout_width="match_parent"
  16.       android:layout_height="match_parent"
  17.  
  18.       ></ListView>
  19.  
  20. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement