<LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_marginBottom="10dp" > <ImageButton android:id="@+id/button_start" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" android:src="@drawable/button_start" android:background="@android:color/transparent" /> <ImageButton android:id="@+id/imageView2" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@android:color/transparent" android:layout_weight="1" android:src="@drawable/button_heat" /> <ImageButton android:id="@+id/imageView2" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" android:src="@drawable/button_close" android:background="@android:color/transparent" /> </LinearLayout> |
|