add bucket icon
This commit is contained in:
parent
47509ffdf8
commit
54f0a03a9e
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
BIN
app/src/main/res/drawable/bucket.png
Normal file
BIN
app/src/main/res/drawable/bucket.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue