summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/res/layout/titleview.xml
blob: e88e12fecfdd373a3135787b3bc61c7217977c3c (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<org.dolphinemu.dolphinemu.ui.main.CustomTitleView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/browse_title_group"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:padding="16dp"/>