From 71f415e5c1cac0ed491113e35a65ebc1ae75bb7d Mon Sep 17 00:00:00 2001
From: Camil Staps
Date: Wed, 29 Apr 2015 11:43:50 +0200
Subject: Highscores
---
app/src/main/res/layout/activity_finished.xml | 22 ++++++++++++++++++++++
app/src/main/res/layout/highscore_item.xml | 17 +++++++++++++++++
2 files changed, 39 insertions(+)
create mode 100644 app/src/main/res/layout/activity_finished.xml
create mode 100644 app/src/main/res/layout/highscore_item.xml
(limited to 'app/src/main/res/layout')
diff --git a/app/src/main/res/layout/activity_finished.xml b/app/src/main/res/layout/activity_finished.xml
new file mode 100644
index 0000000..e9ae900
--- /dev/null
+++ b/app/src/main/res/layout/activity_finished.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/app/src/main/res/layout/highscore_item.xml b/app/src/main/res/layout/highscore_item.xml
new file mode 100644
index 0000000..3c6faf0
--- /dev/null
+++ b/app/src/main/res/layout/highscore_item.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit v1.2.3