在标签栏中以编程方式创建视图寻呼机,但查看寻呼机内容会滚动选项卡

时间:2017-07-03 15:23:15

标签: android android-layout kotlin

正如标题所说,我创建了一个带有标签栏的视图寻呼机。我使用NestedScrollView作为父布局,使用CoordinatorLayout作为子布局。问题是,当我在页面上下滚动时,内容会滚动选项卡标题。我尝试过使用AppBarLayout,但它不允许滚动,所以我不得不删除它。我想知道是否有任何明显的遗漏?任何帮助将不胜感激。

这是代码的片段(在Kotlin中):

$('#smartwizard').smartWizard({

    onFinish: function () {
        $('#formTemplates').submit();
    },
    anchorSettings: {
        anchorClickable: false, // Enable/Disable anchor navigation
        enableAllAnchors: false, // Activates all anchors clickable all times
        markDoneStep: true, // add done css
        enableAnchorOnDoneStep: false // Enable/Disable the done steps navigation
    },      
});

这是它的样子:

Scrolling through the tab title

0 个答案:

没有答案