]> git.ktnx.net Git - mobile-ledger.git/commitdiff
add calendar drawable to the date input of the new transaction activity
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 24 Nov 2019 11:12:41 +0000 (13:12 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 24 Nov 2019 11:12:41 +0000 (13:12 +0200)
app/src/main/res/layout/new_transaction_row.xml

index 707c7b0d25a0f54ecd02a58ffab5f46b71c6edcb..382e9ebdefe6a5439bf1fec65135ce3633a8face 100644 (file)
@@ -33,6 +33,7 @@
             android:layout_width="94dp"
             android:layout_height="0dp"
             android:accessibilityTraversalBefore="@+id/new_transaction_description"
+            android:drawableStart="@drawable/ic_event_gray_24dp"
             android:ems="10"
             android:foregroundGravity="bottom"
             android:gravity="bottom"