summaryrefslogtreecommitdiff
path: root/activity_main.xml
diff options
context:
space:
mode:
authorcos <cos>2020-03-22 19:08:12 +0100
committercos <cos>2020-03-22 19:08:12 +0100
commit5151e6766f3686a8bef475fc90aee794274ab3c9 (patch)
tree21a6abfdce2ac6035a397a3e356e39485ca4df76 /activity_main.xml
downloadhello_rust_example-android-master.zip
Initial (and likely only) commitHEADmaster
Diffstat (limited to 'activity_main.xml')
-rw-r--r--activity_main.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/activity_main.xml b/activity_main.xml
new file mode 100644
index 0000000..5bbe817
--- /dev/null
+++ b/activity_main.xml
@@ -0,0 +1,13 @@
+<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" >
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_centerHorizontal="true"
+ android:layout_centerVertical="true"
+ android:text="@string/hello_msg"
+ tools:context=".MainActivity" />
+</RelativeLayout>