導航:首頁 > 操作系統 > android開始界面

android開始界面

發布時間:2025-01-05 19:42:17

A. 怎樣讓android Studio進入歡迎界面

Android Studio進入歡迎界面方法如下:

1、啟動Android Studio打開最近的工程,如圖:

5、點擊該列表項就可以進入相應的工程了。

B. android 怎樣每次都進歡迎界面

Android Studio默認設置是每次啟動會打開最近打開的工程。下面介紹怎樣進入歡迎界面。
啟動Android Studio打開最近的工程,

點擊菜單「File」-「Close Project」關閉當前打開的工程,

這樣就進入Android Studio的歡迎界面了

Android Studio歡迎界面的左邊是最近打開的工程列表
點擊該列表項就可以進入相應的工程了。

如果在歡迎界面點擊最近的工程,那麼下次啟動的時候就會直接打開該工程了。

C. 如何設計android的登錄界面

在網上在到一個登錄界面感覺挺不錯的,給大家分享一下~先看效果圖:

這個Demo除了按鈕、小貓和Logo是圖片素材之外,其餘的UI都是通過代碼實現的。

?

一、背景

背景藍色漸變,是通過一個xml文件來設置的。代碼如下:

background_login.xml

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:andro>
<gradient
android:startColor="#FFACDAE5"
android:endColor="#FF72CAE1"
android:angle="45"
/>
</shape>


startColor是漸變開始的顏色值,endColor是漸變結束的顏色值,angle是漸變的角度。其中#FFACDAE5中,FF是Alpha值,AC是RGB的R值,DA是RGB的G值,E5是RGB的B值,每個值在00~FF取值,即透明度、紅、綠、藍有0~255的分值,像要設置具體的顏色,可以在PS上的取色器上查看設置。

?

?

二、圓角白框

效果圖上面的並不是白框,其實框是白色的,只是設置了透明值,也是靠一個xml文件實現的。

background_login_div.xml

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:andro>
<solid android:color="#55FFFFFF" />
<!-- 設置圓角
注意: bottomRightRadius是左下角而不是右下角 bottomLeftRadius右下角-->
<corners android:topLeftRadius="10dp" android:topRightRadius="10dp"
android:bottomRightRadius="10dp" android:bottomLeftRadius="10dp"/>
</shape>

?

三、界面的布局

界面的布局挺簡單的,就直接貼代碼啦~

login.xml

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:andro
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/background_login">
<!-- padding 內邊距 layout_margin 外邊距
android:layout_alignParentTop 布局的位置是否處於頂部 -->

<RelativeLayout
android:
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="15dip"
android:layout_margin="15dip"
android:background="@drawable/background_login_div_bg" >
<!-- 賬號 -->
<TextView
android:
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_marginTop="5dp"
android:text="@string/login_label_username"
/>
<EditText
android:
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="@string/login_username_hint"
android:layout_below="@id/login_user_input"
android:singleLine="true"
android:inputType="text"/>
<!-- 密碼 text -->
<TextView
android:
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/username_edit"
android:layout_marginTop="3dp"
android:text="@string/login_label_password"
/>
<EditText
android:
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@id/login_password_input"
android:password="true"
android:singleLine="true"
android:inputType="textPassword" />
<!-- 登錄button -->
<Button
android:
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/password_edit"
android:layout_alignRight="@id/password_edit"
android:text="@string/login_label_signin"
android:background="@drawable/blue_button" />
</RelativeLayout>

<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<TextView android:
android:text="@string/login_register_link"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp"
android:textColor="#888"
android:textColorLink="#FF0066CC" />
<ImageView android:
android:src="@drawable/cat"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:layout_marginRight="25dp"
android:layout_marginLeft="10dp"
android:layout_marginBottom="25dp" />
<ImageView android:src="@drawable/logo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toLeftOf="@id/miniTwitter_logo"
android:layout_alignBottom="@id/miniTwitter_logo"
android:paddingBottom="8dp"/>
</RelativeLayout>
</LinearLayout>

閱讀全文

與android開始界面相關的資料

熱點內容
咸寧數控銑床編程操作 瀏覽:576
abs的演算法 瀏覽:989
網頁製作什麼是伺服器 瀏覽:958
創建視圖的命令是 瀏覽:558
程序員酒店 瀏覽:961
python論壇發帖 瀏覽:22
浙江5g伺服器機櫃供應商雲空間 瀏覽:436
mybatis源碼指南 瀏覽:472
android字元轉數字 瀏覽:1
怎麼樣才能學好單片機 瀏覽:853
51單片機步進電機四相運行 瀏覽:22
揚州word文檔加密研發公司 瀏覽:321
全球擺攤app在哪裡怎麼找不到 瀏覽:20
pdf文件為什麼不能列印 瀏覽:183
冷庫壓縮機耗電量 瀏覽:103
app中如何申請微信支付 瀏覽:383
python爬蟲線程池 瀏覽:962
經典演算法300句 瀏覽:528
124十進制轉二進制演算法 瀏覽:417
發郵件文件夾添加不了 瀏覽:267