Home | History | Annotate | Download | only in drawable
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright 2014 Google Inc. All Rights Reserved. -->
      3 
      4 <shape xmlns:android="http://schemas.android.com/apk/res/android" >
      5     <size android:width="2dp" />
      6     <solid android:color="@color/dialtacts_theme_color" />
      7 </shape>