summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/answer/impl/hint/res/drawable/answer_hint_small.xml
blob: 6a24d6a5faa3c65578da1cfd72805e5d8c5f052e (plain)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
  <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
    <solid android:color="#00C853"/>
    <stroke android:color="#00C853" android:width="2dp"/>
  </shape>