<?xml version="1.0" encoding="utf-8"?>

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:orientation="vertical" android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:padding="10dp">
    <TextView
        android:id="@+id/bookTitleTextView"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        tools:text="valami barmi"
        android:textSize="18sp"
        android:layout_marginBottom="10dp"/>
    <TextView
        android:id="@+id/bookAuthorTextView"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        tools:text="valami barmi"
        android:layout_marginBottom="10dp"/>
    <TextView
        android:id="@+id/bookPublisherTextView"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        tools:text="valami barmi"/>
</LinearLayout>