inital commit кек
This commit is contained in:
+54
@@ -0,0 +1,54 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<group android:translateX="12" android:translateY="12">
|
||||
<!-- Retro monitor body -->
|
||||
<path
|
||||
android:fillColor="#FF21262D"
|
||||
android:pathData="M8,8h68v52H8z" />
|
||||
<!-- Screen -->
|
||||
<path
|
||||
android:fillColor="#FF0D1117"
|
||||
android:pathData="M14,14h56v36H14z" />
|
||||
<!-- "CBE" text on screen -->
|
||||
<path
|
||||
android:fillColor="#FF00FF41"
|
||||
android:pathData="M20,24h4v18h-4z" />
|
||||
<path
|
||||
android:fillColor="#FF00FF41"
|
||||
android:pathData="M24,24h14v4H24z" />
|
||||
<path
|
||||
android:fillColor="#FF00FF41"
|
||||
android:pathData="M24,31h12v4H24z" />
|
||||
<path
|
||||
android:fillColor="#FF00FF41"
|
||||
android:pathData="M24,38h14v4H24z" />
|
||||
<!-- Prompt cursor -->
|
||||
<path
|
||||
android:fillColor="#FFFFB000"
|
||||
android:pathData="M62,38h4v4h-4z" />
|
||||
<!-- Monitor stand -->
|
||||
<path
|
||||
android:fillColor="#FF30363D"
|
||||
android:pathData="M30,60h24v6H30z" />
|
||||
<path
|
||||
android:fillColor="#FF30363D"
|
||||
android:pathData="M38,66h8v10H38z" />
|
||||
<!-- Stand base -->
|
||||
<path
|
||||
android:fillColor="#FF30363D"
|
||||
android:pathData="M28,76h28v4H28z" />
|
||||
<!-- LEDs -->
|
||||
<path
|
||||
android:fillColor="#FF00FF41"
|
||||
android:pathData="M58,56a3,3,0,1,1,0,6z" />
|
||||
<path
|
||||
android:fillColor="#FFFF3333"
|
||||
android:pathData="M66,56a3,3,0,1,1,0,6z" />
|
||||
<path
|
||||
android:fillColor="#FFFFB000"
|
||||
android:pathData="M74,56a3,3,0,1,1,0,6z" />
|
||||
</group>
|
||||
</vector>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_background">#0D1117</color>
|
||||
<style name="Theme.CBE.Emulator" parent="android:Theme.Material.NoActionBar"/>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user