aboutsummaryrefslogtreecommitdiffstats
path: root/res/color/list_footer_layout.xml
blob: b0055a750487df5af47c2dff37a0b60052347c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
   	xmlns:binding="http://www.gueei.com/android-binding/"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    binding:onClick="onClick"
     >

    <TextView
        android:id="@+id/textView1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center_vertical|center_horizontal"
        binding:text="text"
        android:textAppearance="?android:attr/textAppearanceLarge" />

</LinearLayout>