mirror of
https://github.com/mgroves/MonodroidStockPortfolio.git
synced 2025-01-04 03:00:20 +00:00
9 lines
No EOL
414 B
XML
9 lines
No EOL
414 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<PreferenceCategory android:title="General Settings">
|
|
<Preference
|
|
android:title="Stock Items"
|
|
android:summary="Which columns do you want to see?"
|
|
android:key="customStockItems" />
|
|
</PreferenceCategory>
|
|
</PreferenceScreen> |