Browse Source

UI : Change icon name stop to close

1.4.x
Alexandre Perraud 11 years ago
parent
commit
0e2991fd89
  1. 0
      vlc-android/res/drawable-hdpi/ic_close_normal_w.png
  2. 0
      vlc-android/res/drawable-hdpi/ic_close_pressed_w.png
  3. BIN
      vlc-android/res/drawable-hdpi/ic_stop_normal.png
  4. BIN
      vlc-android/res/drawable-hdpi/ic_stop_pressed.png
  5. 0
      vlc-android/res/drawable-ldpi/ic_close_normal_w.png
  6. 0
      vlc-android/res/drawable-ldpi/ic_close_pressed_w.png
  7. BIN
      vlc-android/res/drawable-ldpi/ic_stop_normal.png
  8. BIN
      vlc-android/res/drawable-ldpi/ic_stop_pressed.png
  9. 0
      vlc-android/res/drawable-mdpi/ic_close_normal_w.png
  10. 0
      vlc-android/res/drawable-mdpi/ic_close_pressed_w.png
  11. BIN
      vlc-android/res/drawable-mdpi/ic_stop_normal.png
  12. BIN
      vlc-android/res/drawable-mdpi/ic_stop_pressed.png
  13. 0
      vlc-android/res/drawable-xhdpi/ic_close_normal_w.png
  14. 0
      vlc-android/res/drawable-xhdpi/ic_close_pressed_w.png
  15. BIN
      vlc-android/res/drawable-xhdpi/ic_stop_normal.png
  16. BIN
      vlc-android/res/drawable-xhdpi/ic_stop_pressed.png
  17. 7
      vlc-android/res/drawable/ic_close_w.xml
  18. 7
      vlc-android/res/drawable/ic_stop.xml
  19. 7
      vlc-android/res/drawable/ic_stop_w.xml
  20. 2
      vlc-android/res/layout/notification.xml
  21. 2
      vlc-android/res/layout/notification_expanded.xml
  22. 2
      vlc-android/res/layout/vlcwidget.xml

0
vlc-android/res/drawable-hdpi/ic_stop_normal_w.png → vlc-android/res/drawable-hdpi/ic_close_normal_w.png

Before

Width:  |  Height:  |  Size: 278 B

After

Width:  |  Height:  |  Size: 278 B

0
vlc-android/res/drawable-hdpi/ic_stop_pressed_w.png → vlc-android/res/drawable-hdpi/ic_close_pressed_w.png

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
vlc-android/res/drawable-hdpi/ic_stop_normal.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 B

BIN
vlc-android/res/drawable-hdpi/ic_stop_pressed.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

0
vlc-android/res/drawable-ldpi/ic_stop_normal_w.png → vlc-android/res/drawable-ldpi/ic_close_normal_w.png

Before

Width:  |  Height:  |  Size: 202 B

After

Width:  |  Height:  |  Size: 202 B

0
vlc-android/res/drawable-ldpi/ic_stop_pressed_w.png → vlc-android/res/drawable-ldpi/ic_close_pressed_w.png

Before

Width:  |  Height:  |  Size: 703 B

After

Width:  |  Height:  |  Size: 703 B

BIN
vlc-android/res/drawable-ldpi/ic_stop_normal.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 B

BIN
vlc-android/res/drawable-ldpi/ic_stop_pressed.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 714 B

0
vlc-android/res/drawable-mdpi/ic_stop_normal_w.png → vlc-android/res/drawable-mdpi/ic_close_normal_w.png

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 239 B

0
vlc-android/res/drawable-mdpi/ic_stop_pressed_w.png → vlc-android/res/drawable-mdpi/ic_close_pressed_w.png

Before

Width:  |  Height:  |  Size: 960 B

After

Width:  |  Height:  |  Size: 960 B

BIN
vlc-android/res/drawable-mdpi/ic_stop_normal.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 B

BIN
vlc-android/res/drawable-mdpi/ic_stop_pressed.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 950 B

0
vlc-android/res/drawable-xhdpi/ic_stop_normal_w.png → vlc-android/res/drawable-xhdpi/ic_close_normal_w.png

Before

Width:  |  Height:  |  Size: 359 B

After

Width:  |  Height:  |  Size: 359 B

0
vlc-android/res/drawable-xhdpi/ic_stop_pressed_w.png → vlc-android/res/drawable-xhdpi/ic_close_pressed_w.png

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
vlc-android/res/drawable-xhdpi/ic_stop_normal.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 B

BIN
vlc-android/res/drawable-xhdpi/ic_stop_pressed.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

7
vlc-android/res/drawable/ic_close_w.xml

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_close_normal_w" android:state_focused="true" android:state_pressed="false"/>
<item android:drawable="@drawable/ic_close_pressed_w" android:state_focused="true" android:state_pressed="true"/>
<item android:drawable="@drawable/ic_close_pressed_w" android:state_focused="false" android:state_pressed="true"/>
<item android:drawable="@drawable/ic_close_normal_w"/>
</selector>

7
vlc-android/res/drawable/ic_stop.xml

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_stop_normal" android:state_focused="true" android:state_pressed="false"/>
<item android:drawable="@drawable/ic_stop_pressed" android:state_focused="true" android:state_pressed="true"/>
<item android:drawable="@drawable/ic_stop_pressed" android:state_focused="false" android:state_pressed="true"/>
<item android:drawable="@drawable/ic_stop_normal"/>
</selector>

7
vlc-android/res/drawable/ic_stop_w.xml

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_stop_normal_w" android:state_focused="true" android:state_pressed="false"/>
<item android:drawable="@drawable/ic_stop_pressed_w" android:state_focused="true" android:state_pressed="true"/>
<item android:drawable="@drawable/ic_stop_pressed_w" android:state_focused="false" android:state_pressed="true"/>
<item android:drawable="@drawable/ic_stop_normal_w"/>
</selector>

2
vlc-android/res/layout/notification.xml

@ -70,6 +70,6 @@
android:background="#00ffffff"
android:clickable="true"
android:scaleType="fitXY"
android:src="@drawable/ic_stop_w" />
android:src="@drawable/ic_close_w" />
</LinearLayout>

2
vlc-android/res/layout/notification_expanded.xml

@ -61,7 +61,7 @@
android:background="#00ffffff"
android:clickable="true"
android:scaleType="fitXY"
android:src="@drawable/ic_stop_w" />
android:src="@drawable/ic_close_w" />
<LinearLayout
android:id="@+id/buttons"

2
vlc-android/res/layout/vlcwidget.xml

@ -87,7 +87,7 @@
android:background="#00ffffff"
android:clickable="true"
android:scaleType="fitXY"
android:src="@drawable/ic_stop_w" />
android:src="@drawable/ic_close_w" />
<ImageButton
android:id="@+id/forward"

Loading…
Cancel
Save