mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
8 lines
369 B
XML
8 lines
369 B
XML
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<Butt<caret>on android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@android:color/black"
|
|
android:background="@android:color/white"
|
|
style="@style/style1"
|
|
android:text="Hello"/>
|
|
</LinearLayout> |