Accessing integer resources in xml

前端 未结 6 1462
醉酒成梦
醉酒成梦 2021-02-02 08:23

I have read this where found that how to access integer resources in java class but no docs for another resource.

Here is Resources at res/values/integers.xml

         


        
6条回答
  •  滥情空心
    2021-02-02 09:00

     

    android:text="@integer/imageSelectLimit"

           android:textColor="@color/colorPrimary"
           android:textSize="@dimen/textSize"/>
    

提交回复
热议问题