add bucket icon

This commit is contained in:
Page Asgardius 2022-09-01 11:24:09 -07:00
parent 47509ffdf8
commit 54f0a03a9e
3 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ public class BucketSelect extends AppCompatActivity {
//System.out.println(bucket.getName());
Name.add(bucket.getName());
//Img.add(R.drawable.ic_launcher_foreground);
Img.add(R.drawable.ic_launcher_foreground);
Img.add(R.drawable.bucket);
}
System.out.println(Name);

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View file

@ -10,8 +10,8 @@
<ImageView
android:id="@+id/image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
app:layout_constraintStart_toStartOf="parent"