android-calculatorpp/android-app/res/xml/preferences.xml

13 lines
431 B
XML
Raw Normal View History

2012-10-09 10:03:16 -04:00
<?xml version="1.0" encoding="utf-8"?>
2012-10-10 08:13:58 -04:00
<PreferenceScreen xmlns:a="http://schemas.android.com/apk/res/android">
2012-10-09 10:03:16 -04:00
<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"
2013-01-14 05:10:23 -05:00
a:defaultValue="false"/>
2012-10-09 10:03:16 -04:00
<org.solovyev.android.ads.AdViewPreference a:layout="@layout/admob_pref"/>
2011-07-16 15:25:12 -04:00
</PreferenceScreen>