diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 85e316e953..ddaf21228e 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -226,6 +226,14 @@ + + + + diff --git a/res/drawable-hdpi/ic_block_grey600_18dp.png b/res/drawable-hdpi/ic_block_grey600_18dp.png new file mode 100644 index 0000000000..02982bfbe7 Binary files /dev/null and b/res/drawable-hdpi/ic_block_grey600_18dp.png differ diff --git a/res/drawable-hdpi/ic_block_white_18dp.png b/res/drawable-hdpi/ic_block_white_18dp.png new file mode 100644 index 0000000000..71b0a088b2 Binary files /dev/null and b/res/drawable-hdpi/ic_block_white_18dp.png differ diff --git a/res/drawable-hdpi/ic_volume_off_grey600_18dp.png b/res/drawable-hdpi/ic_volume_off_grey600_18dp.png new file mode 100644 index 0000000000..6cf04dc720 Binary files /dev/null and b/res/drawable-hdpi/ic_volume_off_grey600_18dp.png differ diff --git a/res/drawable-hdpi/ic_volume_off_white_18dp.png b/res/drawable-hdpi/ic_volume_off_white_18dp.png new file mode 100644 index 0000000000..a22789739b Binary files /dev/null and b/res/drawable-hdpi/ic_volume_off_white_18dp.png differ diff --git a/res/drawable-mdpi/ic_block_grey600_18dp.png b/res/drawable-mdpi/ic_block_grey600_18dp.png new file mode 100644 index 0000000000..ddf39b3faa Binary files /dev/null and b/res/drawable-mdpi/ic_block_grey600_18dp.png differ diff --git a/res/drawable-mdpi/ic_block_white_18dp.png b/res/drawable-mdpi/ic_block_white_18dp.png new file mode 100644 index 0000000000..04635612ea Binary files /dev/null and b/res/drawable-mdpi/ic_block_white_18dp.png differ diff --git a/res/drawable-mdpi/ic_volume_off_grey600_18dp.png b/res/drawable-mdpi/ic_volume_off_grey600_18dp.png new file mode 100644 index 0000000000..db6550370c Binary files /dev/null and b/res/drawable-mdpi/ic_volume_off_grey600_18dp.png differ diff --git a/res/drawable-mdpi/ic_volume_off_white_18dp.png b/res/drawable-mdpi/ic_volume_off_white_18dp.png new file mode 100644 index 0000000000..4630116500 Binary files /dev/null and b/res/drawable-mdpi/ic_volume_off_white_18dp.png differ diff --git a/res/drawable-xhdpi/ic_block_grey600_18dp.png b/res/drawable-xhdpi/ic_block_grey600_18dp.png new file mode 100644 index 0000000000..3b9c38b4cc Binary files /dev/null and b/res/drawable-xhdpi/ic_block_grey600_18dp.png differ diff --git a/res/drawable-xhdpi/ic_block_white_18dp.png b/res/drawable-xhdpi/ic_block_white_18dp.png new file mode 100644 index 0000000000..13f716d7fb Binary files /dev/null and b/res/drawable-xhdpi/ic_block_white_18dp.png differ diff --git a/res/drawable-xhdpi/ic_volume_off_grey600_18dp.png b/res/drawable-xhdpi/ic_volume_off_grey600_18dp.png new file mode 100644 index 0000000000..3a074ee278 Binary files /dev/null and b/res/drawable-xhdpi/ic_volume_off_grey600_18dp.png differ diff --git a/res/drawable-xhdpi/ic_volume_off_white_18dp.png b/res/drawable-xhdpi/ic_volume_off_white_18dp.png new file mode 100644 index 0000000000..6577af1a8f Binary files /dev/null and b/res/drawable-xhdpi/ic_volume_off_white_18dp.png differ diff --git a/res/drawable-xxhdpi/ic_block_grey600_18dp.png b/res/drawable-xxhdpi/ic_block_grey600_18dp.png new file mode 100644 index 0000000000..cb43d2814f Binary files /dev/null and b/res/drawable-xxhdpi/ic_block_grey600_18dp.png differ diff --git a/res/drawable-xxhdpi/ic_block_white_18dp.png b/res/drawable-xxhdpi/ic_block_white_18dp.png new file mode 100644 index 0000000000..61151d13b4 Binary files /dev/null and b/res/drawable-xxhdpi/ic_block_white_18dp.png differ diff --git a/res/drawable-xxhdpi/ic_volume_off_grey600_18dp.png b/res/drawable-xxhdpi/ic_volume_off_grey600_18dp.png new file mode 100644 index 0000000000..df2042188c Binary files /dev/null and b/res/drawable-xxhdpi/ic_volume_off_grey600_18dp.png differ diff --git a/res/drawable-xxhdpi/ic_volume_off_white_18dp.png b/res/drawable-xxhdpi/ic_volume_off_white_18dp.png new file mode 100644 index 0000000000..f3bd44fc49 Binary files /dev/null and b/res/drawable-xxhdpi/ic_volume_off_white_18dp.png differ diff --git a/res/drawable-xxxhdpi/ic_block_grey600_18dp.png b/res/drawable-xxxhdpi/ic_block_grey600_18dp.png new file mode 100644 index 0000000000..17bd1f090a Binary files /dev/null and b/res/drawable-xxxhdpi/ic_block_grey600_18dp.png differ diff --git a/res/drawable-xxxhdpi/ic_block_white_18dp.png b/res/drawable-xxxhdpi/ic_block_white_18dp.png new file mode 100644 index 0000000000..d2be2d616f Binary files /dev/null and b/res/drawable-xxxhdpi/ic_block_white_18dp.png differ diff --git a/res/drawable-xxxhdpi/ic_volume_off_grey600_18dp.png b/res/drawable-xxxhdpi/ic_volume_off_grey600_18dp.png new file mode 100644 index 0000000000..359e1aed80 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_volume_off_grey600_18dp.png differ diff --git a/res/drawable-xxxhdpi/ic_volume_off_white_18dp.png b/res/drawable-xxxhdpi/ic_volume_off_white_18dp.png new file mode 100644 index 0000000000..9f44de0527 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_volume_off_white_18dp.png differ diff --git a/res/layout/blocked_contact_list_item.xml b/res/layout/blocked_contact_list_item.xml new file mode 100644 index 0000000000..69c10cc10b --- /dev/null +++ b/res/layout/blocked_contact_list_item.xml @@ -0,0 +1,32 @@ + + + + + + + + + diff --git a/res/layout/blocked_contacts_fragment.xml b/res/layout/blocked_contacts_fragment.xml new file mode 100644 index 0000000000..71859fcc46 --- /dev/null +++ b/res/layout/blocked_contacts_fragment.xml @@ -0,0 +1,23 @@ + + + + + + + + \ No newline at end of file diff --git a/res/layout/conversation_activity.xml b/res/layout/conversation_activity.xml index 2b60633d73..a5dcc2ae44 100644 --- a/res/layout/conversation_activity.xml +++ b/res/layout/conversation_activity.xml @@ -131,6 +131,13 @@ +