Move "New Identity" action to list item

This commit is contained in:
str4d
2014-06-12 08:15:34 +00:00
parent f5d0467daa
commit fe015f3ffc
6 changed files with 9 additions and 44 deletions

View File

@@ -17,5 +17,12 @@
<header
android:id="@+id/identity_settings"
android:title="@string/pref_title_identities" />
<header
android:id="@+id/new_identity"
android:title="@string/new_identity" >
<intent
android:targetClass="i2p.bote.android.config.EditIdentityActivity"
android:targetPackage="i2p.bote.android" />
</header>
</preference-headers>