Skip to content

Commit 9c95168

Browse files
committed
Moves tools ignore AlwaysShowAction to root of menu_timeline
1 parent 6548c3c commit 9c95168

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vector/src/main/res/menu/menu_timeline.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<menu xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:app="http://schemas.android.com/apk/res-auto"
4-
xmlns:tools="http://schemas.android.com/tools">
4+
xmlns:tools="http://schemas.android.com/tools"
5+
tools:ignore="AlwaysShowAction">
56

67
<item
78
android:id="@+id/timeline_setting"
@@ -47,8 +48,7 @@
4748
app:actionLayout="@layout/view_thread_notification_badge"
4849
app:iconTint="?colorPrimary"
4950
app:showAsAction="always"
50-
tools:visible="true"
51-
tools:ignore="AlwaysShowAction" />
51+
tools:visible="true" />
5252

5353
<item
5454
android:id="@+id/join_conference"

0 commit comments

Comments
 (0)