Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4dba7f5 authored by Adam Powell's avatar Adam Powell
Browse files

Fix bug 3183378 - make theme attribute selectableItemBackground public.

This will always be a reference to a state list drawable that shows
proper pressed/focused/etc background highlights for the current
theme.

Change-Id: I60671e581ad0fa8cc2f6a808beafa506784112de
parent 403f16ae
Loading
Loading
Loading
Loading
+16 −5
Original line number Diff line number Diff line
@@ -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"
+1 −0
Original line number Diff line number Diff line
@@ -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" />