Начал разбираться с вызовом специфичной для андроида Activity

This commit is contained in:
Ivan Murashov
2017-07-11 19:00:56 +03:00
parent f0759467a8
commit 824f5142d9
5 changed files with 70 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/rootLayout"
android:background="@android:color/white"
android:layout_width="match_parent"
android:layout_height="match_parent"/>