Fixed bug where searching text in page the arrows did the opposite of what you thought
This commit is contained in:
parent
2c4db0c54b
commit
f98f45225c
@ -30,7 +30,7 @@
|
|||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/button_next"
|
android:id="@+id/button_back"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:contentDescription="@null"
|
android:contentDescription="@null"
|
||||||
@ -44,7 +44,7 @@
|
|||||||
android:background="?android:attr/dividerVertical" />
|
android:background="?android:attr/dividerVertical" />
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/button_back"
|
android:id="@+id/button_next"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:contentDescription="@null"
|
android:contentDescription="@null"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user