Skip to content

Commit d9b7569

Browse files
committed
use a new flashlight icon, replace the circles
1 parent ec25249 commit d9b7569

File tree

7 files changed

+2
-43
lines changed

7 files changed

+2
-43
lines changed
3.1 KB
Loading
4.25 KB
Loading
7.81 KB
Loading
11 KB
Loading

app/src/main/res/drawable/circles_big.xml

Lines changed: 0 additions & 41 deletions
This file was deleted.

app/src/main/res/layout/activity_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
android:layout_height="@dimen/main_button_size"
1919
android:layout_marginTop="@dimen/normal_margin"
2020
android:layout_marginBottom="@dimen/normal_margin"
21-
android:background="@drawable/circles_big"
21+
android:background="@drawable/ic_flashlight"
2222
app:layout_constraintBottom_toTopOf="@+id/bright_display_btn"
2323
app:layout_constraintEnd_toEndOf="parent"
2424
app:layout_constraintHorizontal_bias="0.5"

app/src/main/res/layout/widget_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
android:id="@+id/config_image"
1919
android:layout_width="@dimen/main_button_size"
2020
android:layout_height="@dimen/main_button_size"
21-
android:background="@drawable/circles_big"/>
21+
android:background="@drawable/ic_flashlight"/>
2222
</RelativeLayout>
2323

2424
<ImageView

0 commit comments

Comments
 (0)