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:
parent
ff90ea641a
commit
a8eb513091
402 changed files with 1492 additions and 1529 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue