Skip to content

Commit

Permalink
Updated new transaction screen UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarnagiris committed Nov 30, 2014
1 parent 82ead6f commit 049d3f5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 14 additions & 8 deletions financius/src/main/res/layout/activity_transaction_edit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
<ImageButton
android:id="@+id/transactionTypeImageButton"
style="@style/Button.Borderless"
android:layout_width="wrap_content"
android:layout_width="@dimen/keyline_content"
android:layout_height="match_parent"
android:contentDescription="@string/transaction_type"
android:minWidth="@dimen/big_touch_size"
android:padding="@dimen/keyline"
android:scaleType="centerInside"
tools:src="@drawable/ic_category_type_expense" />

Expand All @@ -64,21 +64,27 @@

<Button
android:id="@+id/exchangeRateButton"
style="@style/Button.Borderless.Select"
style="@style/Button.Borderless.Bounded.Select"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/space_large"
android:gravity="end|bottom"
android:gravity="end|center_vertical"
android:paddingLeft="@dimen/keyline"
android:paddingRight="@dimen/keyline"
android:singleLine="true"
android:textColor="@color/text_primary_inverse"
android:visibility="gone"
tools:text="0.83548" />

<Button
android:id="@+id/amountToButton"
style="@style/Button.Borderless.Select"
style="@style/Button.Borderless.Bounded.Select"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/space_large"
android:gravity="end|bottom"
android:gravity="end|center_vertical"
android:paddingLeft="@dimen/keyline"
android:paddingRight="@dimen/keyline"
android:singleLine="true"
android:textColor="@color/text_primary_inverse"
android:visibility="gone"
tools:text="835.48 £" />

Expand Down

0 comments on commit 049d3f5

Please sign in to comment.