android:imeOptions="actionDone"
Wednesday, July 4, 2012
Android - Soft keyboard does not hide after done is pressed ?
Just add the following as textbox property
Tuesday, July 3, 2012
Android - Change the default focus inside a Alert dialogue
set on focus change for any object inside the dialog.
@Override
public void onFocusChange(View view, boolean hasFocus) {
// Set focus where ever you want according to your custom logic
// for example to focus on the positive button after a webview scroll
// web is the webview and the buttons are initialized inside onCreateDialog
if(!web.isFocused() && !positiveButton.isFocused() && negativeButton.isFocused()){
positiveButton.requestFocus();
}
}
Android - How to detect scroll inside webview?
Create a custom webview class which extends of course webview :)
public class CustomWebView extends WebView
Override the following method
@Override
protected void onScrollChanged(int l, int t, int oldl, int oldt)
int l is x, int is y
Thats it :)
Android - Can not focus into objects inside listview?
listView.setItemsCanFocus(true);//self explanatory
Edit the view that you want to add inside the listview. Add the following property.
android:descendantFocusability="afterDescendants"
The End :)
Edit the view that you want to add inside the listview. Add the following property.
android:descendantFocusability="afterDescendants"
The End :)
Tuesday, August 23, 2011
Wednesday, August 17, 2011
Monday, June 6, 2011
Monday, May 23, 2011
Tuesday, May 17, 2011
私の人生
もう自分自身を非表示にすることはできません。私の中で罪悪感がたくさんある。
今、自分が嫌いだ。すべての忍耐を失っている。自尊心を失っている。
本当に愛する人も失っている。
うんがすごい悪い。
も、一人で歩けない :(
今、自分が嫌いだ。すべての忍耐を失っている。自尊心を失っている。
本当に愛する人も失っている。
うんがすごい悪い。
も、一人で歩けない :(
Saturday, September 19, 2009
Seirei no moribito OST (soundtrack) 精霊の守人OST
Download (ダウンロード)
http://rapidshare.com/files/282178711/01_-_Omoi_Haruka.mp3
http://rapidshare.com/files/282178702/02_-_Tamikusa_no_Sasoi.mp3
http://rapidshare.com/files/282178669/03_-_Shoka_ni_Tobu.mp3
http://rapidshare.com/files/282178661/04_-_Hoshi_Yomi_no_Tou.mp3
http://rapidshare.com/files/282178577/05_-_Hizou.mp3
http://rapidshare.com/files/282178567/06_-_Miezaru_Kyoui.mp3
http://rapidshare.com/files/282178559/07_-_Karu_.mp3
http://rapidshare.com/files/282178504/08_-_Daichiyo.mp3
http://rapidshare.com/files/282178459/09_-_Bon.mp3
http://rapidshare.com/files/282178442/10_-_Aiirenuri.mp3
http://rapidshare.com/files/282178424/11_-_Tanomareya.mp3
http://rapidshare.com/files/282178361/12_-_Saya_ki_Kokoro_no_Mono.mp3
http://rapidshare.com/files/282178290/13_-_Yakusou_Shi_ga_Iku.mp3
http://rapidshare.com/files/282178280/14_-_Ichi_Hishigi.mp3
http://rapidshare.com/files/282178268/15_-_Anryuu.mp3
http://rapidshare.com/files/282178251/16_-_Ikai.mp3
http://rapidshare.com/files/282178151/17_-_Nigero_.mp3
http://rapidshare.com/files/282178138/18_-_Kizuna.mp3
http://rapidshare.com/files/282178125/19_-_Inori.mp3
http://rapidshare.com/files/282178109/20_-_Jujutsu_Shi_no_Haikai.mp3
http://rapidshare.com/files/282178039/21_-_Sougon_Naru_Nayugu.mp3
http://rapidshare.com/files/282178029/22_-_Mizu_no_Tami.mp3
http://rapidshare.com/files/282178020/23_-_Wakare_no_Toki.mp3
http://rapidshare.com/files/282178001/24_-_Balsa_Hashiru.mp3
http://rapidshare.com/files/282177885/25_-_Sekihi_wa_Kataru.mp3
http://rapidshare.com/files/282177868/26_-_Eiyuu__Tatsu.mp3
http://rapidshare.com/files/282177860/27_-_Michishirube.mp3
http://rapidshare.com/files/282177832/Case_Spine_Inner.jpg
http://rapidshare.com/files/282177823/Case_Spine_Outer.jpg
http://rapidshare.com/files/282177812/CD.jpg
http://rapidshare.com/files/282177785/28_-_Nahji_no_Uta.mp3
http://rapidshare.com/files/282177774/Booklet_01.jpg
http://rapidshare.com/files/282177758/Booklet_02.jpg
http://rapidshare.com/files/282177744/Booklet_03.jpg
http://rapidshare.com/files/282177724/Booklet_04.jpg
http://rapidshare.com/files/282177708/Booklet_05.jpg
http://rapidshare.com/files/282177697/Booklet_06.jpg
http://rapidshare.com/files/282177685/Case_Cover_Back_Inner.jpg
http://rapidshare.com/files/282177667/Case_Cover_Back_Outer.jpg
Subscribe to:
Posts (Atom)