We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b090ec5 commit 897ad6aCopy full SHA for 897ad6a
app/src/main/res/layout/dialog_report.xml
@@ -78,12 +78,12 @@
78
android:checked="true"
79
android:text="Tellows" />
80
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" />-->
+ <CheckBox
+ android:id="@+id/checkboxTruecaller"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:checked="true"
+ android:text="Truecaller" />
87
88
<View
89
android:layout_width="match_parent"
0 commit comments