File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <FrameLayout
3- xmlns : android =" http://schemas.android.com/apk/res/android"
2+ <FrameLayout xmlns : android =" http://schemas.android.com/apk/res/android"
43 xmlns : tools =" http://schemas.android.com/tools"
54 android : id =" @+id/item_frame"
65 android : layout_width =" match_parent"
2019 android : id =" @+id/item_icon"
2120 android : layout_width =" @dimen/normal_icon_size"
2221 android : layout_height =" @dimen/normal_icon_size"
22+ android : layout_centerVertical =" true"
2323 android : padding =" @dimen/medium_margin"
24- android : src =" @drawable/ic_folder_vector" />
24+ android : src =" @drawable/ic_folder_vector" />
2525
2626 <TextView
2727 android : id =" @+id/item_name"
3333 android : maxLines =" 1"
3434 android : paddingStart =" @dimen/small_margin"
3535 android : paddingTop =" @dimen/small_margin"
36- tools : text =" Directory" />
36+ tools : text =" Directory" />
3737
3838 <TextView
3939 android : id =" @+id/item_details"
4444 android : alpha =" 0.6"
4545 android : paddingStart =" @dimen/small_margin"
4646 android : textSize =" @dimen/smaller_text_size"
47- tools : text =" 1 KB" />
47+ tools : text =" 1 KB" />
4848
4949 <TextView
5050 android : id =" @+id/item_date"
5656 android : alpha =" 0.6"
5757 android : gravity =" end"
5858 android : textSize =" @dimen/smaller_text_size"
59- tools : text =" 1.1.1970" />
59+ tools : text =" 1.1.1970" />
6060
6161 </RelativeLayout >
6262</FrameLayout >
You can’t perform that action at this time.
0 commit comments