aboutsummaryrefslogtreecommitdiff
path: root/aboutit-sample/src/main/res/layout/activity_about.xml
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-01-01 16:28:17 +0100
committerVictor Häggqvist <[email protected]>2015-01-01 16:28:17 +0100
commit5d2f7b4c8f76a1fb7cb8d3d0ad9ca7e6fcc6274a (patch)
tree5c5ed9ccd86d39201c64526c4557ab6c48d69a56 /aboutit-sample/src/main/res/layout/activity_about.xml
init
Diffstat (limited to 'aboutit-sample/src/main/res/layout/activity_about.xml')
-rw-r--r--aboutit-sample/src/main/res/layout/activity_about.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/aboutit-sample/src/main/res/layout/activity_about.xml b/aboutit-sample/src/main/res/layout/activity_about.xml
new file mode 100644
index 0000000..ddd4863
--- /dev/null
+++ b/aboutit-sample/src/main/res/layout/activity_about.xml
@@ -0,0 +1,17 @@
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ tools:context="com.snilius.aboutit.sample.AboutActivity">
+
+ <include layout="@layout/toolbar" />
+
+ <TextView
+ android:id="@+id/about_text"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_below="@+id/toolbar"
+ android:padding="16dp"
+ android:text="@string/hello_world" />
+
+</RelativeLayout>