Advertisement
AleksandarH

activity_main.xml

Dec 12th, 2023
914
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.33 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.    android:layout_width="match_parent"
  3.    android:layout_height="match_parent">
  4.  
  5.     <ListView
  6.        android:id="@+id/clothesListView"
  7.        android:layout_width="match_parent"
  8.        android:layout_height="match_parent" />
  9.  
  10. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement