new checkbox, new globus progress bars
BIN
OsmAnd/res/drawable-hdpi/ic_btn_wocheckbox_notselected.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
OsmAnd/res/drawable-hdpi/ic_btn_wocheckbox_pushed.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
OsmAnd/res/drawable-hdpi/ic_btn_wocheckbox_selected.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
BIN
OsmAnd/res/drawable-large/ic_btn_wocheckbox_notselected.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
OsmAnd/res/drawable-large/ic_btn_wocheckbox_pushed.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
OsmAnd/res/drawable-large/ic_btn_wocheckbox_selected.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
BIN
OsmAnd/res/drawable-mdpi/ic_btn_wocheckbox_notselected.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
OsmAnd/res/drawable-mdpi/ic_btn_wocheckbox_pushed.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
OsmAnd/res/drawable-mdpi/ic_btn_wocheckbox_selected.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.8 KiB |
11
OsmAnd/res/drawable/ic_btn_wocheckbox.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<!-- checked -->
|
||||
<item android:state_pressed="true" android:drawable="@drawable/ic_btn_wocheckbox_pushed"/>
|
||||
<!-- unchecked noempty -->
|
||||
<item android:state_checked="true" android:drawable="@drawable/ic_btn_wocheckbox_selected"/>
|
||||
<!-- unchecked nempty -->
|
||||
<item android:drawable="@drawable/ic_btn_wocheckbox_notselected"/>
|
||||
|
||||
</selector>
|
|
@ -24,6 +24,7 @@
|
|||
android:id="@+id/check_item"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:focusable="false" />
|
||||
android:focusable="false"
|
||||
android:button="@drawable/ic_btn_wocheckbox" />
|
||||
|
||||
</LinearLayout>
|