添加相册集浏览窗口图片置顶功能
- 新增 PinnedImageDbHelper 数据库帮助类,存储图片置顶路径 - 使用独立数据库文件 pinned_image.db 存储图片置顶数据 - 相册集封面试图添加置顶/取消置顶菜单,长按弹出 - 置顶图片显示置顶图标并排在前面显示 - 相册集浏览窗口初始加载时按置顶排序
This commit is contained in:
@@ -12,4 +12,15 @@
|
||||
android:scaleType="centerCrop"
|
||||
android:background="@color/black"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/pin_icon"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_gravity="top|end"
|
||||
android:layout_margin="4dp"
|
||||
android:background="@android:color/transparent"
|
||||
android:padding="3dp"
|
||||
android:src="@drawable/ic_pin"
|
||||
android:visibility="gone"/>
|
||||
|
||||
</FrameLayout>
|
||||
Reference in New Issue
Block a user