Skip to content

Commit

Permalink
some code update -nayem
Browse files Browse the repository at this point in the history
  • Loading branch information
zobayerdev committed Feb 6, 2023
1 parent 4af7353 commit d4f5d55
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/src/main/res/layout/expense_row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
app:contentPadding="10dp"
android:layout_margin="5dp"
android:id="@+id/cardview"

>

<RelativeLayout
Expand All @@ -21,7 +22,7 @@

<TextView
android:id="@+id/note"
android:textSize="18sp"
android:textSize="17sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Note"
Expand All @@ -31,7 +32,7 @@

<TextView
android:id="@+id/category"
android:textSize="18sp"
android:textSize="17sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Category"
Expand All @@ -42,7 +43,7 @@

<TextView
android:id="@+id/type"
android:textSize="18sp"
android:textSize="17sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Expense Type"
Expand Down

0 comments on commit d4f5d55

Please sign in to comment.