apkfuckery/com.discord/res/layout/surface_view.xml

5 lines
262 B
XML
Raw Normal View History

2019-02-04 20:08:30 +00:00
<?xml version="1.0" encoding="utf-8"?>
<merge
xmlns:android="http://schemas.android.com/apk/res/android">
<SurfaceView android:gravity="center" android:id="@id/surface_view" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</merge>