Replace icon with svg

pull/21/head
FongMi 4 years ago
parent df53e3df95
commit e4f1fae1a0
  1. BIN
      app/src/leanback/res/drawable-hdpi/ic_keyboard_back.png
  2. BIN
      app/src/leanback/res/drawable-hdpi/ic_keyboard_enter.png
  3. BIN
      app/src/leanback/res/drawable-hdpi/ic_keyboard_left.png
  4. BIN
      app/src/leanback/res/drawable-hdpi/ic_keyboard_right.png
  5. BIN
      app/src/leanback/res/drawable-mdpi/ic_keyboard_back.png
  6. BIN
      app/src/leanback/res/drawable-mdpi/ic_keyboard_enter.png
  7. BIN
      app/src/leanback/res/drawable-mdpi/ic_keyboard_left.png
  8. BIN
      app/src/leanback/res/drawable-mdpi/ic_keyboard_right.png
  9. BIN
      app/src/leanback/res/drawable-xhdpi/ic_keyboard_back.png
  10. BIN
      app/src/leanback/res/drawable-xhdpi/ic_keyboard_enter.png
  11. BIN
      app/src/leanback/res/drawable-xhdpi/ic_keyboard_left.png
  12. BIN
      app/src/leanback/res/drawable-xhdpi/ic_keyboard_right.png
  13. BIN
      app/src/leanback/res/drawable-xxhdpi/ic_keyboard_back.png
  14. BIN
      app/src/leanback/res/drawable-xxhdpi/ic_keyboard_enter.png
  15. BIN
      app/src/leanback/res/drawable-xxhdpi/ic_keyboard_left.png
  16. BIN
      app/src/leanback/res/drawable-xxhdpi/ic_keyboard_right.png
  17. 10
      app/src/leanback/res/drawable/ic_keyboard_back.xml
  18. 10
      app/src/leanback/res/drawable/ic_keyboard_enter.xml
  19. 10
      app/src/leanback/res/drawable/ic_keyboard_left.xml
  20. 10
      app/src/leanback/res/drawable/ic_keyboard_right.xml
  21. 3
      app/src/leanback/res/layout/adapter_keyboard.xml

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 661 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 745 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 736 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:tint="@color/white"
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:fillColor="#FF000000"
android:pathData="m22.4,31.7 l5.6,-5.6 5.6,5.6 2.15,-2.15L30.1,24l5.55,-5.55 -2.15,-2.15 -5.5,5.6 -5.6,-5.6 -2.15,2.15L25.9,24l-5.65,5.55ZM6,24l8.45,-11.95q0.65,-0.9 1.55,-1.475 0.9,-0.575 2,-0.575h21q1.25,0 2.125,0.875T42,13v22q0,1.25 -0.875,2.125T39,38L18,38q-1.1,0 -2,-0.575 -0.9,-0.575 -1.55,-1.475ZM9.75,24 L17.45,35L39,35L39,13L17.45,13ZM39,24L39,13v22Z" />
</vector>

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:tint="@color/white"
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:fillColor="#FF000000"
android:pathData="M18,36 L6.05,24.05 18,12.1l2.15,2.15 -8.35,8.35H39V14h3v11.55H11.85l8.3,8.3Z" />
</vector>

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:tint="@color/white"
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:fillColor="#FF000000"
android:pathData="M28.05,36 L16,23.95 28.05,11.9l2.15,2.15 -9.9,9.9 9.9,9.9Z" />
</vector>

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:tint="@color/white"
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:fillColor="#FF000000"
android:pathData="m18.75,36 l-2.15,-2.15 9.9,-9.9 -9.9,-9.9 2.15,-2.15L30.8,23.95Z" />
</vector>

@ -5,7 +5,8 @@
android:layout_height="40dp"
android:background="@drawable/selector_item"
android:focusable="true"
android:focusableInTouchMode="true">
android:focusableInTouchMode="true"
android:padding="8dp">
<TextView
android:id="@+id/text"

Loading…
Cancel
Save