Merge branch 'master' of https://github.com/inorichi/tachiyomi
This commit is contained in:
commit
126da3979c
@ -218,6 +218,8 @@ class ReaderActivity : BaseRxActivity<ReaderPresenter>() {
|
||||
KeyEvent.KEYCODE_DPAD_LEFT -> viewer?.moveLeft()
|
||||
KeyEvent.KEYCODE_DPAD_DOWN -> viewer?.moveDown()
|
||||
KeyEvent.KEYCODE_DPAD_UP -> viewer?.moveUp()
|
||||
KeyEvent.KEYCODE_PAGE_DOWN -> viewer?.moveDown()
|
||||
KeyEvent.KEYCODE_PAGE_UP -> viewer?.moveUp()
|
||||
KeyEvent.KEYCODE_MENU -> toggleMenu()
|
||||
else -> return super.onKeyUp(keyCode, event)
|
||||
}
|
||||
|
@ -68,6 +68,9 @@
|
||||
android:paddingStart="24dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:paddingLeft="24dp"
|
||||
android:paddingRight="16dp"
|
||||
android:layout_marginRight="8dp"
|
||||
android:paddingBottom="24dp"
|
||||
android:paddingTop="12dp"
|
||||
android:contentDescription="@string/description_cover"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user