Adding drawables to the inAppBrowser. This doesn't look quite right, but it's a HUGE improvement over the previous settings
17
plugin.xml
@ -29,6 +29,23 @@
|
||||
|
||||
<source-file src="src/android/InAppBrowser.java" target-dir="src/org/apache/cordova/inappbrowser" />
|
||||
<source-file src="src/android/InAppChromeClient.java" target-dir="src/org/apache/cordova/inappbrowser" />
|
||||
|
||||
<!-- android drawable resources -->
|
||||
<source-file src="res/android/drawable-hdpi/ic_action_next_item.png" target-dir="res/drawable-hdpi" />
|
||||
<source-file src="res/android/drawable-mdpi/ic_action_next_item.png" target-dir="res/drawable-mdpi" />
|
||||
<source-file src="res/android/drawable-xhdpi/ic_action_next_item.png" target-dir="res/drawable-xhdpi" />
|
||||
<source-file src="res/android/drawable-xxhdpi/ic_action_next_item.png" target-dir="res/drawable-xxhdpi" />
|
||||
|
||||
<source-file src="res/android/drawable-hdpi/ic_action_previous_item.png" target-dir="res/drawable-hdpi" />
|
||||
<source-file src="res/android/drawable-mdpi/ic_action_previous_item.png" target-dir="res/drawable-mdpi" />
|
||||
<source-file src="res/android/drawable-xhdpi/ic_action_previous_item.png" target-dir="res/drawable-xhdpi" />
|
||||
<source-file src="res/android/drawable-xxhdpi/ic_action_previous_item.png" target-dir="res/drawable-xxhdpi" />
|
||||
|
||||
<source-file src="res/android/drawable-hdpi/ic_action_remove.png" target-dir="res/drawable-hdpi" />
|
||||
<source-file src="res/android/drawable-mdpi/ic_action_remove.png" target-dir="res/drawable-mdpi" />
|
||||
<source-file src="res/android/drawable-xhdpi/ic_action_remove.png" target-dir="res/drawable-xhdpi" />
|
||||
<source-file src="res/android/drawable-xxhdpi/ic_action_remove.png" target-dir="res/drawable-xxhdpi" />
|
||||
|
||||
</platform>
|
||||
|
||||
<!-- amazon-fireos -->
|
||||
|
BIN
res/android/drawable-hdpi/ic_action_next_item.png
Normal file
After Width: | Height: | Size: 593 B |
BIN
res/android/drawable-hdpi/ic_action_previous_item.png
Normal file
After Width: | Height: | Size: 599 B |
BIN
res/android/drawable-hdpi/ic_action_remove.png
Normal file
After Width: | Height: | Size: 438 B |
BIN
res/android/drawable-mdpi/ic_action_next_item.png
Normal file
After Width: | Height: | Size: 427 B |
BIN
res/android/drawable-mdpi/ic_action_previous_item.png
Normal file
After Width: | Height: | Size: 438 B |
BIN
res/android/drawable-mdpi/ic_action_remove.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
res/android/drawable-xhdpi/ic_action_next_item.png
Normal file
After Width: | Height: | Size: 727 B |
BIN
res/android/drawable-xhdpi/ic_action_previous_item.png
Normal file
After Width: | Height: | Size: 744 B |
BIN
res/android/drawable-xhdpi/ic_action_remove.png
Normal file
After Width: | Height: | Size: 536 B |
BIN
res/android/drawable-xxhdpi/ic_action_next_item.png
Normal file
After Width: | Height: | Size: 1021 B |
BIN
res/android/drawable-xxhdpi/ic_action_previous_item.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
res/android/drawable-xxhdpi/ic_action_remove.png
Normal file
After Width: | Height: | Size: 681 B |