Next and Prev buttons are disabled.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
android:background="#60404040"
|
android:background="#60404040"
|
||||||
android:layout_height="48dp"
|
android:layout_height="48dp"
|
||||||
android:layout_width="match_parent">
|
android:layout_width="match_parent">
|
||||||
<ImageButton
|
<!--ImageButton
|
||||||
android:src="@drawable/prev"
|
android:src="@drawable/prev"
|
||||||
android:scaleType="fitCenter"
|
android:scaleType="fitCenter"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
android:layout_margin="3dp"
|
android:layout_margin="3dp"
|
||||||
android:background="#00000000"
|
android:background="#00000000"
|
||||||
android:onClick="onPrev"
|
android:onClick="onPrev"
|
||||||
android:id="@+id/prev_btn"/>
|
android:id="@+id/prev_btn"/-->
|
||||||
<TextView
|
<TextView
|
||||||
android:text="Level"
|
android:text="Level"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
android:background="#00000000"
|
android:background="#00000000"
|
||||||
android:onClick="onReset"
|
android:onClick="onReset"
|
||||||
android:id="@+id/reset_btn"/>
|
android:id="@+id/reset_btn"/>
|
||||||
<ImageButton
|
<!--ImageButton
|
||||||
android:src="@drawable/next"
|
android:src="@drawable/next"
|
||||||
android:scaleType="fitCenter"
|
android:scaleType="fitCenter"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@@ -66,6 +66,6 @@
|
|||||||
android:layout_margin="3dp"
|
android:layout_margin="3dp"
|
||||||
android:background="#00000000"
|
android:background="#00000000"
|
||||||
android:onClick="onNext"
|
android:onClick="onNext"
|
||||||
android:id="@+id/next_btn"/>
|
android:id="@+id/next_btn"/-->
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user