We are now using AppCompat and support Material

This commit is contained in:
Alexandros Schillings
2015-07-13 16:04:39 +01:00
parent 262fa72910
commit ab6997b5af
17 changed files with 115 additions and 78 deletions
+4 -3
View File
@@ -14,14 +14,15 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_connect"
android:orderInCategory="100"
android:showAsAction="always|withText"
android:title="@string/menu_connect"/>
android:title="@string/menu_connect"
app:showAsAction="always|withText"/>
</menu>