• 0 Posts
  • 18 Comments
Joined 2 years ago
cake
Cake day: July 9th, 2023

help-circle







  • Type package:mine level:error in the text bar and see if any errors are returned.

    And what is the path of your image, and how are you placing the image in your xml file? Here is an example of one that works for me with an image that is located in the res/drawable/baseline_arrow_back_24.xml package

      <ImageView
            android:id="@+id/backButton"
            android:layout_width="42dp"
            android:layout_height="42dp"
            android:layout_gravity="start"
            android:layout_centerVertical="true"
            android:src="@drawable/baseline_arrow_back_24"
            android:contentDescription="@string/back_arrow" />
    











  • tronx4002@lemmy.world
    cake
    toProgrammer Humor@lemmy.mlTrue
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 years ago

    To be fair to the people you are describing, the ecosystem that makes up the whole of software is so large and complex that becoming an expert in even a small area is something that can take years. Sometimes you have to accept that it is better to focus on one area and not try to understand everything. A mechanic doesnt need to know how rubber is made to change a tire.