使用 Android 支持库
Using Android Support Library
我正在尝试使用支持库。
我已将此依赖项添加到 gradle 文件
compile 'com.android.support:appcompat-v7:23.1.1'
而且我也在SDK管理器里下载了
但是当我尝试使用这个控件时
PercentRelativeLayout 它不起作用。布局 xml 文件似乎无法识别它。 android.support.percent.PercentRelativeLayout
有什么解决办法吗?
我正在尝试使用支持库。
我已将此依赖项添加到 gradle 文件
compile 'com.android.support:appcompat-v7:23.1.1'
而且我也在SDK管理器里下载了
但是当我尝试使用这个控件时
PercentRelativeLayout 它不起作用。布局 xml 文件似乎无法识别它。 android.support.percent.PercentRelativeLayout
有什么解决办法吗?