From: Damyan Ivanov Date: Sun, 24 Nov 2019 11:12:41 +0000 (+0200) Subject: add calendar drawable to the date input of the new transaction activity X-Git-Tag: v0.11.0~46 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=03170093a47ab9ed5f8624677030f6327a29cf41 add calendar drawable to the date input of the new transaction activity --- diff --git a/app/src/main/res/layout/new_transaction_row.xml b/app/src/main/res/layout/new_transaction_row.xml index 707c7b0d..382e9ebd 100644 --- a/app/src/main/res/layout/new_transaction_row.xml +++ b/app/src/main/res/layout/new_transaction_row.xml @@ -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"