android學習筆記 一

2021-05-25 20:51:56 字數 751 閱讀 3130

xmlns:android =www.android

//布局方式

android:orientation =」vertival」//

空間布局方式是垂直往下布局

android:layout_width=」fill_parent」 //

把上層控制項填充滿

android_layout_height = 「fill_parent」>

android:layout_width = 「fill_parent」

android:layout_height=」wrap_context」 //

根據實際高度

android:text=」@string/hello」//

引用strings.xml

中的hello資料

android:maxlines=」1」//

最大顯示長度為一行

android:ems=」25」

一行為25

個字元

android:autotext=」true」

android:

scrollhorizontally=」true」 //

水平滾軸

android:id=」@+id/name」

android:layout_width=」fill_parent」

android:layout_height=」wrap_context」

android:text=」」/>

Android 學習筆記一

private string tag codeview codeview 為乙個標誌,一般為acvitity的名字 只要在想列印的地方寫上該 就可以列印相應的東西 log.v tag,string string為要列印的字串 包含語音包 import android.speech.tts.textt...

android學習筆記一

1 設定textview值 1 textview tv1 textview findviewbyid r.id.tv1 tv1.settext 要設定的內容 2 在layout.xml布局頁面設定android text string tv1 2 背景顏色 1 配置檔案改變android backg...

Android學習筆記《一》 簡介

1.什麼是android 維基百科 android 是一種以linux為基礎的開放原始碼作業系統,主要使用於便攜裝置。目前尚未有統一中文名稱,安卓 或 安致 是在中國大陸比較流行的稱呼。android作業系統最初由安迪 魯賓 andy rubin 創辦 5 最初主要支援手機。2005年由google...