Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.81 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:layout_margin="16dp"
  4.    xmlns:app="http://schemas.android.com/apk/res-auto"
  5.    xmlns:tools="http://schemas.android.com/tools"
  6.    android:orientation="vertical"
  7.    android:layout_width="match_parent"
  8.    android:layout_height="match_parent">
  9.     <TextView
  10.        android:id="@+id/title_text"
  11.        android:layout_width="match_parent"
  12.        android:layout_height="wrap_content" />
  13.     <TextView
  14.        android:id="@+id/author_text"
  15.        android:layout_width="match_parent"
  16.        android:layout_height="wrap_content" />
  17.     <TextView
  18.        android:id="@+id/pages_text"
  19.        android:layout_width="match_parent"
  20.        android:layout_height="wrap_content" />
  21. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement