AS插件-android-selector-chapek

概述

生成Selector的插件。

只需要在drawable文件夹中右键,在弹出的菜单中选择Generate Android Selectors,会自动的根据你的几个drawable文件夹里的资源的命名,帮你生成Selector代码。

当然了,你的资源文件需要根据约定的后缀来命名。比如按下状态为_pressed,正常状态为_normal,不可用状态为_disable,等等。
AS插件-android-selector-chapek_第1张图片

下载安装

详细的使用请查看android-selector-chapek

两种安装途径:

  • in Android Studio: go to Preferences→Plugins→Browse repositories and search for SelectorChapek

  • download it and install via Preferences→Plugins→Install plugin from disk

使用

1) Right-click folder with your resources e.g ‘drawable-xhdpi’

AS插件-android-selector-chapek_第2张图片

2) Select ‘Generate Android Selectors’

AS插件-android-selector-chapek_第3张图片

3) All selectors automagically appear in the ‘drawable’ folder!

AS插件-android-selector-chapek_第4张图片

文件命名约定

你可能感兴趣的:(AS插件-android-selector-chapek)