aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/layout/activity_credits.xml
blob: 871536ccb8a10d667776156501d2e1b743ccb391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>