Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.99 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.     xmlns:app="http://schemas.android.com/apk/res-auto"
  4.     xmlns:tools="http://schemas.android.com/tools"
  5.     android:layout_width="match_parent"
  6.     android:layout_height="match_parent"
  7.     tools:context=".Main2Activity">
  8.  
  9.     <ImageButton
  10.         android:id="@+id/imageButton"
  11.         android:layout_width="wrap_content"
  12.         android:layout_height="wrap_content"
  13.         android:src="@mipmap/ic_launcher"
  14.         tools:layout_editor_absoluteX="144dp"
  15.         tools:layout_editor_absoluteY="237dp" />
  16.     android:onClick="goTomain3"
  17.  
  18.     <TextView
  19.         android:id="@+id/textView"
  20.         android:layout_width="wrap_content"
  21.         android:layout_height="wrap_content"
  22.         android:text="Saufen"
  23.         tools:layout_editor_absoluteX="170dp"
  24.         tools:layout_editor_absoluteY="340dp" />
  25. </android.support.constraint.ConstraintLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement