aboutsummaryrefslogtreecommitdiffstats
path: root/res/color/list_footer_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/color/list_footer_layout.xml')
-rw-r--r--res/color/list_footer_layout.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/res/color/list_footer_layout.xml b/res/color/list_footer_layout.xml
deleted file mode 100644
index b0055a75..00000000
--- a/res/color/list_footer_layout.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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> \ No newline at end of file