]> git.ktnx.net Git - mobile-ledger.git/commitdiff
action button for new transaction: color with the primary color
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 29 Nov 2018 18:54:48 +0000 (18:54 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 29 Nov 2018 18:54:48 +0000 (18:54 +0000)
app/src/main/res/layout/app_bar_latest_transactions.xml

index 66eaf6cf310f7dd6021c7d6ba06a385efa4e754c..96b62fd4dfefcfdd878290fb4cfac5f1816c85c1 100644 (file)
@@ -28,6 +28,7 @@
         android:layout_height="wrap_content"
         android:layout_gravity="bottom|end"
         android:layout_margin="@dimen/fab_margin"
+        app:backgroundTint="@color/colorPrimary"
         app:srcCompat="@drawable/svg_thick_plus_white" />
 
 </android.support.design.widget.CoordinatorLayout>
\ No newline at end of file