diff --git a/UNCCScavenger/.classpath b/UNCCScavenger/.classpath index 26bdfa6..5176974 100644 --- a/UNCCScavenger/.classpath +++ b/UNCCScavenger/.classpath @@ -1,9 +1,9 @@ - - - - - - - - - + + + + + + + + + diff --git a/UNCCScavenger/res/layout/activity_search.xml b/UNCCScavenger/res/layout/activity_search.xml index 868855f..f893f2f 100644 --- a/UNCCScavenger/res/layout/activity_search.xml +++ b/UNCCScavenger/res/layout/activity_search.xml @@ -18,7 +18,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" - android:src="@drawable/abc_ab_bottom_solid_dark_holo" /> + android:src="@drawable/ic_launcher" /> + android:showAsAction="never"/> diff --git a/UNCCScavenger/res/menu/found.xml b/UNCCScavenger/res/menu/found.xml index 2f70f26..1799d64 100644 --- a/UNCCScavenger/res/menu/found.xml +++ b/UNCCScavenger/res/menu/found.xml @@ -7,6 +7,6 @@ android:id="@+id/action_settings" android:orderInCategory="100" android:title="@string/action_settings" - app:showAsAction="never"/> + android:showAsAction="never"/> diff --git a/UNCCScavenger/res/menu/search.xml b/UNCCScavenger/res/menu/search.xml index 5a56c87..f3c65b2 100644 --- a/UNCCScavenger/res/menu/search.xml +++ b/UNCCScavenger/res/menu/search.xml @@ -7,6 +7,6 @@ android:id="@+id/action_settings" android:orderInCategory="100" android:title="@string/action_settings" - app:showAsAction="never"/> + android:showAsAction="never"/>