※リストが表示されない場合
AddBlockなどの広告ブロックツールがONになっているとリストなどが表示されない場合があります。これらのツールをOFFにしてみてください。
※main.xmlの追加 <RatingBar android:id="@+id/rate" android:layout_width="wrap_content" android:layout_height="wrap_content" android:numStars="5" android:rating="2.5" /> ※SampleAppの追加 RatingBar rate = (RatingBar)this.findViewById(R.id.rate); float n = rate.getRating(); text.setText("現在の値:" +n);
<< 前へ | 次へ >> |