Move Android JPS plugin tests to android-jps-plugin module

This commit is contained in:
Yan Zhulanow
2014-11-06 15:19:16 +03:00
parent 94af8302ec
commit b7f8496e5b
8 changed files with 11 additions and 7 deletions
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Hello World, MyActivity"
android:id="@+id/textField"/>
</LinearLayout>