diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-04-08 13:17:00 +0900 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-04-13 09:07:01 +0200 |
commit | 5707813c075cdbccaf74dbdcb623dcf0149d5d1d (patch) | |
tree | fad607af61f2b92cbb38e8f6cea92f3c2b15ae84 /android/README | |
parent | 4fb38c6f6668badcea8c12d574e97bfc4faed671 (diff) |
android: rename TextCursorLayer{View} -> DocumentOverlay{View}
Change-Id: I53a55e2d30c298e7c34f18b7713de91f3c77d5f2
Diffstat (limited to 'android/README')
-rw-r--r-- | android/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/android/README b/android/README index 08379007d50e..0989cf68c325 100644 --- a/android/README +++ b/android/README @@ -144,9 +144,9 @@ Overlay Overlay elements like cursor and selections aren't drawn by the LO core, instead the core only provides data (cursor position, selection rectangles) and the app needs to draw them. -TextCursorView (org.libreoffice.overlay.TextCursorView) and TextCursorLayer -(org.libreoffice.overlay.TextCursorLayer) are the classes that provide the overlay over the -document, where selections and the cursor is drawn. +DocumentOverlay (org.libreoffice.overlay.DocumentOverlay) and DocumentOverlayView +(org.libreoffice.overlay.DocumentOverlayView) are the classes that provide the overlay over +the document, where selections and the cursor is drawn. Emulator and debugging notes **************************** |