EnhancedUrduReader2/app/src/main/res/layout/book_layout.xml
2017-03-16 00:13:56 +05:00

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>