1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Refact | Renamings (#1726)

This commit is contained in:
Evgenii Kozlov 2021-08-10 17:37:09 +03:00 committed by GitHub
parent ff90ea641a
commit a8eb513091
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
402 changed files with 1492 additions and 1529 deletions

View file

@ -3,10 +3,10 @@ package com.anytypeio.anytype.sample
import android.os.Bundle
import android.widget.ImageView
import androidx.appcompat.app.AppCompatActivity
import com.anytypeio.anytype.presentation.page.editor.Markup
import com.anytypeio.anytype.presentation.page.editor.model.Alignment
import com.anytypeio.anytype.presentation.page.editor.styling.StyleConfig
import com.anytypeio.anytype.presentation.page.editor.styling.StylingType
import com.anytypeio.anytype.presentation.editor.editor.Markup
import com.anytypeio.anytype.presentation.editor.editor.model.Alignment
import com.anytypeio.anytype.presentation.editor.editor.styling.StyleConfig
import com.anytypeio.anytype.presentation.editor.editor.styling.StylingType
import kotlinx.android.synthetic.main.activity_style.*
class StyleActivity: AppCompatActivity() {
@ -39,7 +39,7 @@ class StyleActivity: AppCompatActivity() {
Alignment.END
)
),
props = com.anytypeio.anytype.presentation.page.editor.control.ControlPanelState.Toolbar.Styling.Props(
props = com.anytypeio.anytype.presentation.editor.editor.control.ControlPanelState.Toolbar.Styling.Props(
isBold = false,
isItalic = false,
isStrikethrough = true,