mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-12 08:56:15 +01:00
13 lines
327 B
XML
13 lines
327 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle" >
|
|
|
|
<solid android:color="@color/bright_blue" />
|
|
|
|
<padding
|
|
android:bottom="5dip"
|
|
android:left="5dip"
|
|
android:right="5dip"
|
|
android:top="5dip" />
|
|
|
|
</shape> |