aboutsummaryrefslogtreecommitdiffstats
path: root/project/res/layout/activity_credits.xml
diff options
context:
space:
mode:
Diffstat (limited to 'project/res/layout/activity_credits.xml')
-rw-r--r--project/res/layout/activity_credits.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/project/res/layout/activity_credits.xml b/project/res/layout/activity_credits.xml
deleted file mode 100644
index 871536c..0000000
--- a/project/res/layout/activity_credits.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<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