1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-17 01:31:10 +01:00

Refactor layout file names

This commit is contained in:
Gregor Santner 2016-09-21 12:36:42 +02:00
parent b12e021e99
commit 52d6947d3e
14 changed files with 32 additions and 25 deletions

View file

@ -0,0 +1,12 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".activity.PodSelectionActivity">
<item
android:id="@+id/action_reload"
android:icon="@drawable/ic_refresh_white_48px"
android:orderInCategory="100"
android:title="@string/reload"
app:showAsAction="ifRoom" />
</menu>