added splash screen and starting to work on a toolbar which will house stuff like signing in, settings and refreshing data
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/item_settings"
|
||||
android:icon="@android:drawable/ic_menu_manage"
|
||||
android:title="@string/settings" />
|
||||
<item
|
||||
android:id="@+id/item_sign_in"
|
||||
android:title="@string/sign_in" />
|
||||
<item
|
||||
android:id="@+id/item_refresh"
|
||||
android:icon="@android:drawable/ic_popup_sync"
|
||||
android:title="@string/refresh" />
|
||||
</menu>
|
||||
Reference in New Issue
Block a user