We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c619ab commit 80aa48aCopy full SHA for 80aa48a
app/res/menu/repository_star.xml
@@ -18,6 +18,7 @@
18
19
<item
20
android:id="@+id/m_star"
21
- android:showAsAction="never" />
+ android:showAsAction="never"
22
+ android:title="@string/star"/>
23
24
</menu>
app/res/menu/user_follow.xml
android:id="@+id/m_follow"
+ android:title="@string/follow" />
0 commit comments