File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <TextView xmlns : android =" http://schemas.android.com/apk/res/android"
3- android : id =" @+id/item_title"
2+ <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
43 android : layout_width =" wrap_content"
5- android : layout_height =" wrap_content" >
4+ android : layout_height =" wrap_content"
5+ android : orientation =" vertical" >
66
7- </TextView >
7+ <ImageView
8+ android : id =" @+id/item_image"
9+ android : layout_width =" match_parent"
10+ android : layout_height =" 194dp"
11+ android : importantForAccessibility =" no"
12+ android : scaleType =" centerCrop" />
13+
14+ <TextView
15+ android : id =" @+id/item_title"
16+ android : layout_width =" wrap_content"
17+ android : layout_height =" wrap_content" />
18+
19+ </LinearLayout >
You can’t perform that action at this time.
0 commit comments