Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_margin="16dp"
- android:orientation="vertical">
- <TextView
- android:id="@+id/textView7"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="3"
- android:background="#EF6C00"
- android:gravity="center"
- android:text="First application"
- android:textSize="34sp" />
- <Button
- android:id="@+id/button2"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"
- android:onClick="openSecond"
- android:text="open second activity" />
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement