Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.
Prev Previous commit
Next Next commit
#68[30m]. Add charts option to nav drawer.
  • Loading branch information
Evgenii Kanivets committed Apr 27, 2016
commit 6e2ad6ea520c425a4df9eb72dfad6444a0a27e6f
Binary file added app/src/main/res/drawable-xxxhdpi/ic_charts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion app/src/main/res/menu/menu_nav_drawer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,20 @@
android:id="@+id/nav_rates"
android:icon="@drawable/ic_exchange_rates"
android:title="@string/title_exchange_rates" />
<item
android:id="@+id/nav_charts"
android:icon="@drawable/ic_charts"
android:title="@string/title_charts" />
</group>

<group android:id="@+id/group_2">
<item
android:id="@+id/nav_export"
android:icon="@drawable/ic_export"
android:title="@string/title_export" />
</group>

<group android:id="@+id/group_2">
<group android:id="@+id/group_3">
<item
android:id="@+id/nav_settings"
android:icon="@drawable/ic_settings"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@
<string name="default_account">Счет по умолчанию</string>
<string name="default_currency">Валюта по умолчанию</string>

<string name="title_charts">Графики</string>

</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values-uk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@
<string name="default_account">Рахунок за замовчуванням</string>
<string name="default_currency">Валюта за замовчуванням</string>

<string name="title_charts">Графіки</string>

</resources>
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<string name="period_from_to" translatable="false">%1$s - %2$s</string>
<string name="default_currency">Default currency</string>

<!-- Not translated strings -->
<string name="title_charts">Charts</string>

<!-- Not translated strings -->
</resources>