Запускается CameraActivity

This commit is contained in:
Ivan Murashov
2017-07-12 10:54:30 +03:00
parent 824f5142d9
commit 9612f7e3f5
3 changed files with 15 additions and 8 deletions

View File

@@ -4,4 +4,11 @@
android:id="@+id/rootLayout"
android:background="@android:color/white"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
android:layout_height="match_parent">
<TextView android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:text="Asdf"/>
</FrameLayout>