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

Commit 5abdb641 authored by Adam Powell's avatar Adam Powell
Browse files

Make some more action mode drawable theme attrs public

By popular demand, add actionModeShareDrawable, actionModeFindDrawable
and actionModeWebSearchDrawable to the public API. This can allow apps
to read the appropriate icons out of the theme to use elsewhere.

Bug 14262004

Change-Id: I2b7cde1e03852cc8a59780dbe1a6c8cecefb59ca
parent 51fa6bcb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -261,10 +261,13 @@ package android {
    field public static final int actionModeCloseDrawable = 16843484; // 0x10102dc
    field public static final int actionModeCopyDrawable = 16843538; // 0x1010312
    field public static final int actionModeCutDrawable = 16843537; // 0x1010311
    field public static final int actionModeFindDrawable = 16843900; // 0x101047c
    field public static final int actionModePasteDrawable = 16843539; // 0x1010313
    field public static final int actionModeSelectAllDrawable = 16843646; // 0x101037e
    field public static final int actionModeShareDrawable = 16843899; // 0x101047b
    field public static final int actionModeSplitBackground = 16843677; // 0x101039d
    field public static final int actionModeStyle = 16843668; // 0x1010394
    field public static final int actionModeWebSearchDrawable = 16843901; // 0x101047d
    field public static final int actionOverflowButtonStyle = 16843510; // 0x10102f6
    field public static final int actionOverflowMenuStyle = 16843846; // 0x1010446
    field public static final int actionProviderClass = 16843657; // 0x1010389
+3 −0
Original line number Diff line number Diff line
@@ -2212,6 +2212,9 @@
  <public type="attr" name="relinquishTaskIdentity" />
  <public type="attr" name="tileModeX" />
  <public type="attr" name="tileModeY" />
  <public type="attr" name="actionModeShareDrawable" />
  <public type="attr" name="actionModeFindDrawable" />
  <public type="attr" name="actionModeWebSearchDrawable" />

  <public-padding type="dimen" name="l_resource_pad" end="0x01050010" />