Refactor styles again, this time trying to seperate the more layout-specific attributes so that layouts become more re-usable. This also updates the naming conventions of styles.
8 lines
No EOL
299 B
XML
8 lines
No EOL
299 B
XML
<?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:icon="@drawable/ic_about"
|
|
android:title="@string/lbl_about"
|
|
app:showAsAction="always" />
|
|
</menu> |