6.7.0 - Alpha16 - 修复浮动按钮 "运行脚本" 对话框后台操作文件时可能导致应用崩溃的问题
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
android:focusable="true"
|
||||
android:src="@drawable/ic_install_explorer_btn"
|
||||
android:visibility="gone"
|
||||
app:tint="#A9AAAB"
|
||||
app:tint="@color/explorer_file_operation_button"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<ImageView
|
||||
@@ -121,7 +121,7 @@
|
||||
android:focusable="true"
|
||||
android:src="@drawable/ic_run_explorer_btn"
|
||||
android:visibility="gone"
|
||||
app:tint="#A9AAAB"
|
||||
app:tint="@color/explorer_file_operation_button"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<ImageView
|
||||
@@ -134,7 +134,7 @@
|
||||
android:focusable="true"
|
||||
android:src="@drawable/ic_edit_explorer_btn"
|
||||
android:visibility="gone"
|
||||
app:tint="#A9AAAB"
|
||||
app:tint="@color/explorer_file_operation_button"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<ImageView
|
||||
@@ -147,7 +147,7 @@
|
||||
android:focusable="true"
|
||||
android:src="@drawable/ic_info_explorer_btn"
|
||||
android:visibility="gone"
|
||||
app:tint="#A9AAAB"
|
||||
app:tint="@color/explorer_file_operation_button"
|
||||
tools:visibility="visible" />
|
||||
|
||||
</LinearLayout>
|
||||
@@ -162,7 +162,7 @@
|
||||
android:contentDescription="@string/text_more"
|
||||
android:focusable="true"
|
||||
android:src="@drawable/ic_more_explorer_btn"
|
||||
app:tint="#A9AAAB" />
|
||||
app:tint="@color/explorer_file_operation_button" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
<color name="prefTextColorPrimary">#9A9A9A</color>
|
||||
<color name="prefTextColorSecondary">#808080</color>
|
||||
|
||||
<color name="explorer_file_operation_button">@color/md_gray_600</color>
|
||||
<color name="project_toolbar_button">#A9AAAB</color>
|
||||
<color name="project_toolbar_title">#A9AAAB</color>
|
||||
|
||||
|
||||
@@ -169,6 +169,7 @@
|
||||
<color name="prefTextColorPrimary">#282C2F</color>
|
||||
<color name="prefTextColorSecondary">#9DA0A2</color>
|
||||
|
||||
<color name="explorer_file_operation_button">#A9AAAB</color>
|
||||
<color name="project_toolbar_button">#606366</color>
|
||||
<color name="project_toolbar_title">#606366</color>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user