Showing
1 changed file
with
10 additions
and
0 deletions
1 | +<?xml version="1.0" encoding="utf-8"?> | ||
2 | +<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
3 | + android:shape="oval"> | ||
4 | + <solid | ||
5 | + android:color="#DDDDDD"/> | ||
6 | + | ||
7 | + <size | ||
8 | + android:height="8dp" | ||
9 | + android:width="8dp"/> | ||
10 | +</shape> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment