6.6.2 - Alpha5 - 主题色设置页面新布局增加颜色搜索帮助菜单项
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
app:actionViewClass="androidx.appcompat.widget.SearchView"
|
||||
app:showAsAction="always|collapseActionView" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_locate_current_theme_color"
|
||||
android:title="@string/text_locate_current_theme_color"
|
||||
android:icon="@drawable/ic_locate"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_add_color_library"
|
||||
android:title="@string/text_add_color_library">
|
||||
@@ -43,12 +49,6 @@
|
||||
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_locate_current_theme_color"
|
||||
android:title="@string/text_locate_current_theme_color"
|
||||
android:icon="@drawable/ic_locate"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item android:title="@string/text_more">
|
||||
|
||||
<menu>
|
||||
@@ -62,4 +62,10 @@
|
||||
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_color_search_help"
|
||||
android:title="@string/text_search_help"
|
||||
android:visible="false"
|
||||
app:showAsAction="never" />
|
||||
|
||||
</menu>
|
||||
@@ -18,4 +18,10 @@
|
||||
android:icon="@drawable/ic_locate"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_color_search_help"
|
||||
android:title="@string/text_search_help"
|
||||
android:visible="false"
|
||||
app:showAsAction="never" />
|
||||
|
||||
</menu>
|
||||
Reference in New Issue
Block a user