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

Commit 3c6dbf34 authored by DvTonder's avatar DvTonder Committed by Gerrit Code Review
Browse files

Framework: Add Quick Message Support (2/2)

This commit makes the two EditText background drawables (holo_light
and holo_dark) publickly available as a resource.  This enabled the
overriding of the EditText background in user code.

Patch Set 2: Added missing @hide statements
Patch Set 3: Removed the @hide statements added by anoter gerrit
             user as they are not used in public.xml

Change-Id: Iff80e4ece16f873e45a84e92c88ebfab752afa1f
parent 1d28bfe1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3900,6 +3900,10 @@
  <java-symbol type="string" name="symbol_picker_z" />
  <java-symbol type="string" name="symbol_picker_Z" />

  <!-- QuickMessage, for editbox background overrides -->
  <public type="drawable" name="edit_text_holo_light" />
  <public type="drawable" name="edit_text_holo_dark" />

<!-- ===============================================================
     AVRCP 1.3 Meta Data Resources
     =============================================================== -->