[android-developers] Flashing the android device

2010-04-06 Thread emna zeddini
Hello everybody, After dowloading the source code of the android OS, I have made some modifications on it. Now I want to flash my device with the new system. How to proceed? Thanks in advance. -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Checkboxpreference

2010-03-30 Thread emna zeddini
Hello everybody, I would like to override the checkbox preference so that: - the key and title are right aligned - the checkbox icon is on the left side I think I have to modify the checkboxpreference.java, do you know how? Thanks in advance. -- You received this message because you are

[android-developers] checkbox preference

2010-03-30 Thread emna zeddini
Hello everybody, I would like to override the checkbox preference so that: - the key and title are right aligned - the checkbox icon is on the left side I think I have to modify the checkboxpreference.java, do you know how? Thanks in advance. -- You received this message because you are

Re: [android-developers] keyboard

2010-03-30 Thread emna zeddini
Hello, Do you have any idea about integrating arabic keyboard to android. May be by altering /development/samples/softkeyboard? 2010/3/29 emna zeddini zeddini.e...@gmail.com Of course I am focusing on the android platform. 2010/3/29 Mark Murphy mmur...@commonsware.com emna zeddini wrote

[android-developers] spinner

2010-03-29 Thread emna zeddini
Good Morning, I am thinking of having a spinner with a reversed direction , that's from right to left. Have I to override the class spinner.java ? Cordially. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Re: spinner

2010-03-29 Thread emna zeddini
Hello, Could you please explain a little more. Thanks in advance. 2010/3/29 Nithin nithin.war...@gmail.com If you want the text to align to right, then create a custom adapter which extends BaseAdapter and align the text to right. Nithin On Mar 29, 2:53 pm, emna zeddini zeddini.e

Re: [android-developers] Re: left scrollbar

2010-03-29 Thread emna zeddini
are on the right. Making that different just makes things gratuitously different for the user, for no reason I can see. On Sat, Mar 27, 2010 at 9:09 AM, skink psk...@gmail.com wrote: On Mar 27, 3:03 pm, Mark Murphy mmur...@commonsware.com wrote: emna zeddini wrote: hello, I

[android-developers] Re: left scrollbar

2010-03-29 Thread emna zeddini
Hello, Just I have a l suggestion, why don't you in the futur add a field in which android users can choose between left side or right side scrollbars so that you satisfy the needs of both RTL and LTR languages. Best regards. 2010/3/27 emna zeddini zeddini.e...@gmail.com Hello,. Is there a way

[android-developers] keyboard

2010-03-29 Thread emna zeddini
Hello everybody, I am interesting in integrating an arabic keyboard to the android system. I proceeded as follows: I have modified the xml and the layout in the package softkeyboard by replacing English letters and their codes by the arabic one.Of cource I created 2 new directories in

Re: [android-developers] Re: left scrollbar

2010-03-29 Thread emna zeddini
29, 3:53 am, emna zeddini zeddini.e...@gmail.com wrote: Hello, Just I have a l suggestion, why don't you in the futur add a field in which android users can choose between left side or right side scrollbars so that you satisfy the needs of both RTL and LTR languages. Best regards

Re: [android-developers] keyboard

2010-03-29 Thread emna zeddini
Of course I am focusing on the android platform. 2010/3/29 Mark Murphy mmur...@commonsware.com emna zeddini wrote: Hello everybody, I am interesting in integrating an arabic keyboard to the android system. I proceeded as follows: I have modified the xml and the layout in the package

[android-developers] left scrollbar

2010-03-27 Thread emna zeddini
Hello,. Is there a way to have a scrollbar on the left side? Thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] left scrollbar

2010-03-27 Thread emna zeddini
hello, I didn't understand what you meant.Is it impossible? 2010/3/27 Mark Murphy mmur...@commonsware.com emna zeddini wrote: Hello,. Is there a way to have a scrollbar on the left side? Not with any of the built-in classes. Sorry! -- Mark Murphy (a Commons Guy) http://commonsware.com

[android-developers] checkboxpreference

2010-03-27 Thread emna zeddini
Hello, Could you tell me please if I can modify the checkbox preference in order to inverse the direction from left to right to right to left. Best regards. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Layouts

2010-03-27 Thread emna zeddini
Hello everybody, After surfing in the source code of the android OS, I made out that you are using preference_screens.Could you please tell me where is the root preference_screen that you are using for almost all layouts. Thanks in advance. -- You received this message because you are subscribed

[android-developers] Android layouts

2010-03-26 Thread emna zeddini
In fact , after I had added arabic support to the android os, I have now to deal with layouts. In other words: texts must be right aligned, scrollbars must be on the left side, checkboxreference must be reversed and so on. I'm thinking of modifying the styles.xml, themes.xml please can you help

[android-developers] Arabic keyboard

2010-03-26 Thread emna zeddini
I'm working at adding rabic keyboard to the android os. I made a copy of the package softkeyboard and I changed querty.xml by integrating the arabic letters. After rebuilding the system, arabicsoftkeyboard dosen't appear in the emulator. Am I wrong and if so can you please help me. -- You

[android-developers] left scrollbar

2010-03-26 Thread emna zeddini
hello, I'm working on adding rabic support to android. when dealing with layouts, I have to change the position of scrollbars from right to left, the same thing for spinners and checkboxes. where to modify in the android source code. Please help. -- You received this message because you are