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

Initial commit

This commit is contained in:
scoute-dich 2016-03-03 17:46:31 +01:00
commit 22eccee75b
104 changed files with 3479 additions and 0 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="ar.com.tristeslostrestigres.diasporanativewebapp.PodsActivity">
<item
android:id="@+id/reload"
android:title="@string/reload"
android:icon="@drawable/ic_sync_white_24dp"
android:orderInCategory="100"
app:showAsAction="ifRoom" />
</menu>