Skip to content

Commit

Permalink
codinguser#110 Use SearchableSpinnerView in Splits
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanGarf committed Feb 29, 2020
1 parent cf19704 commit c3e71ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/item_split_entry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ limitations under the License.
android:gravity="top" />
</android.support.design.widget.TextInputLayout>

<Spinner
<org.gnucash.android.ui.util.widget.searchablespinner.SearchableSpinnerView
android:id="@+id/input_accounts_spinner"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
Expand Down

0 comments on commit c3e71ca

Please sign in to comment.