1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-11 14:51:11 +01:00

Fixed pod displaying pod domain/name in debug fragment and fixed diaspora markdown link

This commit is contained in:
vanitasvitae 2016-10-30 21:04:08 +01:00
parent d8a3e029b1
commit fd05370280
Signed by: vanitasvitae
GPG key ID: DCCFB3302C9E4615
10 changed files with 25 additions and 15 deletions

View file

@ -64,7 +64,12 @@
android:text="@string/fragment_debug__section_pod" />
<TextView
android:id="@+id/fragment_debug__pod_domain"
android:id="@+id/fragment_debug__account_profile_name"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/fragment_debug__account_profile_domain"
android:layout_width="match_parent"
android:layout_height="wrap_content" />