mirror of
https://github.com/gsantner/dandelion
synced 2025-12-16 01:01:11 +01:00
Use searchable dialog for tag and aspect/contact list
* Remove seperate fragments for both cases * Make use of opoc/SearchOrCustomTextDialog * Basically also removes all fragment swaps * Only two fragments are stream and podselection * Pod logout restarts app * Thus long known Android Supportlib bug can't occur * Fixes #198
This commit is contained in:
parent
918adcf358
commit
dbbd3cef35
13 changed files with 358 additions and 457 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<item
|
||||
android:id="@+id/nav_followed_tags"
|
||||
android:icon="@drawable/ic_local_offer_black_48px"
|
||||
android:title="@string/nav_followed_tags" />
|
||||
android:title="@string/tags" />
|
||||
<item
|
||||
android:id="@+id/nav_aspects"
|
||||
android:icon="@drawable/ic_group_black_48px"
|
||||
|
|
@ -54,9 +54,9 @@
|
|||
android:title="@string/nav_public_activities" />
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_dandelion"
|
||||
android:id="@+id/nav_product_support"
|
||||
android:icon="@drawable/ic_person_black_24px"
|
||||
android:title="@string/dandelion" />
|
||||
android:title="@string/gsantner" />
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_statistics"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue