开发者

Custom Preference

开发者 https://www.devze.com 2023-03-04 05:32 出处:网络
I have my own preference <Preference android:key=\"testkey\" android:title=\"Test\" android:summary=\"test\">

I have my own preference

<Preference
android:key="testkey"
android:title="Test"
android:summary="test">
/Preference>    

How i can start开发者_开发技巧 ProgressDialog with downloading from preference?


You can start from here: http://www.codeproject.com/KB/android/seekbar_preference.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消