Fix transparent boxes/night boxes
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 555 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 904 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 629 B |
Before Width: | Height: | Size: 972 B After Width: | Height: | Size: 493 B |
Before Width: | Height: | Size: 853 B After Width: | Height: | Size: 515 B |
Before Width: | Height: | Size: 697 B After Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 443 B After Width: | Height: | Size: 334 B |
BIN
OsmAnd/res/drawable-hdpi/box_top_trans_stack.9.png
Normal file
After Width: | Height: | Size: 443 B |
|
@ -2,5 +2,5 @@
|
|||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true" android:drawable="@drawable/box_top_stack_pressed" />
|
||||
<item android:state_focused="true" android:drawable="@drawable/box_top_stack_pressed" />
|
||||
<item android:drawable="@drawable/box_top_trans" />
|
||||
<item android:drawable="@drawable/box_top_trans_stack" />
|
||||
</selector>
|
||||
|
|