mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-22 05:45:04 +00:00
Merge pull request #52 from HabitRPG/refresh-button
Add refresh button rather than three dots icon
This commit is contained in:
commit
07ebfcb46d
6 changed files with 2 additions and 1 deletions
BIN
Habitica/res/drawable-hdpi/ic_refresh_white.png
Normal file
BIN
Habitica/res/drawable-hdpi/ic_refresh_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 387 B |
BIN
Habitica/res/drawable-mdpi/ic_refresh_white.png
Normal file
BIN
Habitica/res/drawable-mdpi/ic_refresh_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 254 B |
BIN
Habitica/res/drawable-xhdpi/ic_refresh_white.png
Normal file
BIN
Habitica/res/drawable-xhdpi/ic_refresh_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 509 B |
BIN
Habitica/res/drawable-xxhdpi/ic_refresh_white.png
Normal file
BIN
Habitica/res/drawable-xxhdpi/ic_refresh_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 734 B |
BIN
Habitica/res/drawable-xxxhdpi/ic_refresh_white.png
Normal file
BIN
Habitica/res/drawable-xxxhdpi/ic_refresh_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 967 B |
|
|
@ -11,8 +11,9 @@
|
||||||
|
|
||||||
<item
|
<item
|
||||||
android:id="@+id/action_reload"
|
android:id="@+id/action_reload"
|
||||||
|
android:icon="@drawable/ic_refresh_white"
|
||||||
android:orderInCategory="103"
|
android:orderInCategory="103"
|
||||||
android:title="@string/action_refresh"
|
app:showAsAction="ifRoom"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</menu>
|
</menu>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue