Remove file menu items from text activity

This commit is contained in:
Dominik Schürmann
2014-09-06 18:06:48 +02:00
parent 05a29a1f8f
commit 0d1c9f7745
3 changed files with 20 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/check_use_symmetric"
android:title="@string/label_symmetric"
android:checkable="true" />
</menu>