You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
541 B
18 lines
541 B
10 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto" >
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/invert_item"
|
||
|
android:icon="?attr/invertColorDrawable"
|
||
|
android:title="@string/invert_color"
|
||
|
app:showAsAction="ifRoom">
|
||
|
</item>
|
||
|
<item
|
||
|
android:id="@+id/text_size_item"
|
||
|
android:icon="?attr/textSizeDrawable"
|
||
|
android:title="@string/size"
|
||
|
app:showAsAction="ifRoom">
|
||
|
</item>
|
||
|
|
||
|
</menu>
|