tronx4002

joined 1 year ago
[–] tronx4002@lemmy.world 1 points 3 days ago

It failed lemmys rigid purity test.

[–] tronx4002@lemmy.world 2 points 2 weeks ago

Very interesting, thanks!

[–] tronx4002@lemmy.world 5 points 2 weeks ago (2 children)

I dont get it

[–] tronx4002@lemmy.world 2 points 3 weeks ago

I would try app:src or adding

 android {  
   defaultConfig {  
     vectorDrawables.useSupportLibrary = true  
    }  

To your build.gradle

[–] tronx4002@lemmy.world 2 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

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 2 points 3 weeks ago (4 children)

Do any errors show in logcat? You should be able to filter to show errors only.

[–] tronx4002@lemmy.world 4 points 3 weeks ago (6 children)

Is it not showing up in the emulator, or the phone on which the app is downloaded, or both?

[–] tronx4002@lemmy.world 2 points 1 month ago

I would like to see nuclear power grow in use.

[–] tronx4002@lemmy.world 1 points 1 month ago

Exactly, and it seems like that is a realistic outcome.

[–] tronx4002@lemmy.world 1 points 1 month ago (2 children)

I would love to see large and small scale nuclear reactors become more common.

view more: next ›