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

Refactoring; package movement;changed package name due to organisation name

This commit is contained in:
Gregor Santner 2016-03-26 01:14:17 +01:00
parent 30734f8f2a
commit 4482f09430
30 changed files with 205 additions and 173 deletions

View file

@ -1,12 +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="ar.com.tristeslostrestigres.diasporanativewebapp.PodsActivity">
tools:context=".activity.PodsActivity">
<item
android:id="@+id/action_reload"
android:title="@string/reload"
android:icon="@drawable/ic_sync_white_24dp"
android:orderInCategory="100"
android:title="@string/reload"
app:showAsAction="ifRoom" />
</menu>