`
ggyyleo
  • 浏览: 46697 次
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
sadsadsa
dsfdsfsdfds
package com.jleo.mainmenu; public class Record { public String country; public String nickName; public int score; public float hitRate; }
package com.jleo.war3; public class ResourceDict { public static String[] lookup(int unitImgId) { switch (unitImgId) { case R.drawable.footman: return new String[] { "footmanyesattack3", "footmanyesattack2", "footmanyesattack1", "footmanyes4&q ...
package com.jleo.war3; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; public class SingleSoundingButton extends Button { private int soundId; protected static final String LAST_PLAYED_INFO ...
package com.jleo.war3; import android.app.Activity; import android.content.res.ColorStateList; import android.os.Bundle; import android.widget.Button; import android.widget.TableLayout; import android.widget.TableRow; import android.widget.TableLayout.LayoutParams; public class UnitInDeta ...
package com.jleo.war3; import android.content.Context; import android.content.Intent; import android.content.res.Resources; import android.os.Bundle; import android.util.AttributeSet; import android.view.View; import android.widget.ImageView; public class UnitImageView extends ImageView { ...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> <Lin ...
package com.jleo.mainmenu; import java.util.ArrayList; import java.util.List; import android.app.Activity; import android.os.Bundle; import android.os.Handler; import android.view.Gravity; import android.view.View; import android.view.ViewGroup; import android.view.ViewGroup.LayoutParams ...
<LinearLayout android:layout_weight="1" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="center"> <TextView android:typeface="serif" android:layout_width ...
Getting Started with AdMob Android Ads This page will help you get started with becoming a publisher for AdMob Android Ads. [edit]Learn about AdMob Android ads AdMob Android ads are a turnkey ad unit for monetizing Android Apps The ad dimensions on the T-Mobile G1 are: 320 pixels wide x 48 pixel ...
InputStream is = this.getResources().openRawResource(R.raw.archerready1); File ringtoneMediaFile = new File("/sdcard/.w3media/"); if(!ringtoneMediaFile.exists()){ try { if(!ringtoneMediaFile.createNewFile()) //prompt root return; } catch (IOException e) { ...
def humUnits = ['footman','gryphonrider','knight','peasant','priest','rifleman','seigeengine','sorceress','spellbreaker','summonwaterelemental','dragonhawk','flyingmachine','mortarteam'] def orcUnits = ['wyvernrider','demolisher','grunt','headhunter','kotobeast','peon','raider','shaman','spiritwalke ...
def humUnits = ['footman','gryphonrider','knight','peasant','priest','rifleman','seigeengine','sorceress','spellbreaker','summonwaterelemental','dragonhawk','flyingmachine','mortarteam'] def orcUnits = ['wyvernrider','demolisher','grunt','headhunter','kotobeast','peon','raider','shaman','spiritwalke ...
def units = new File("C:\\all") def humUnits = ['footman','gryphonrider','knight','peasant','priest','rifleman','seigeengine','sorceress','spellbreaker','summonwaterelemental','dragonhawk','flyingmachine','mortarteam'] def orcUnit = ['wyvernrider','demolisher','grunt','headhunter','koto ...
Global site tag (gtag.js) - Google Analytics