mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2024-11-23 13:59:29 +00:00
Replaced friend icon
This commit is contained in:
parent
01053a0d18
commit
26a5bc08e7
9
app/src/main/res/drawable/ic_friends.xml
Normal file
9
app/src/main/res/drawable/ic_friends.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="640dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="640.0"
|
||||
android:viewportHeight="512.0">
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-0.5 4.3-0.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z"/>
|
||||
</vector>
|
Binary file not shown.
Before Width: | Height: | Size: 4.5 KiB |
@ -1,6 +1,6 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:width="448dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="448.0"
|
||||
android:viewportHeight="512.0">
|
||||
<path
|
||||
|
@ -33,7 +33,7 @@
|
||||
<ImageView
|
||||
android:layout_width="@dimen/fragment_conversations_list_icon_width"
|
||||
android:layout_height="@dimen/fragment_conversations_list_icon_height"
|
||||
android:src="@drawable/ic_menu_allfriends" />
|
||||
android:src="@drawable/ic_friends" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/fragment_conversationslist_item_number_members"
|
||||
|
@ -9,7 +9,7 @@
|
||||
<item
|
||||
android:id="@+id/action_friendslist"
|
||||
android:title="@string/navigation_bottom_friends_item"
|
||||
android:icon="@drawable/ic_menu_allfriends"
|
||||
android:icon="@drawable/ic_friends"
|
||||
/>
|
||||
|
||||
<item
|
||||
|
Loading…
Reference in New Issue
Block a user