Session demo: update playlist add/remove icons
PiperOrigin-RevId: 421256149
After Width: | Height: | Size: 114 B |
After Width: | Height: | Size: 251 B |
After Width: | Height: | Size: 109 B |
After Width: | Height: | Size: 191 B |
After Width: | Height: | Size: 113 B |
After Width: | Height: | Size: 298 B |
After Width: | Height: | Size: 121 B |
After Width: | Height: | Size: 383 B |
After Width: | Height: | Size: 126 B |
After Width: | Height: | Size: 455 B |
@ -34,7 +34,7 @@
|
|||||||
android:layout_width="50dp"
|
android:layout_width="50dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:id="@+id/add_button"
|
android:id="@+id/add_button"
|
||||||
android:background="@android:drawable/ic_input_add"
|
android:background="@drawable/baseline_playlist_add_white_48"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
android:layout_width="50dp"
|
android:layout_width="50dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:id="@+id/delete_button"
|
android:id="@+id/delete_button"
|
||||||
android:background="@android:drawable/ic_menu_close_clear_cancel"
|
android:background="@drawable/baseline_playlist_remove_white_48"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|