summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/answer/impl/answermethod/res/drawable/circular_background.xml
blob: 938ddc2be35741acaa931aa7b87b64b505d8d6cd (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<shape
  xmlns:android="http://schemas.android.com/apk/res/android"
  android:shape="oval">
  <solid android:color="#FFFFFFFF"/>
</shape>