summaryrefslogtreecommitdiffstats
path: root/res/layout/fragment_dts.xml
blob: 785b9964a80aeb9f8925fce87adb7aab3e0b649f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>

<RelativeLayout
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:orientation="vertical"
        android:layout_width="match_parent"
        android:layout_height="match_parent">

    <ImageView
            android:id="@+id/logo"
            android:layout_width="120dp"
            android:layout_height="48dp"
            android:layout_centerInParent="true"
            android:src="@drawable/logo_dts_1c"
    />

</RelativeLayout>