mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 22:53:37 +00:00
14 lines
446 B
XML
14 lines
446 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:width="288dp"
|
|
android:height="288dp"
|
|
android:drawable="@android:color/transparent"
|
|
android:gravity="center" />
|
|
|
|
<item
|
|
android:width="220dp"
|
|
android:height="220dp"
|
|
android:drawable="@drawable/ic_splash_logo"
|
|
android:gravity="center" />
|
|
</layer-list> |