Add browser icon and xml element in menu

This commit is contained in:
M M Arif
2019-09-14 12:26:20 +05:00
parent 2bdeee5429
commit b15394e97d
4 changed files with 13 additions and 2 deletions

View File

@ -11,4 +11,9 @@
android:icon="@drawable/ic_watchers"
android:title="@string/repoWatchersInMenu" />
<item
android:id="@+id/repoOpenWithBrowser"
android:icon="@drawable/ic_open_in_browser"
android:title="@string/openWebRepo" />
</menu>