編輯:初級開發
<item android:state_pressed="true" android:drawable="@drawable/arrow_pressed" />
<item android:drawable="@drawable/arrow_normal" />
<item android:state_checked="true" android:drawable="@drawable/arrow_pressed" />
</selector>
實現如下,注意其中的android:src="@drawable/imageselector", 設置選中效果
<shape XMLns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradIEnt
android:startColor="#FF0000" //開始顏色
android:endColor="#00FF00" //結束顏色
android:angle="90" /> //角度
</shape>
使用方法 android:background="@drawable/shape"
<?XML version="1.0" encoding="UTF-8"?>
<resources>
<!--繼承android內置的Theme.Light,位於\base\core\res\res\values\themes.XML -->
<style name="Theme" parent="android:Theme.Light">
<item name="android:windowFullscreen">true</item>
<item name="android:windowTitleSize">60dip</item>
<item name="android:windowTitleStyle">@style/WindowTitle</item>
</style>
<style name="WindowTitle" parent="android:WindowTitle">
<item name="android:singleLine">true</item>
<item name="android:shadowColor">#BB000000</item>
<item name="android:shadowRadius">2.75</item>
</style>
</resources>
要為Activity使用theme,要麼使用代碼 setTheme(R.style.Theme)
android Gallery控件的主要功能就是實現圖片的浏覽,下面通過代碼來解釋:android Gallery控件:即圖片浏覽控件< Gallery andr
4、點ok後,將在項目的根目錄下生成一個jocky_build.XML文件,事實上是一個ant build文件。打開這個文件,作適當修改<?XML version
上課講義之 1: 高煥堂講解 Intent-based ProgrammingAndroid的4種嫡系組件(即Activity、Service、IntentReceiv
很多開發者考慮使自己的Android程序兼容多國語言,其實Google在設計Android時已經考慮了本地化問題,通過定義相關的資源可以自適應當前手機的語言來加載響應的