# ComActionBar **Repository Path**: CharlesInOSC/ComActionBar ## Basic Information - **Project Name**: ComActionBar - **Description**: 自定义ActionBar,轻量级的自定义控件 - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-10-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ComActionBar:通用的自定义ActionBar ==== 自定义ActionBar,轻量级的自定义控件 ------ ### 使用方法: **1.添加Gradle依赖:** 【最新版本号以[这里](https://github.com/Vanish136/ComActionBar/releases)为准】 ``` #last-version请查看上面的最新版本号 #AndroidStudio3.0以下 compile 'com.lwkandroid.widget:ComActionBar:last-version' #AndroidStudio3.0以上 implemetation 'com.lwkandroid.widget:ComActionBar:last-version' ```
**2.xml中可自定义的属性【代码中也有对应的方法】:** ``` ```
### 混淆配置: ``` -dontwarn com.lwkandroid.widget.comactionbar.** -keep class com.lwkandroid.widget.comactionbar.**{*;} ```
### 效果图: ![](https://github.com/Vanish136/ComActionBar/raw/master/screenshoot/cab_sample.jpg)