We are now using AppCompat and support Material
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user