Skip to content

Commit

Permalink
Merge pull request #76 from rachittt/hardcodedText
Browse files Browse the repository at this point in the history
removed harcoded text
  • Loading branch information
abhijitramesh authored Dec 3, 2019
2 parents 09db8e7 + b59c0ec commit c9fb7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/item_recent_transactions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Amount"
android:text="@string/amount"
android:textSize="@dimen/text_medium"
android:layout_gravity="center"/>

Expand All @@ -86,7 +86,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Balance"
android:text="@string/balance"
android:textSize="@dimen/text_medium"
android:layout_gravity="center"/>
<TextView
Expand Down

0 comments on commit c9fb7dc

Please sign in to comment.