aboutsummaryrefslogtreecommitdiff
path: root/res/menu/chat.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/chat.xml')
-rw-r--r--res/menu/chat.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/menu/chat.xml b/res/menu/chat.xml
index c8ea860a..5e39a5c7 100644
--- a/res/menu/chat.xml
+++ b/res/menu/chat.xml
@@ -3,17 +3,15 @@
xmlns:compat="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_refresh"
- android:icon="@drawable/action_refresh"
+ android:icon="?attr/refresh"
android:title="@string/menu.refresh"
compat:showAsAction="always|withText"/>
<item
android:id="@+id/menu_settings"
- android:icon="@drawable/action_settings"
android:title="@string/menu.settings"/>
<item
android:id="@+id/menu_exit"
- android:icon="@drawable/action_exit"
android:title="@string/menu.exit"/>
</menu> \ No newline at end of file