opt traffic light
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<size
|
||||
android:width="65px"
|
||||
android:height="65px" />
|
||||
|
||||
<padding
|
||||
android:bottom="12px"
|
||||
android:top="12px"
|
||||
android:left="14px"
|
||||
android:right="14px" />
|
||||
|
||||
<solid android:color="#7f000000" />
|
||||
|
||||
<stroke
|
||||
android:width="2px"
|
||||
android:color="#99FF3B2B" />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<size
|
||||
android:width="65px"
|
||||
android:height="65px" />
|
||||
|
||||
<padding
|
||||
android:bottom="12px"
|
||||
android:top="12px"
|
||||
android:left="14px"
|
||||
android:right="14px" />
|
||||
|
||||
<solid android:color="#7f000000" />
|
||||
|
||||
<stroke
|
||||
android:width="2px"
|
||||
android:color="#99FFFFFF" />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<padding
|
||||
android:bottom="12px"
|
||||
android:left="30px"
|
||||
android:right="30px"
|
||||
android:top="12px" />
|
||||
|
||||
<corners android:radius="32.5px" />
|
||||
|
||||
<solid android:color="#7f000000" />
|
||||
|
||||
<stroke
|
||||
android:width="2px"
|
||||
android:color="#997DE261" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user