-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
升级编译SDK版本和BUILD版本 优化AlbumModel 解决部分机型在全屏预览图片返回到相册选择界面时状态栏闪烁的问题 优化相册UI 可配置相册页清空按钮是否显示 如果清空按钮、原图按钮、拼图按钮都不显示,则隐藏掉相册页底部操作栏中间的编辑按钮(原来的版本是设置按钮的样式)
- Loading branch information
1 parent
a39a8fe
commit 500b487
Showing
6 changed files
with
91 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="1024" | ||
android:viewportHeight="1024"> | ||
<path | ||
android:fillColor="@color/easy_photos_fg_primary" | ||
android:pathData="M219.71,243.47c-47.72,0 -86.38,38.66 -86.38,86.38 0,47.72 38.67,86.38 86.38,86.38 47.72,0 86.38,-38.66 86.38,-86.38 0.13,-47.72 -38.53,-86.38 -86.38,-86.38zM1014.44,536.67l-30.55,-30.55c-12.17,-12.03 -31.77,-12.03 -43.93,0l-20.96,20.95 74.49,74.48 20.95,-20.95c12.16,-12.3 12.16,-31.9 0,-43.93zM609.03,837.18l-3.38,77.87 77.86,-3.38 295.37,-295.37 -74.35,-74.49L609.03,837.18zM609.03,837.18" /> | ||
<path | ||
android:fillColor="@color/easy_photos_fg_primary" | ||
android:pathData="M771.51,489.36L771.51,183.58c3.79,-40.15 -25.68,-75.83 -65.83,-79.75L73.44,103.82C33.02,103.69 0.17,136.27 0.04,176.69c0,2.3 0.14,4.59 0.27,6.89v651.58c-3.65,40.28 25.95,75.83 66.24,79.49 2.3,0.27 4.6,0.27 6.9,0.27h475.97l2.03,-78.4 220.21,-224.27 -0.14,-122.88zM731.64,482.74c-52.59,-48.94 -120.99,-77.19 -192.77,-79.76 -73.13,0 -146.26,66.51 -219.4,126.26 -53.12,39.88 -113.01,93.14 -152.89,93.14 -45.96,-4.46 -88.54,-25.68 -119.63,-59.88L46.94,183.58c0,-14.73 11.89,-26.63 26.63,-26.63h631.57c14.73,0 26.63,11.89 26.63,26.63l-0.13,299.16zM731.64,482.74" /> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters