Explorar el Código

android 11 分支

master
leiyun hace 4 años
padre
commit
07da298b35
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. BIN
      app/libs/wenote.jar
  2. +3
    -3
      app/src/main/java/com/yzx/webebook/activity/NoteActivity.kt

BIN
app/libs/wenote.jar Ver fichero


+ 3
- 3
app/src/main/java/com/yzx/webebook/activity/NoteActivity.kt Ver fichero

@@ -273,8 +273,8 @@ class NoteActivity : BaseActivity<BasePresenter<*>>() {
Log.d(TAG, "Flash test : +++++ no note, so init a page");
initPage()
}
initNoteView()
loadImage(0)
initNoteView()
}

})
@@ -583,8 +583,8 @@ class NoteActivity : BaseActivity<BasePresenter<*>>() {
Log.d(TAG, "Flash test : +++++ no note, so init a page");
initPage()
}
initNoteView()
loadImage(0)
initNoteView()

Log.d(TAG, "初始化结束-------------》");
}
@@ -594,8 +594,8 @@ class NoteActivity : BaseActivity<BasePresenter<*>>() {
//写字板初始化
// note_view.setEnable(true)
note_view.penWidth = 3
note_view.penType = WeNoteView.TYPE_DRAW_STROKES
note_view.eraserWidth = 20
note_view.penType = WeNoteView.TYPE_DRAW_CURVE
note_view.updateEnableStatus()

Log.d(TAG, "initNoteView: ${note_view.penType}")


Cargando…
Cancelar
Guardar