• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to make textview above of list view like this

fakedead

Lurker
Mar 27, 2015
1
0
I want to make text view above of list view like this :

1t372g.png


This is my XML script :


HTML:
<?xml version="1.0" encoding="utf-8"?>
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical"
        android:background="#FFFFFF"
         >
  
        <ListView
            android:id="@+id/lvVouchers"
            android:layout_width="match_parent"
            android:layout_height="wrap_content" >
        </ListView>
  
    </LinearLayout>
I am confusing for making textview above of list view...
 

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones