Skip to content

Commit 897ad6a

Browse files
committed
dialog_report.xml: Add Truecaller checkbox to report dialog
1 parent b090ec5 commit 897ad6a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@
7878
android:checked="true"
7979
android:text="Tellows" />
8080

81-
<!-- <CheckBox-->
82-
<!-- android:id="@+id/checkboxTruecaller"-->
83-
<!-- android:layout_width="wrap_content"-->
84-
<!-- android:layout_height="wrap_content"-->
85-
<!-- android:checked="true"-->
86-
<!-- android:text="Truecaller" />-->
81+
<CheckBox
82+
android:id="@+id/checkboxTruecaller"
83+
android:layout_width="wrap_content"
84+
android:layout_height="wrap_content"
85+
android:checked="true"
86+
android:text="Truecaller" />
8787

8888
<View
8989
android:layout_width="match_parent"

0 commit comments

Comments
 (0)