forked from APIJSON/APIJSON-Demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrid_item.xml
More file actions
executable file
·28 lines (23 loc) · 909 Bytes
/
grid_item.xml
File metadata and controls
executable file
·28 lines (23 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/ll_vertical_match_wrap"
android:background="@drawable/bg_item_to_alpha"
android:gravity="center" >
<zuo.biao.library.ui.SquareRelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent" >
<ImageView
android:background="@color/alpha_3"
android:scaleType="centerCrop"
android:id="@+id/ivGridItemHead"
style="@style/match_match" />
<ImageView
android:id="@+id/ivGridItemCheck"
style="@style/wrap_wrap"
android:visibility="gone" />
</zuo.biao.library.ui.SquareRelativeLayout>
<TextView
android:id="@+id/tvGridItemName"
style="@style/text_middle"
android:visibility="gone" />
</LinearLayout>