添加裁剪信息窗口功能
- 添加信息按钮和对话框,显示画布、颜色、裁剪信息 - 显示裁剪结果预览图和拾取坐标 - 松开手指时重置拾取按钮状态
This commit is contained in:
@@ -55,6 +55,14 @@
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/btn_info"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:padding="12dp"
|
||||
android:src="@drawable/ic_info"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/btn_done"
|
||||
android:layout_width="48dp"
|
||||
|
||||
Reference in New Issue
Block a user