Android Studio – How to set image view and text view side by side?
I am going to make the imageView and textView side by side in a cardView. It looks good when in design but behaves weird when I run the app. My item_offer_list.xml file is as below: <?xml version="1.0" encoding="utf-8"?> <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"…