We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d76e4 commit a29d556Copy full SHA for a29d556
2 files changed
app/src/main/res/layout/activity_transaction_detail.xml
@@ -73,8 +73,7 @@
73
android:stretchColumns="1"
74
android:orientation="vertical" >
75
76
- <TableRow android:id="@+id/row_balance"
77
- android:layout_width="match_parent"
+ <TableRow android:layout_width="match_parent"
78
android:layout_height="wrap_content"
79
android:weightSum="5"
80
android:paddingTop="5dp"
app/src/main/res/layout/item_split_amount_info.xml
@@ -16,7 +16,6 @@
16
-->
17
<TableRow xmlns:tools="http://schemas.android.com/tools"
18
xmlns:android="http://schemas.android.com/apk/res/android"
19
- android:id="@+id/row_split_amount_info"
20
android:layout_width="match_parent"
21
22
0 commit comments