Browse Source

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

master
Anthony Restaino 8 years ago
parent
commit
f98f45225c
  1. 4
      app/src/main/res/layout/search_interface.xml

4
app/src/main/res/layout/search_interface.xml

@ -30,7 +30,7 @@ @@ -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 @@ @@ -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"

Loading…
Cancel
Save