move the note layout into a fragment file

This commit is contained in:
tibbi
2016-11-26 15:46:04 +01:00
parent 6e6c6095de
commit b251c21a77
3 changed files with 45 additions and 44 deletions

View File

@ -24,6 +24,7 @@ import com.simplemobiletools.notes.dialogs.WidgetNoteDialog
import com.simplemobiletools.notes.extensions.getTextSize
import com.simplemobiletools.notes.models.Note
import kotlinx.android.synthetic.main.activity_main.*
import kotlinx.android.synthetic.main.fragment_note.*
class MainActivity : SimpleActivity() {
private var mCurrentNote: Note? = null