use a new flashlight icon, replace the circles
This commit is contained in:
parent
ec25249c47
commit
d9b7569524
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
|
@ -1,41 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:bottom="52dp"
|
||||
android:left="52dp"
|
||||
android:right="52dp"
|
||||
android:top="52dp">
|
||||
<shape
|
||||
android:shape="oval">
|
||||
<stroke
|
||||
android:width="13dp"
|
||||
android:color="#ff0000"/>
|
||||
<solid android:color="@android:color/transparent"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:bottom="26dp"
|
||||
android:left="26dp"
|
||||
android:right="26dp"
|
||||
android:top="26dp">
|
||||
<shape
|
||||
android:shape="oval">
|
||||
<stroke
|
||||
android:width="13dp"
|
||||
android:color="@android:color/white"/>
|
||||
<solid android:color="@android:color/transparent"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<shape
|
||||
android:shape="oval">
|
||||
<stroke
|
||||
android:width="13dp"
|
||||
android:color="@android:color/white"/>
|
||||
<solid android:color="@android:color/transparent"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
</layer-list>
|
|
@ -18,7 +18,7 @@
|
|||
android:layout_height="@dimen/main_button_size"
|
||||
android:layout_marginTop="@dimen/normal_margin"
|
||||
android:layout_marginBottom="@dimen/normal_margin"
|
||||
android:background="@drawable/circles_big"
|
||||
android:background="@drawable/ic_flashlight"
|
||||
app:layout_constraintBottom_toTopOf="@+id/bright_display_btn"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="0.5"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
android:id="@+id/config_image"
|
||||
android:layout_width="@dimen/main_button_size"
|
||||
android:layout_height="@dimen/main_button_size"
|
||||
android:background="@drawable/circles_big"/>
|
||||
android:background="@drawable/ic_flashlight"/>
|
||||
</RelativeLayout>
|
||||
|
||||
<ImageView
|
||||
|
|
Loading…
Reference in New Issue