File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<shape xmlns : android =" http://schemas.android.com/apk/res/android" >
3- <solid android : color =" #00000000 " />
3+ <solid android : color =" @android:color/transparent " />
44 <stroke
55 android : width =" @dimen/album_preview_select_mask"
66 android : color =" @color/album_item_check" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<shape xmlns : android =" http://schemas.android.com/apk/res/android" >
3- <solid android : color =" @color/pick_photo_background " />
3+ <solid android : color =" @color/color_white " />
44 <corners android : radius =" @dimen/pick_chose_bkg_radius" />
55</shape >
Original file line number Diff line number Diff line change 33 xmlns : app =" http://schemas.android.com/apk/res-auto"
44 android : layout_width =" match_parent"
55 android : layout_height =" match_parent"
6- android : background =" @color/album_item_background"
76 android : orientation =" vertical" >
87
98 <android .support.v7.widget.Toolbar
2221 android : layout_height =" wrap_content"
2322 android : layout_above =" @+id/vBottomLine"
2423 android : layout_below =" @+id/vTopLine"
24+ android : background =" @color/album_item_background"
2525 android : overScrollMode =" never" />
2626
2727 <View
Original file line number Diff line number Diff line change 44 xmlns : app =" http://schemas.android.com/apk/res-auto"
55 android : layout_width =" match_parent"
66 android : layout_height =" wrap_content"
7- android : background =" @color/album_item_background"
87 android : orientation =" vertical" >
98
109 <ImageView
Original file line number Diff line number Diff line change 2020 <color name =" bottom_tool_text" >#ffffff</color >
2121 <color name =" pick_title_color" >#ffffff</color >
2222 <!-- 图片拾取-->
23- <color name =" pick_photo_background" >@android:color/transparent</color >
2423 <color name =" pick_photo_dash_line" >#dcdcdc</color >
2524 <color name =" pick_photo_solid_line" >#e6e6e6</color >
2625 <color name =" pick_photo_hint_text_color" >#222222</color >
You can’t perform that action at this time.
0 commit comments