Advertisement
ipdan4ik

[lb8] fragment_left.xml

Apr 18th, 2021
1,013
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.58 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:orientation="vertical"
  5.    android:layout_width="match_parent"
  6.    android:layout_height="match_parent">
  7.  
  8.     <ListView
  9.        android:id="@+id/list_fruits"
  10.        android:layout_width="match_parent"
  11.        android:layout_height="wrap_content"/>
  12.  
  13.     <TextView
  14.        android:layout_width="wrap_content"
  15.        android:layout_height="wrap_content"
  16.        android:gravity="center"
  17.        android:text="@string/my_name"/>
  18. </LinearLayout>
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement