Android

シークバーの背景の色を変える

Android

javaの型について深く認識していなかったので、備忘録として 種別 型 説明 論理値 boolean 真偽値。true または false 文字 char 2バイトUNICODE文字。'\u0000'~'\uffff' 整数 byte 1バイト符号付整数。-128~127 short 2バイト符号付整数。-32768~32767 int 4バイト符号付整数。-2147483648~2147483647 long 8バイト符号付整数。約-922京~約922京 浮動小数 float 4バイト浮動小数 ...

Android

<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="" android:shape="rectangle"> <gradient android:startColor="#FFFFFFFF" android:endColor="#FFa9a9a9" android:angle="270" /> </shape>

Android

Uri path = Uri.parse("android.resource://jp.gendosu.HealingNoise/" + R.raw.white);

web

div#main{ width:800px; position:absolute; left:50%; margin-left:-400px; }