mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
16 lines
544 B
XML
Vendored
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>
|