Android開發(fā)-概述杀狡,線性布局,相對(duì)布局

概述

1.Android是Google開發(fā)的操作系統(tǒng)贰镣。

  1. Android開發(fā)是移動(dòng)應(yīng)用開發(fā)的表現(xiàn)形式之一呜象。

項(xiàng)目精簡(jiǎn)流程

示意圖

開發(fā)工具

Android Studio

  • 下載安裝JDK
  • 為什么使用Android Studio?
    Android Studio 是Google自己退出的Android集成開發(fā)工具,并且停止對(duì)Eclipse的支持碑隆。

項(xiàng)目結(jié)構(gòu)

!!

布局管理器

  • 線性布局(LinearLayout)
  • 相對(duì)布局(RelativeLayout)

LinearLayout

常用屬性
android:id 布局標(biāo)識(shí)
android:layout_width 寬度
android:layout_height 高度
android:background 背景恭陡,顏色圖片控件等
android:layout_margin 外邊距
android:layout_padding 內(nèi)邊距
android:orientation 布局方向
android:gravity 布局開始位置
android:layout_weight 比重

效果圖


線性布局效果圖

示例代碼

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    tools:context=".MainActivity">

    <LinearLayout
        android:layout_width="200dp"
        android:layout_height="200dp"
        android:orientation="vertical"
        android:background="#000000"
        android:paddingLeft="20dp"
        android:paddingRight="20dp"
        android:paddingTop="50dp"
        android:paddingBottom="10dp"
        android:layout_marginLeft="15dp">

        <View
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="#ff0033"
            />
    </LinearLayout>


    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="200dp"
        android:orientation="horizontal"
        android:background="#0066FF"
        android:layout_marginTop="20dp"
        android:layout_marginLeft="15dp"
        android:layout_marginRight="15dp"
        android:gravity="center"
        >
        
        <View
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="1"
            android:background="#4CAF50"/>
        <View
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="2"
            android:background="#ff0033"/>
        <View
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="3"
            android:background="#FFC107"/>
        
    </LinearLayout>

</LinearLayout>

RelativeLayout

常用屬性
android:layout_toLeftOf 在誰(shuí)的左邊
android:layout_toRightOf 在誰(shuí)的右邊
android:layout_alignBottom 底部對(duì)齊
android:layout_alignParentBottom 父控件底部對(duì)齊
android:layout_below 在誰(shuí)的下面

效果圖
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <View
        android:id="@+id/view_1"
        android:layout_width="100dp"
        android:layout_height="100dp"
        android:background="#000000"
        />

    <View
        android:id="@+id/view_2"
        android:layout_width="100dp"
        android:layout_height="100dp"
        android:background="#F44336"
        android:layout_below="@id/view_1"/>
    <!--android:layout_toRightOf="@id/view_1"-->

    <LinearLayout
        android:id="@+id/view_3"
        android:layout_width="match_parent"
        android:layout_height="200dp"
        android:background="#0066ff"
        android:layout_below="@id/view_2"
        android:orientation="horizontal"
        android:padding="15dp"
        >

        <View
            android:layout_width="100dp"
            android:layout_height="match_parent"
            android:background="#FF0033"
            />

        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="#000000"
            android:padding="15dp"
            >

            <View
                android:id="@+id/view_4"
                android:layout_width="100dp"
                android:layout_height="match_parent"
                android:background="#9C27B0"
                />
            <View
                android:id="@+id/view_5"
                android:layout_width="100dp"
                android:layout_height="match_parent"
                android:background="#9C27B0"
                android:layout_toRightOf="@id/view_4"
                android:layout_marginLeft="10dp"
                />
        </RelativeLayout>
    </LinearLayout>
</RelativeLayout>
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市上煤,隨后出現(xiàn)的幾起案子休玩,更是在濱河造成了極大的恐慌,老刑警劉巖,帶你破解...
    沈念sama閱讀 207,113評(píng)論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件哥捕,死亡現(xiàn)場(chǎng)離奇詭異,居然都是意外死亡嘉熊,警方通過查閱死者的電腦和手機(jī)遥赚,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,644評(píng)論 2 381
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來阐肤,“玉大人凫佛,你說我怎么就攤上這事≡邢В” “怎么了愧薛?”我有些...
    開封第一講書人閱讀 153,340評(píng)論 0 344
  • 文/不壞的土叔 我叫張陵,是天一觀的道長(zhǎng)衫画。 經(jīng)常有香客問我毫炉,道長(zhǎng),這世上最難降的妖魔是什么削罩? 我笑而不...
    開封第一講書人閱讀 55,449評(píng)論 1 279
  • 正文 為了忘掉前任瞄勾,我火速辦了婚禮,結(jié)果婚禮上弥激,老公的妹妹穿的比我還像新娘进陡。我一直安慰自己,他們只是感情好微服,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,445評(píng)論 5 374
  • 文/花漫 我一把揭開白布趾疚。 她就那樣靜靜地躺著,像睡著了一般以蕴。 火紅的嫁衣襯著肌膚如雪糙麦。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,166評(píng)論 1 284
  • 那天丛肮,我揣著相機(jī)與錄音喳资,去河邊找鬼。 笑死腾供,一個(gè)胖子當(dāng)著我的面吹牛仆邓,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播伴鳖,決...
    沈念sama閱讀 38,442評(píng)論 3 401
  • 文/蒼蘭香墨 我猛地睜開眼节值,長(zhǎng)吁一口氣:“原來是場(chǎng)噩夢(mèng)啊……” “哼!你這毒婦竟也來了榜聂?” 一聲冷哼從身側(cè)響起搞疗,我...
    開封第一講書人閱讀 37,105評(píng)論 0 261
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤,失蹤者是張志新(化名)和其女友劉穎须肆,沒想到半個(gè)月后匿乃,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體桩皿,經(jīng)...
    沈念sama閱讀 43,601評(píng)論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,066評(píng)論 2 325
  • 正文 我和宋清朗相戀三年幢炸,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了泄隔。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,161評(píng)論 1 334
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡宛徊,死狀恐怖佛嬉,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情闸天,我是刑警寧澤暖呕,帶...
    沈念sama閱讀 33,792評(píng)論 4 323
  • 正文 年R本政府宣布,位于F島的核電站苞氮,受9級(jí)特大地震影響湾揽,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜笼吟,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,351評(píng)論 3 307
  • 文/蒙蒙 一钝腺、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧赞厕,春花似錦艳狐、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,352評(píng)論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)。三九已至诲侮,卻和暖如春镀虐,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背沟绪。 一陣腳步聲響...
    開封第一講書人閱讀 31,584評(píng)論 1 261
  • 我被黑心中介騙來泰國(guó)打工刮便, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人绽慈。 一個(gè)月前我還...
    沈念sama閱讀 45,618評(píng)論 2 355
  • 正文 我出身青樓恨旱,卻偏偏與公主長(zhǎng)得像,于是被迫代替她去往敵國(guó)和親坝疼。 傳聞我的和親對(duì)象是個(gè)殘疾皇子搜贤,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,916評(píng)論 2 344