Commit 63a32e85 by christosts Committed by Ian Baker

Session demo: update playlist add/remove icons

PiperOrigin-RevId: 421256149
parent 725b861f
......@@ -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>
......@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment