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.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/app/res/layout/activity_credits.xml b/app/res/layout/activity_credits.xml
index 871536c..04280d4 100644
--- a/app/res/layout/activity_credits.xml
+++ b/app/res/layout/activity_credits.xml
@@ -1,17 +1,16 @@
<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">
+ android:background="@color/ThemeDark"
+ android:orientation="vertical" >
- <TextView
+ <TextView
android:id="@+id/txt_credits"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:scrollbars="vertical"
android:textColor="@color/ThemeLight"
android:textColorLink="@color/ThemeLight"
- android:textSize="7pt"
- android:scrollbars = "vertical" />
-
+ android:textSize="7pt" />
</LinearLayout> \ No newline at end of file