Files
kotlin-fork/plugins/android-compiler-plugin/testData/codegen/android/fragment/layout/layout.xml
T
2015-03-13 15:46:42 +03:00

16 lines
544 B
XML
Vendored

<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>