diff --git a/res/drawable/profile_picture_view_medium_foreground.xml b/res/drawable/profile_picture_view_medium_foreground.xml new file mode 100644 index 0000000000..e62cfbe3fb --- /dev/null +++ b/res/drawable/profile_picture_view_medium_foreground.xml @@ -0,0 +1,11 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/profile_picture_view_small_foreground.xml b/res/drawable/profile_picture_view_small_foreground.xml new file mode 100644 index 0000000000..98d2b0a4e7 --- /dev/null +++ b/res/drawable/profile_picture_view_small_foreground.xml @@ -0,0 +1,11 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/layout/view_profile_picture.xml b/res/layout/view_profile_picture.xml index 660db39c45..128f850b2f 100644 --- a/res/layout/view_profile_picture.xml +++ b/res/layout/view_profile_picture.xml @@ -9,29 +9,63 @@ android:layout_width="@dimen/medium_profile_picture_size" android:layout_height="@dimen/medium_profile_picture_size"> - + android:layout_alignParentTop="true"> - + + + + + + + android:layout_alignParentBottom="true"> + + + + + + - + android:layout_height="@dimen/medium_profile_picture_size"> + + + + + +