Browse Source

Added tutle mode action bar icons.

pull/11/head
Eric Kok 12 years ago
parent
commit
85e03cc15b
  1. BIN
      core/res/drawable-hdpi/ic_action_turtle_disabled.png
  2. BIN
      core/res/drawable-hdpi/ic_action_turtle_enabled.png
  3. BIN
      core/res/drawable-mdpi/ic_action_turtle_disabled.png
  4. BIN
      core/res/drawable-mdpi/ic_action_turtle_enabled.png
  5. BIN
      core/res/drawable-xhdpi/ic_action_turtle_disabled.png
  6. BIN
      core/res/drawable-xhdpi/ic_action_turtle_enabled.png
  7. 2
      core/res/menu/activity_torrents.xml

BIN
core/res/drawable-hdpi/ic_action_turtle_disabled.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 853 B

BIN
core/res/drawable-hdpi/ic_action_turtle_enabled.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 742 B

BIN
core/res/drawable-mdpi/ic_action_turtle_disabled.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 B

BIN
core/res/drawable-mdpi/ic_action_turtle_enabled.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 B

BIN
core/res/drawable-xhdpi/ic_action_turtle_disabled.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
core/res/drawable-xhdpi/ic_action_turtle_enabled.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

2
core/res/menu/activity_torrents.xml

@ -23,11 +23,13 @@ @@ -23,11 +23,13 @@
android:title="@string/action_rss"/>
<item
android:id="@+id/action_enableturtle"
android:icon="@drawable/ic_action_turtle_disabled"
android:showAsAction="ifRoom"
android:title="@string/action_enableturtle"/>
<item
android:id="@+id/action_disableturtle"
android:showAsAction="ifRoom"
android:icon="@drawable/ic_action_turtle_enabled"
android:title="@string/action_disableturtle"/>
<item
android:id="@+id/action_refresh"

Loading…
Cancel
Save