1 <?xml version="1.0" encoding="utf-8"?>
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:gravity="center_horizontal">
11 android:id="@+id/image"
12 tools:src="@drawable/dummy_page"
13 android:layout_width="128dp"
14 android:layout_height="128dp"/>
17 android:id="@+id/text"
18 tools:text="slide or page#"
19 android:layout_width="wrap_content"
20 android:layout_height="wrap_content"
21 android:textAppearance="?android:attr/textAppearanceLarge"/>