Fixed bug where searching text in page the arrows did the opposite of what you thought

This commit is contained in:
Anthony Restaino 2016-02-21 15:11:45 -05:00
parent 2c4db0c54b
commit f98f45225c

View File

@ -30,7 +30,7 @@
android:orientation="horizontal">
<ImageButton
android:id="@+id/button_next"
android:id="@+id/button_back"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:contentDescription="@null"
@ -44,7 +44,7 @@
android:background="?android:attr/dividerVertical" />
<ImageButton
android:id="@+id/button_back"
android:id="@+id/button_next"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:contentDescription="@null"