diff --git a/OsmAnd/res/drawable/keyboard_item_dark_bg.xml b/OsmAnd/res/drawable/keyboard_item_dark_bg.xml new file mode 100644 index 0000000000..b4a642e69e --- /dev/null +++ b/OsmAnd/res/drawable/keyboard_item_dark_bg.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/OsmAnd/res/drawable/keyboard_item_light_bg.xml b/OsmAnd/res/drawable/keyboard_item_light_bg.xml new file mode 100644 index 0000000000..6c0b9d69b2 --- /dev/null +++ b/OsmAnd/res/drawable/keyboard_item_light_bg.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/OsmAnd/res/layout/input_coordinate_keyboard_item.xml b/OsmAnd/res/layout/input_coordinate_keyboard_item.xml index 67497a6c0f..6c467df338 100644 --- a/OsmAnd/res/layout/input_coordinate_keyboard_item.xml +++ b/OsmAnd/res/layout/input_coordinate_keyboard_item.xml @@ -4,7 +4,6 @@ xmlns:osmand="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="56dp" - android:background="?attr/bg_color" android:orientation="vertical">