Skip to content

Commit

Permalink
Swap previous and next buttons in translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Jul 5, 2014
1 parent 7943e2b commit ec14ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/translation_panel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom">
<ImageButton android:id="@+id/previous_ayah"
<ImageButton android:id="@+id/next_ayah"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:src="@drawable/ic_previous_ayah"/>
<ImageButton android:id="@+id/next_ayah"
<ImageButton android:id="@+id/previous_ayah"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
Expand Down

0 comments on commit ec14ba9

Please sign in to comment.