Add simple drawer for selecting service
This commit is contained in:
parent
ca48782ad4
commit
375fbdb697
7 changed files with 86 additions and 23 deletions
5
app/src/main/res/menu/drawer_items.xml
Normal file
5
app/src/main/res/menu/drawer_items.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:title="@string/youtube" />
|
||||
<item android:title="@string/soundcloud" />
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue