add generated tests

This commit is contained in:
dedoz
2014-08-26 21:10:55 +04:00
committed by Yan Zhulanow
parent a56fa7f192
commit f2ab424c41
45 changed files with 1135 additions and 234 deletions
@@ -0,0 +1,15 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ItemDetailActivity"
tools:ignore="MergeRootFrame" >
<view
class="org.my.cool.MyButton"
android:id="@+id/login"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Sign in" />
</FrameLayout>