summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/incall/impl/res/drawable/incall_button_background_checked.xml
blob: 73c6947e21caf2ab64470928150d0ce2bb787524 (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="@color/incall_button_white"/>
</shape>