diff --git a/.classpath b/.classpath index 3c6c7d621..8dba63b1d 100644 --- a/.classpath +++ b/.classpath @@ -4,7 +4,6 @@ - diff --git a/res/drawable-xhdpi/friend_add.png b/res/drawable-xhdpi/friend_add.png new file mode 100644 index 000000000..4310ce0d3 Binary files /dev/null and b/res/drawable-xhdpi/friend_add.png differ diff --git a/res/drawable-xhdpi/friend_remove.png b/res/drawable-xhdpi/friend_remove.png new file mode 100644 index 000000000..a1643de5d Binary files /dev/null and b/res/drawable-xhdpi/friend_remove.png differ diff --git a/res/layout/contact_cell.xml b/res/layout/contact_cell.xml index da10e4f65..5f4230d22 100644 --- a/res/layout/contact_cell.xml +++ b/res/layout/contact_cell.xml @@ -18,18 +18,20 @@ android:layout_marginBottom="10dp" android:textStyle="bold" /> - @@ -38,11 +40,24 @@ android:lines="1" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_weight="0.3" + android:layout_toRightOf="@id/icon" + android:layout_centerVertical="true" android:textAppearance="?android:attr/textAppearanceLarge" android:textColor="@android:color/black" android:layout_marginLeft="10dp" /> + + - + \ No newline at end of file diff --git a/res/layout/contact_control_row.xml b/res/layout/contact_control_row.xml index 0d749be41..9f7e41c0d 100644 --- a/res/layout/contact_control_row.xml +++ b/res/layout/contact_control_row.xml @@ -39,5 +39,18 @@ android:paddingRight="5dp" android:scaleType="fitCenter" android:src="@drawable/chat_icon_over" /> + + \ No newline at end of file diff --git a/res/layout/new_friend_request_dialog.xml b/res/layout/new_friend_request_dialog.xml new file mode 100644 index 000000000..ef52218db --- /dev/null +++ b/res/layout/new_friend_request_dialog.xml @@ -0,0 +1,36 @@ + + + + + + + +