Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 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. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:orientation="vertical">
  8.  
  9. <TextView
  10. android:layout_width="match_parent"
  11. android:layout_height="wrap_content"
  12. android:text="Résultats"
  13. android:textStyle="bold"
  14. android:gravity="center"
  15. android:textSize="30dp"
  16. android:textColor="black"
  17. />
  18.  
  19. <ListView
  20. android:id="@+id/liste"
  21. android:layout_width="match_parent"
  22. android:layout_height="wrap_content"
  23. ></ListView>
  24.  
  25.  
  26.  
  27. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement