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

[WIP] Load avatar from webprofile, WebUserProfile, ..

This commit is contained in:
Gregor Santner 2016-03-25 00:12:00 +01:00
parent 9007045b28
commit 1f33c3b4a9
15 changed files with 448 additions and 229 deletions

View file

@ -13,7 +13,7 @@
android:id="@+id/lstPods"
android:choiceMode="singleChoice"
android:layout_below="@+id/edtFilter"
android:layout_above="@+id/textView" />
android:layout_above="@+id/navheader_description" />
<EditText
android:layout_width="match_parent"
@ -43,7 +43,7 @@
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
android:text="@string/podlist_source_note"
android:id="@+id/textView"
android:id="@+id/navheader_description"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" />