Skip to content

Commit

Permalink
style: Incorrect input type in Amount field of the Charge Dialog Frag…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
AbhilashG97 committed Mar 20, 2017
1 parent 2379c32 commit 7974248
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@color/light_grey" />
android:background="@color/light_grey"
android:inputType="numberDecimal"/>
</TableRow>

<TableRow
Expand Down

0 comments on commit 7974248

Please sign in to comment.