[android] New icon for direction in PPP.
Before Width: | Height: | Size: 793 B After Width: | Height: | Size: 723 B |
BIN
android/res/drawable-hdpi/ic_direction_pagepreview_night.png
Normal file
After Width: | Height: | Size: 718 B |
Before Width: | Height: | Size: 804 B After Width: | Height: | Size: 784 B |
After Width: | Height: | Size: 776 B |
Before Width: | Height: | Size: 590 B After Width: | Height: | Size: 482 B |
BIN
android/res/drawable-mdpi/ic_direction_pagepreview_night.png
Normal file
After Width: | Height: | Size: 482 B |
Before Width: | Height: | Size: 588 B After Width: | Height: | Size: 534 B |
After Width: | Height: | Size: 535 B |
Before Width: | Height: | Size: 976 B After Width: | Height: | Size: 930 B |
BIN
android/res/drawable-xhdpi/ic_direction_pagepreview_night.png
Normal file
After Width: | Height: | Size: 926 B |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1,002 B |
After Width: | Height: | Size: 993 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
android/res/drawable-xxhdpi/ic_direction_pagepreview_night.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.4 KiB |
BIN
android/res/drawable-xxxhdpi/ic_direction_pagepreview.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
android/res/drawable-xxxhdpi/ic_direction_pagepreview_night.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.8 KiB |
7
android/res/drawable/direction_night.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/ic_direction_pagepreview_pressed_night"
|
||||
android:state_pressed="true"/>
|
||||
|
||||
<item android:drawable="@drawable/ic_direction_pagepreview_night"/>
|
||||
</selector>
|
|
@ -20,6 +20,7 @@
|
|||
<attr name="ppBackground" format="color"/>
|
||||
<attr name="ppButtonsBackground" format="color"/>
|
||||
<attr name="ppPreviewHead" format="reference"/>
|
||||
<attr name="ppArrowDrawable" format="reference"/>
|
||||
|
||||
<attr name="routingSlot" format="reference"/>
|
||||
<attr name="routingSlotPressed" format="reference"/>
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
<item name="ppBackground">@color/bg_cards</item>
|
||||
<item name="ppButtonsBackground">?panel</item>
|
||||
<item name="ppPreviewHead">@drawable/bg_place_page_back</item>
|
||||
<item name="ppArrowDrawable">@drawable/direction</item>
|
||||
|
||||
<item name="routingSlot">@drawable/routing_slot_background</item>
|
||||
<item name="routingSlotPressed">@drawable/routing_slot_background_pressed</item>
|
||||
|
@ -71,7 +72,7 @@
|
|||
<item name="android:colorPrimaryDark" tools:targetApi="lollipop">?statusBar</item>
|
||||
<item name="android:windowDrawsSystemBarBackgrounds" tools:targetApi="lollipop">true</item>
|
||||
<item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item>
|
||||
<item name="android:fontFamily" tools:targetApi="jelly_bean">@string/robotoRegular</item>
|
||||
<item name="android:fontFamily"tools:targetApi="jelly_bean">@string/robotoRegular</item>
|
||||
<item name="android:colorBackgroundCacheHint">@null</item>
|
||||
<item name="clickableBackground">?selectableItemBackground</item>
|
||||
|
||||
|
@ -96,6 +97,7 @@
|
|||
<item name="ppBackground">@color/bg_cards_night</item>
|
||||
<item name="ppButtonsBackground">@color/bg_window_night</item>
|
||||
<item name="ppPreviewHead">@drawable/bg_place_page_back_night</item>
|
||||
<item name="ppArrowDrawable">@drawable/direction_night</item>
|
||||
|
||||
<item name="routingSlot">@drawable/routing_slot_background_night</item>
|
||||
<item name="routingSlotPressed">@drawable/routing_slot_background_pressed_night</item>
|
||||
|
|