]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/content_new_transaction.xml
note the 'Account summary' item in the navigation drawer when the Account summary...
[mobile-ledger.git] / app / src / main / res / layout / content_new_transaction.xml
index 0d284493e5b8b0cd051fd029607ecaa0c8e3a7ec..89e3c2cecca001d3ce9e22e79a57dea8c7d0afbd 100644 (file)
@@ -6,7 +6,7 @@
     android:layout_height="match_parent"
     app:layout_behavior="@string/appbar_scrolling_view_behavior"
     tools:context=".NewTransactionActivity"
-    tools:showIn="@layout/activity_account_summary">
+    tools:showIn="@layout/activity_new_transaction">
 
     <ScrollView
         android:id="@+id/transaction_details"
@@ -70,7 +70,8 @@
                         android:width="0dp"
                         android:hint="@string/new_transaction_account_hint"
                         android:nextFocusDown="@id/new_transaction_amt_1"
-                        android:nextFocusForward="@id/new_transaction_amt_1" />
+                        android:nextFocusForward="@id/new_transaction_amt_1"
+                        android:textColorLink="@android:color/background_light" />
 
                     <EditText
                         android:id="@+id/new_transaction_amt_1"