Advertisement
aldakur

infoinstalacion_fragment5.xml

May 20th, 2015
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.48 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.    android:layout_width="match_parent"
  5.    android:layout_height="wrap_content"
  6.    android:orientation="vertical"
  7.    android:background="@color/Red">
  8.     <com.joanzapata.pdfview.PDFView
  9.        
  10.        android:id="@+id/infoinstalacion_fragment5_pdfview"
  11.        android:layout_width="match_parent"
  12.        android:layout_height="wrap_content"/>
  13.  
  14. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement