Hi all
we have list of items displaying following is code
after this list we need to add a row containing 4 buttons
please provide some help
Thanks&Regards
we have list of items displaying following is code
Code:
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="10dp"
android:textSize="16sp" android:background="@color/white">
</TextView>
after this list we need to add a row containing 4 buttons
please provide some help
Thanks&Regards