Swap previous and next buttons in MessageViewFragment.
Makes sure to keep behaviour consistent with previous versions.
Before Width: | Height: | Size: 634 B After Width: | Height: | Size: 601 B |
Before Width: | Height: | Size: 720 B After Width: | Height: | Size: 685 B |
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 634 B |
Before Width: | Height: | Size: 685 B After Width: | Height: | Size: 720 B |
Before Width: | Height: | Size: 302 B After Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 411 B After Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 418 B |
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 411 B |
Before Width: | Height: | Size: 418 B After Width: | Height: | Size: 468 B |
Before Width: | Height: | Size: 866 B After Width: | Height: | Size: 766 B |
Before Width: | Height: | Size: 938 B After Width: | Height: | Size: 840 B |
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 866 B |
Before Width: | Height: | Size: 840 B After Width: | Height: | Size: 938 B |
@ -12,17 +12,17 @@
|
||||
|
||||
<!-- MessageView -->
|
||||
<item
|
||||
android:id="@+id/next_message"
|
||||
android:title="@string/next_action"
|
||||
android:icon="?attr/iconActionNextMessage"
|
||||
android:id="@+id/previous_message"
|
||||
android:title="@string/previous_action"
|
||||
android:icon="?attr/iconActionPreviousMessage"
|
||||
android:showAsAction="always"
|
||||
/>
|
||||
|
||||
<!-- MessageView -->
|
||||
<item
|
||||
android:id="@+id/previous_message"
|
||||
android:title="@string/previous_action"
|
||||
android:icon="?attr/iconActionPreviousMessage"
|
||||
android:id="@+id/next_message"
|
||||
android:title="@string/next_action"
|
||||
android:icon="?attr/iconActionNextMessage"
|
||||
android:showAsAction="always"
|
||||
/>
|
||||
|
||||
@ -205,4 +205,4 @@
|
||||
</menu>
|
||||
</item>
|
||||
|
||||
</menu>
|
||||
</menu>
|
||||
|