Session demo: update playlist add/remove icons

PiperOrigin-RevId: 421256149
This commit is contained in:
christosts 2022-01-12 11:45:24 +00:00 committed by Ian Baker
parent 725b861f54
commit 63a32e85c5
12 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

View File

@ -34,7 +34,7 @@
android:layout_width="50dp"
android:layout_height="match_parent"
android:id="@+id/add_button"
android:background="@android:drawable/ic_input_add"
android:background="@drawable/baseline_playlist_add_white_48"
/>
</LinearLayout>

View File

@ -35,7 +35,7 @@
android:layout_width="50dp"
android:layout_height="match_parent"
android:id="@+id/delete_button"
android:background="@android:drawable/ic_menu_close_clear_cancel"
android:background="@drawable/baseline_playlist_remove_white_48"
/>
</LinearLayout>