aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/basic_header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/basic_header.xml')
-rw-r--r--app/src/main/res/layout/basic_header.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/layout/basic_header.xml b/app/src/main/res/layout/basic_header.xml
new file mode 100644
index 00000000..39f8722d
--- /dev/null
+++ b/app/src/main/res/layout/basic_header.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/item_name"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:background="@android:color/transparent"
+ android:textColor="@color/cyan"
+ android:textStyle="bold"
+ android:paddingLeft="6dp"
+ android:paddingRight="6dp"/> \ No newline at end of file