简体   繁体   中英

What is app:overlayImage in xmlns:app="http://schemas.android.com/apk/res-auto?

我想知道app:overlayImage的含义,总的来说,我在哪里可以看到xmlns:app =“ http://schemas.android.com/apk/res-auto命名空间的属性定义?

When you give

xmlns:android="http://schemas.android.com/apk/res/android”

all the keys ie attributes and tags that are attached to this namespace will be imported( or at least sort of ). So next time when you give android: the autocomplete list occurs.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM