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:
parent
b12e021e99
commit
52d6947d3e
14 changed files with 32 additions and 25 deletions
12
app/src/main/res/menu/podselection__menu.xml
Normal file
12
app/src/main/res/menu/podselection__menu.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue