summaryrefslogtreecommitdiff
path: root/res/drawable/arrow_toast_rounded_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/arrow_toast_rounded_background.xml')
-rw-r--r--res/drawable/arrow_toast_rounded_background.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/arrow_toast_rounded_background.xml b/res/drawable/arrow_toast_rounded_background.xml
index 1206ddd87b..d7d625567b 100644
--- a/res/drawable/arrow_toast_rounded_background.xml
+++ b/res/drawable/arrow_toast_rounded_background.xml
@@ -14,6 +14,6 @@
limitations under the License.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
- <solid android:color="@color/arrow_tip_view_bg" />
+ <solid android:color="?attr/arrowTipBackground" />
<corners android:radius="@dimen/dialogCornerRadius" />
</shape>