Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Changed application specific fake values icon to a star
Browse files Browse the repository at this point in the history
Refs #1831
  • Loading branch information
M66B committed Aug 25, 2014
1 parent 7df4022 commit b388656
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Version 2.99.x and version 3.x will be available with a [pro license](http://www
**Next release**

* Clear will also clear usage data and settings
* Changed application specific fake values icon to a star ([issue](/../../issues/1831))
* Updated Arabic translation
* Updated Italian translation
* Updated Japanese translation
Expand Down
4 changes: 2 additions & 2 deletions res/layout/help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
android:textIsSelectable="false" />
</LinearLayout>

<!-- application setting -->
<!-- application specific settings -->

<LinearLayout
android:layout_width="wrap_content"
Expand All @@ -228,7 +228,7 @@
android:layout_width="32dip"
android:layout_height="32dip"
android:contentDescription="@string/help_settings"
android:src="@android:drawable/ic_menu_edit" />
android:src="@android:drawable/btn_star_big_off" />
</LinearLayout>

<TextView
Expand Down
2 changes: 1 addition & 1 deletion res/layout/mainentry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
android:layout_gravity="center_vertical"
android:contentDescription="@string/help_application"
android:paddingLeft="3dip"
android:src="@android:drawable/ic_menu_edit"
android:src="@android:drawable/btn_star_big_off"
android:visibility="gone" />

<ImageView
Expand Down

0 comments on commit b388656

Please sign in to comment.