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

5 lines
262 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge
xmlns:android="http://schemas.android.com/apk/res/android">
<TextureView android:gravity="center" android:id="@id/texture_view" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</merge>