Skip to content

Commit a29d556

Browse files
committed
Revert unneeded changes
1 parent 10d76e4 commit a29d556

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

app/src/main/res/layout/activity_transaction_detail.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@
7373
android:stretchColumns="1"
7474
android:orientation="vertical" >
7575

76-
<TableRow android:id="@+id/row_balance"
77-
android:layout_width="match_parent"
76+
<TableRow android:layout_width="match_parent"
7877
android:layout_height="wrap_content"
7978
android:weightSum="5"
8079
android:paddingTop="5dp"

app/src/main/res/layout/item_split_amount_info.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
-->
1717
<TableRow xmlns:tools="http://schemas.android.com/tools"
1818
xmlns:android="http://schemas.android.com/apk/res/android"
19-
android:id="@+id/row_split_amount_info"
2019
android:layout_width="match_parent"
2120
android:layout_height="wrap_content"
2221
android:weightSum="5"

0 commit comments

Comments
 (0)