diff options
| -rw-r--r-- | api/current.xml | 21 | ||||
| -rw-r--r-- | core/res/res/values/public.xml | 1 |
2 files changed, 17 insertions, 5 deletions
diff --git a/api/current.xml b/api/current.xml index 63215a00321a..2fe910c0a9e0 100644 --- a/api/current.xml +++ b/api/current.xml @@ -1949,7 +1949,7 @@ type="int" transient="false" volatile="false" - value="16843552" + value="16843553" static="true" final="true" deprecated="not deprecated" @@ -1960,7 +1960,7 @@ type="int" transient="false" volatile="false" - value="16843551" + value="16843552" static="true" final="true" deprecated="not deprecated" @@ -1971,7 +1971,7 @@ type="int" transient="false" volatile="false" - value="16843553" + value="16843554" static="true" final="true" deprecated="not deprecated" @@ -8061,6 +8061,17 @@ visibility="public" > </field> +<field name="selectableItemBackground" + type="int" + transient="false" + volatile="false" + value="16843551" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="selection" type="int" transient="false" @@ -9374,7 +9385,7 @@ type="int" transient="false" volatile="false" - value="16843555" + value="16843556" static="true" final="true" deprecated="not deprecated" @@ -9385,7 +9396,7 @@ type="int" transient="false" volatile="false" - value="16843554" + value="16843555" static="true" final="true" deprecated="not deprecated" diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index fe39b4cc9a71..ef609a241af1 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1362,6 +1362,7 @@ <public type="attr" name="homeAsUpIndicator" /> <public type="attr" name="enterFadeDuration" /> <public type="attr" name="exitFadeDuration" /> + <public type="attr" name="selectableItemBackground" /> <public type="anim" name="animator_fade_in" /> <public type="anim" name="animator_fade_out" /> |