Closed GoogleCodeExporter closed 9 years ago
Have you tried to set the lable of the checkbox in the application that you are
testing? In the xml file were you define them.
Original comment by renasr...@gmail.com
on 20 Apr 2011 at 7:35
yup, in fact, it is initially labeled through the main.xml and strings.xml
settings.xml:
<CheckBoxPreference android:key="music"
android:title="@string/music_title" android:summary="@string/music_summary"
android:defaultValue="true" />
<CheckBoxPreference android:key="hints"
android:title="@string/hints_title" android:summary="@string/hints_summary"
android:defaultValue="true" />
strings.xml:
<string name="music_title">Music</string>
<string name="music_summary">Play background music</string>
<string name="hints_title">Hints</string>
<string name="hints_summary">Show hints during play</string>
if I am right, android:title="@string/hints_title" and
android:title="@string/music_title" would be its label. so its predefined.
Original comment by ph3so_...@yahoo.com
on 20 Apr 2011 at 8:01
Would it be possible for you to email me your application?
Original comment by renasr...@gmail.com
on 20 Apr 2011 at 8:05
Mr. Renas - sensei,
the file attached above, which is the "Android Sudoku Test.zip" already
contains the test project and the project to be tested.
I hope you will be able to show what my problem was. oh please.. :D
Regards,
Mark
Original comment by ph3so_...@yahoo.com
on 20 Apr 2011 at 8:27
Original issue reported on code.google.com by
ph3so_...@yahoo.com
on 20 Apr 2011 at 12:23Attachments: