Skip to content
Snippets Groups Projects
Commit 75042656 authored by Ghazi Akmal Fauzan's avatar Ghazi Akmal Fauzan
Browse files

fix: modify transaction land text

parent 218cbecc
No related merge requests found
......@@ -14,7 +14,7 @@
android:id="@+id/addTransactionTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/new_transaction"
android:text="@string/modify_transaction"
android:textSize="25sp"
android:textStyle="bold"
android:textColor="@color/primary_bg"
......@@ -28,7 +28,7 @@
android:id="@+id/addTransactionSubTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/insert_trans_details"
android:text="@string/trans_details"
android:textSize="15sp"
android:textStyle="bold"
android:gravity="center"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment