Advertisement
Guest User

Untitled

a guest
Apr 7th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 0.35 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.    android:shape="oval">
  5.  
  6.     <solid
  7.        android:color="#F44336"/>
  8.  
  9.     <stroke
  10.        android:width="2dp"
  11.        android:color="#FFFFFFFF"/>
  12.  
  13.     <size
  14.        android:width="120dp"
  15.        android:height="120dp"/>
  16. </shape>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement