Skip to content

Commit

Permalink
Fixed layout for account edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarnagiris committed Oct 19, 2014
1 parent 1e7b9de commit 5d74f08
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions financius/src/main/res/layout/fragment_account_edit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/currency"
tools:stateListAnimator="@android:animator/fade_in"
tools:text="GBP" />

<Button
Expand All @@ -62,10 +61,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/space_normal"
android:gravity="right|center_vertical"
android:gravity="right|bottom"
android:hint="@string/balance"
tools:ignore="RtlHardcoded"
tools:stateListAnimator="@android:animator/fade_in"
tools:text="1,234.56 £" />

</LinearLayout>
Expand All @@ -77,14 +75,15 @@
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/keyline"
android:layout_marginRight="@dimen/keyline"
android:layout_marginTop="@dimen/space_normal"
android:layout_marginTop="@dimen/space_large"
android:gravity="bottom"
android:hint="@string/note"
android:inputType="textCapSentences" />
android:inputType="textCapSentences"
android:minHeight="@dimen/recommended_touch_size" />

<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="4dp"
tools:ignore="RtlHardcoded,RtlSymmetry">

<CheckBox
Expand Down

0 comments on commit 5d74f08

Please sign in to comment.