Initial commit of the empty project with the rotation-vector sample code from https://android.googlesource.com/platform/development/+/master/samples/ApiDemos/src/com/example/android/apis/os/RotationVectorDemo.java.
This commit is contained in:
8
res/layout/activity_main_2.xml
Normal file
8
res/layout/activity_main_2.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<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=".MainActivity2"
|
||||
tools:ignore="MergeRootFrame" />
|
||||
|
||||
Reference in New Issue
Block a user