目的のシークバー表示されなく別のシークバー表示
EclipseのAndroid プログラム作成で目的のシークバー1(画像添付 参照)表示されなく、別のシークバー2(別(画像添付 参照)が表示される。
質問 1 目的のシークバー1(画像添付)を表示されなく、別のシークバー2が表示(画像添付)される理由を教えてください。
質問 2 目的のシークバー1(画像添付) を表示される方法を教えてください。
○動作環境項目
O S : windows8.1
Eclipse :eclipse KEPLER servicie Release 2
Androidバージョン: Android 4.2.2
○目的シークバー
(画像添付) シークバー1
○別のシークバー
(画像添付) シークバー2
○XMLコード(Main.xml)
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<TextView
android:id="@+id/textView1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="バーをドラッグしてください。"
/>
<SeekBar
android:id="@+id/seekBar1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingRight="20px"
android:max="100"
/>
</LinearLayout>
お礼
回答ありがとうございます、同じ現象です。 http://www.youtube.com/watch?v=nBKMXR4R5Gk&feature=newsweather の動画で試した所、IEでは正常に映像も流れシークバーも綺麗だったのですが Firefoxで再生すると映像も流れずシークバーも霞んでいました。 恐らくFirefox側の問題なんでしょうね。