Next and Prev buttons are disabled.

This commit is contained in:
2013-06-24 01:45:53 +04:00
parent a54b8fea95
commit 6f9ebd59c9

View File

@@ -6,7 +6,7 @@
android:background="#60404040"
android:layout_height="48dp"
android:layout_width="match_parent">
<ImageButton
<!--ImageButton
android:src="@drawable/prev"
android:scaleType="fitCenter"
android:layout_width="wrap_content"
@@ -16,7 +16,7 @@
android:layout_margin="3dp"
android:background="#00000000"
android:onClick="onPrev"
android:id="@+id/prev_btn"/>
android:id="@+id/prev_btn"/-->
<TextView
android:text="Level"
android:layout_width="wrap_content"
@@ -56,7 +56,7 @@
android:background="#00000000"
android:onClick="onReset"
android:id="@+id/reset_btn"/>
<ImageButton
<!--ImageButton
android:src="@drawable/next"
android:scaleType="fitCenter"
android:layout_width="wrap_content"
@@ -66,6 +66,6 @@
android:layout_margin="3dp"
android:background="#00000000"
android:onClick="onNext"
android:id="@+id/next_btn"/>
android:id="@+id/next_btn"/-->
</LinearLayout>