[android-developers] Re: How can i use Scroll bar in my Linear layoutview.....

2009-08-29 Thread wangysh2009
Maybe u should put your linear layout in a scroll view. 2009-08-29 wangysh2009 发件人: ragavendran s 发送时间: 2009-08-29 12:04:54 收件人: android-developers 抄送: 主题: [android-developers] How can i use Scroll bar in my Linear layoutview. How can i use Scroll bar in my Linear layout view

[android-developers] Chinese name writen in Sim Contact appears to be blank

2009-08-25 Thread wangysh2009
hi, All I'm trying to write some contacts into sim contact. ContentValues cv = new ContentValues(); cv.put("tag", ""); cv.put("number", ""); cv.put("newTag", "中文"); cv.put("newNumber", "12345678"); getContentResolver().insert(SIM_CONTACTS_URI, cv); After you shut down the phone and check the s