init
This commit is contained in:
13
app/src/main/res/layout-land/item_image.xml
Normal file
13
app/src/main/res/layout-land/item_image.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="250dp"
|
||||
android:layout_height="170dp"
|
||||
app:cardCornerRadius="5dp">
|
||||
<ImageView
|
||||
android:id="@+id/image"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:adjustViewBounds="true"
|
||||
android:scaleType="centerInside"/>
|
||||
</android.support.v7.widget.CardView>
|
||||
Reference in New Issue
Block a user