- Fix code typos - Add a 'fromSym' field in the transactions table - Fix translation in the drawer [RecordTransactionActivity rework] - New currency selection - Add Exchange selection - Add corresponding Pair selection - Add tabs to select Buy/Sell/Transaction > Buy fragment - Add note field - Add fee format selection - Limit date selection to the past (it's no longer possible to add a futur transaction) - Auto fill the price after date selection
10 lines
299 B
XML
10 lines
299 B
XML
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shareInterpolator="false"
|
|
android:fillAfter="true">
|
|
|
|
<translate
|
|
android:fromXDelta="0%" android:toXDelta="0%"
|
|
android:fromYDelta="0%" android:toYDelta="200%"
|
|
android:duration="400" />
|
|
|
|
</set> |