New 'video muted' icon

This commit is contained in:
Pierre-Eric Pelloux-Prayer 2011-09-23 14:57:05 +02:00
parent b7a3c705af
commit b8746b31c8
4 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -19,7 +19,7 @@ android:layout_marginRight="15dip" >
android:layout_width="88dip"
android:layout_height="72dip"
android:id="@+id/imageView1"
android:src="@drawable/mic_muted"
android:src="@drawable/video_muted"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"
android:layout_marginTop="15dip"

View file

@ -19,7 +19,7 @@ android:layout_marginRight="15dip" >
android:layout_width="72dip"
android:layout_height="88dip"
android:id="@+id/imageView1"
android:src="@drawable/mic_muted"
android:src="@drawable/video_muted"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:layout_marginBottom="15dip"