android-calculatorpp/android-app/res/xml/preferences.xml
Sergey Solovyev e57ce8cf2c code reformat
2013-06-15 00:31:52 +04:00

13 lines
392 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:a="http://schemas.android.com/apk/res/android">
<Preference
a:key="@string/p_calc_ad_free_key"
a:title="@string/c_calc_ad_free_title"
a:summary="@string/c_calc_ad_free_summary"
a:defaultValue="false" />
<org.solovyev.android.ads.AdViewPreference a:layout="@layout/acl_adview_pref" />
</PreferenceScreen>