Skip to content

Commit

Permalink
codinguser#876 - In transaction form, put the split button to the rig…
Browse files Browse the repository at this point in the history
…ht, like for transaction without splits
  • Loading branch information
JeanGarf committed Mar 3, 2020
1 parent f507e59 commit 6ed4930
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/layout/fragment_transaction_form.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@
android:textIsSelectable="true"
gnucash:keyboardKeysLayout="@xml/calculator_keyboard"/>

<ImageView android:id="@+id/btn_split_editor"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="Open split editor"
android:src="@drawable/content_split_holo_light" />

<org.gnucash.android.ui.util.widget.TransactionTypeSwitch
android:id="@+id/input_transaction_type"
android:layout_width="0dp"
Expand All @@ -93,6 +87,12 @@
android:textSize="14sp"
android:checked="true"/>

<ImageView android:id="@+id/btn_split_editor"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="Open split editor"
android:src="@drawable/content_split_holo_light" />

</TableRow>
<View style="@style/Divider" />
<TableRow android:id="@+id/layout_double_entry"
Expand Down

0 comments on commit 6ed4930

Please sign in to comment.