uopspop

Untitled

Sep 27th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.68 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.    xmlns:tools="http://schemas.android.com/tools"
  5.    android:layout_width="match_parent"
  6.    android:layout_height="match_parent"
  7.    android:orientation="vertical"
  8.    android:background="#055"
  9.    tools:context="com.example.sam.myfragmentprac.MainActivity">
  10.  
  11.     <TextView
  12.        android:id="@+id/tvFragmentResult"
  13.        android:layout_width="wrap_content"
  14.        android:layout_height="wrap_content"
  15.        android:gravity="center"
  16.        android:layout_margin="10dp"
  17.        android:textColor="#FF0"
  18.        android:textSize="22sp"/>
  19. </LinearLayout>
Add Comment
Please, Sign In to add comment