アプリ作って海外移住

コピペプログラマーのメモ

Layout定義  あれこれ android:textColor タイトル名変更 setTitle

XML

背景色設定     android:background="#000000"        #000000  黒

 

文字色設定     android:textColor="#ffffff"  白

 

 

カラーコード一覧       

 

 http://html-color-codes.info/japanese/

 

 

 android:background="#cccccc"
      

     
            android:layout_width="match_parent"
            android:background="#ffffff"
           android:layout_marginBottom="0.5dp"
            android:layout_height="wrap_content" >

        
                android:id="@+id/textView1"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginBottom="6dp"
                android:layout_marginLeft="6dp"
                android:layout_marginRight="6dp"
                android:layout_marginTop="6dp"
             
               android:textColor="#0000FF"
                android:textSize="16dp" 

android:textStyle="bold"

 

タイトル名変更

 setTitle("英会話の編集/追加");