mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-27 17:00:26 -04:00
18 lines
636 B
XML
18 lines
636 B
XML
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:id="@+id/frame_content">
|
|
|
|
<FrameLayout
|
|
android:id="@+id/frame_emulation_fragment"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:visibility="invisible"/>
|
|
|
|
<ImageView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:id="@+id/image_screenshot"
|
|
android:transitionName="image_game_screenshot"/>
|
|
|
|
</FrameLayout> |