aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/layout/activity_credits.xml
blob: 04280d44cd1b9bd3d9d094dd72ed62d251149b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:background="@color/ThemeDark"
    android:orientation="vertical" >

    <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" />

</LinearLayout>