mirror of
https://github.com/ActivityLauncher/ActivityLauncher.git
synced 2026-08-25 08:41:49 +00:00
7 lines
307 B
XML
7 lines
307 B
XML
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:context=".MainActivity"
|
|
tools:ignore="MergeRootFrame" />
|