0

Galaxy nexus用の懐中電灯アプリケーションを作成しようとしていますが、この質問とその回答によると、Samsung Galaxy Nexusは他の電話を機能させるコードを使用するのに苦労しています. サーフェス ビューを適切に追加しているかどうかわかりません。これは私のxmlです:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/relativeLayout1"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" >

    <Button
        android:id="@+id/buttonFlashlight"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerVertical="true"
        android:layout_centerHorizontal="true"
        android:text="Torch-ON"  />
    <SurfaceView 
  android:layout_width="fill_parent"
  android:layout_height="fill_parent"
  android:visibility="gone"/>
</RelativeLayout>
4

0 に答える 0