aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/layout/activity_credits.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/res/layout/activity_credits.xml')
-rw-r--r--app/res/layout/activity_credits.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/res/layout/activity_credits.xml b/app/res/layout/activity_credits.xml
new file mode 100644
index 0000000..871536c
--- /dev/null
+++ b/app/res/layout/activity_credits.xml
@@ -0,0 +1,17 @@
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:background="@color/ThemeDark">
+
+ <TextView
+ android:id="@+id/txt_credits"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:textColor="@color/ThemeLight"
+ android:textColorLink="@color/ThemeLight"
+ android:textSize="7pt"
+ android:scrollbars = "vertical" />
+
+
+</LinearLayout> \ No newline at end of file