mirror of
https://github.com/hmalik144/EasyCC_Master.git
synced 2026-03-18 07:26:16 +00:00
Initial commit
This commit is contained in:
BIN
app/src/main/res/drawable-nodpi/easyycc_widget_preview.png
Normal file
BIN
app/src/main/res/drawable-nodpi/easyycc_widget_preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
9
app/src/main/res/drawable-nodpi/gradient.xml
Normal file
9
app/src/main/res/drawable-nodpi/gradient.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:startColor="#b3001b"
|
||||
android:endColor="#262626"
|
||||
android:type="linear"
|
||||
android:angle="45"/>
|
||||
</shape>
|
||||
9
app/src/main/res/drawable-nodpi/gradient_colour.xml
Normal file
9
app/src/main/res/drawable-nodpi/gradient_colour.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:startColor="@color/colour_three"
|
||||
android:endColor="@color/colour_two"
|
||||
android:type="linear"
|
||||
android:angle="45"/>
|
||||
</shape>
|
||||
10
app/src/main/res/drawable-nodpi/round_edit_text.xml
Normal file
10
app/src/main/res/drawable-nodpi/round_edit_text.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle" android:padding="10dp">
|
||||
<solid android:color="@color/colour_two" />
|
||||
<corners
|
||||
android:bottomRightRadius="22dp"
|
||||
android:bottomLeftRadius="22dp"
|
||||
android:topLeftRadius="22dp"
|
||||
android:topRightRadius="22dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user