Skip to content

Commit 80aa48a

Browse files
committed
Add default title to menu items
1 parent 3c619ab commit 80aa48a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/res/menu/repository_star.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
<item
2020
android:id="@+id/m_star"
21-
android:showAsAction="never" />
21+
android:showAsAction="never"
22+
android:title="@string/star"/>
2223

2324
</menu>

app/res/menu/user_follow.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
<item
2020
android:id="@+id/m_follow"
21-
android:showAsAction="never" />
21+
android:showAsAction="never"
22+
android:title="@string/follow" />
2223

2324
</menu>

0 commit comments

Comments
 (0)