22 lines
617 B
XML
Executable File
22 lines
617 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="120dp"
|
|
android:layout_height="180dp"
|
|
android:foreground="@drawable/cover_selector"
|
|
android:clickable="true">
|
|
|
|
<ImageView
|
|
android:id="@+id/book_title_page"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:scaleType="centerCrop"
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
</FrameLayout> |