17 lines
508 B
XML
17 lines
508 B
XML
<?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>
|