Skip to content

Commit

Permalink
style(main):update map button style when clicking
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed Oct 16, 2022
1 parent 827eaca commit d26698d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/layout/main_map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
android:layout_marginEnd="10dp"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@null"
android:theme="@style/AppTheme"
android:theme="@style/RippleWhite"
app:srcCompat="@drawable/ic_home_position"
app:tint="@color/colorAccent" />

Expand All @@ -69,7 +69,7 @@
android:layout_marginEnd="10dp"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@null"
android:theme="@style/AppTheme"
android:theme="@style/RippleWhite"
app:srcCompat="@drawable/ic_zoom_in"
app:tint="@color/colorAccent" />

Expand All @@ -82,7 +82,7 @@
android:layout_marginEnd="10dp"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@null"
android:theme="@style/AppTheme"
android:theme="@style/RippleWhite"
app:srcCompat="@drawable/ic_zoom_out"
app:tint="@color/colorAccent" />

Expand All @@ -95,7 +95,7 @@
android:layout_marginEnd="10dp"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@null"
android:theme="@style/AppTheme"
android:theme="@style/RippleWhite"
app:srcCompat="@drawable/ic_input"
app:tint="@color/colorAccent" />

Expand Down

0 comments on commit d26698d

Please sign in to comment.