接通過imageview建立乙個全屏的:
新建activity:
packageandroidmanifest.xmlcom.example.testwelcome;
import
import
android.content.intent;
import
android.os.bundle;
import
android.os.handler;
import
android.widget.toast;
public
class welcomeactivity extends
activity
}, 2000);//
兩秒後跳轉到另乙個頁面
}}
設定預設啟動welcomeactivity,並設定主題為全屏無標題樣式
<android:allowbackup
="true"
android:icon
="@drawable/ic_launcher"
android:label
android:theme
="@android:style/theme.black.notitlebar.fullscreen"
>
<
activity
android:name
="com.example.testwelcome.welcomeactivity"
android:label
>
<
intent-filter
>
<
action
android:name
="android.intent.action.main"
/>
<
category
android:name
="android.intent.category.launcher"
/>
intent-filter
>
activity
>
<
activity
android:name
="com.example.testwelcome.mainactivity"
>
activity
>
>
簡單的朋友圈介面 Android(二)
先看一下示例圖 具體內容其實沒什麼好說的,直接上 git github.com zhczyx friendblogview withfunctions.git 同時,由於後期會新增多 支援,因此針對listview新增了快取功能,從而使更加流暢。android configchanges orien...
設定介面android 設定介面
最近研究設定介面,稍微總結一下,以後繼續補充 android供給了方便的安排設定介面的介面,不得不真心說個贊。對基本功能設計者都斟酌到了,極大方便了開發者,如果對設定介面沒有什麼特殊需求,那麼這些介面完全能滿足你,閒話少說,直接上案例。如果只是簡單設定,那麼完全可以在乙個xml檔案中布局。而且設計者...
android介面美化
標籤背景顏色漸變 為了美觀,有時需要對標籤的背景做特殊處理。我們都知道,為標籤設定背景很簡單,如下 android background x 其中的 就是你自己定義的顏色。如果是這樣設定,整個標籤的顏色都是一樣的,看起來似乎有些生硬。如圖 見第乙個按鈕 如果我們把背景設定為同一種顏色的由淺到深 效果...