mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
10 lines
No EOL
279 B
XML
10 lines
No EOL
279 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="oval">
|
|
|
|
<solid android:color="#F00" />
|
|
|
|
<size
|
|
android:width="@dimen/medium_width"
|
|
android:height="@dimen/medium_height" />
|
|
</shape> |