Advertisement
permanar

next match xml relative testing

Nov 20th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.                xmlns:tools="http://schemas.android.com/tools"
  4.                android:id="@+id/fragment_nextmatch"
  5.                android:layout_width="match_parent"
  6.                android:layout_height="match_parent">
  7.     <LinearLayout
  8.            android:layout_width="match_parent"
  9.            android:layout_height="wrap_content"
  10.            android:orientation="vertical"
  11.            android:layout_alignParentTop="true"
  12.            android:layout_marginTop="114dp">
  13.         <TextView
  14.                android:id="@+id/label_nextmatchId"
  15.                android:layout_width="wrap_content"
  16.                android:layout_height="wrap_content"
  17.                tools:layout_constraintTop_creator="1"
  18.                android:layout_marginTop="52dp"
  19.                android:text="ngehuehuehuehue"
  20.                tools:layout_constraintLeft_creator="1"
  21.                android:layout_marginLeft="36dp"/>
  22.         <TextView
  23.                android:id="@+id/label_nextmatchTitle"
  24.                android:layout_width="wrap_content"
  25.                android:layout_height="wrap_content"
  26.                tools:layout_constraintTop_creator="1"
  27.                android:layout_marginTop="0dp"
  28.                android:text="ngehuehuehuehue"
  29.                tools:layout_constraintLeft_creator="1"
  30.                android:layout_marginLeft="228dp"/>
  31.     </LinearLayout>
  32. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement