MCPcopy Index your code
hub / github.com/XingdongYu/QQNaviView

github.com/XingdongYu/QQNaviView @v1.0.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.2 ↗ · + Follow
28 symbols 62 edges 6 files 8 documented · 29% updated 7y agov1.0.2 · 2018-02-26★ 3486 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

QQNaviView

模仿手机QQ底部导航栏Icon拖拽效果

介绍:http://blog.csdn.net/kobeyxd123/article/details/72829288

效果图

image

Gradle

/build.gradle

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

/app/build.gradle

dependencies {
    compile 'com.github.XingdongYu:QQNaviView:v1.0.1'
}

使用

<com.robog.library.QQNaviView
    android:id="@+id/qq_view_bubble"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:gravity="center"
    app:bigIconSrc="@drawable/pre_bubble_big"
    app:smallIconSrc="@drawable/pre_bubble_small"
    app:iconWidth="50dp"
    app:iconHeight="50dp"
    app:range="1.2">

    <TextView
        android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:textSize="12sp"
                android:text="消息"/>           

</com.robog.library.QQNaviView>

支持属性

name format description
bigIconSrc reference 大图标资源
smallIconSrc reference 小图标资源
iconWidth dimension 图标宽度
iconHeight dimension 图标高度
range float 可拖动范围

Core symbols most depended-on inside this repo

setBigIcon
called by 7
library/src/main/java/com/robog/library/QQNaviView.java
setSmallIcon
called by 7
library/src/main/java/com/robog/library/QQNaviView.java
setWidthAndHeight
called by 4
library/src/main/java/com/robog/library/QQNaviView.java
dp2px
called by 4
library/src/main/java/com/robog/library/QQNaviView.java
showToast
called by 3
app/src/main/java/com/robog/qqnaviview/MainActivity.java
moveEvent
called by 2
library/src/main/java/com/robog/library/QQNaviView.java
init
called by 1
library/src/main/java/com/robog/library/QQNaviView.java
setupView
called by 1
library/src/main/java/com/robog/library/QQNaviView.java

Shape

Method 22
Class 6

Languages

Java100%

Modules by API surface

library/src/main/java/com/robog/library/QQNaviView.java15 symbols
app/src/main/java/com/robog/qqnaviview/MainActivity.java5 symbols
library/src/test/java/com/robog/library/ExampleUnitTest.java2 symbols
library/src/androidTest/java/com/robog/library/ExampleInstrumentedTest.java2 symbols
app/src/test/java/com/robog/qqnaviview/ExampleUnitTest.java2 symbols
app/src/androidTest/java/com/robog/qqnaviview/ExampleInstrumentedTest.java2 symbols

For agents

$ claude mcp add QQNaviView \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact