Advertisement

android ScrollView中嵌套字母索引自定位view,半屏时可以使用Scrollview 滑动展示不全的索引字母

阅读量:

半屏时索引列表展示不全问题,通过 ScrollView 包裹即可实现使用

在这里插入图片描述

activity_main.xml

复制代码
    <?xml version="1.0" encoding="utf-8"?>
    <RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".MainActivity"
    android:orientation="vertical"
    android:background="@android:color/background_dark"
    android:gravity="center">
    <Button

全部评论 (0)

还没有任何评论哟~