android_mt6572_jiabo/packages/apps/AudioFX/res/layout/fragment_dts.xml
2025-09-05 16:56:03 +08:00

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>