Subscribe our Technical Tarm YouTube Channel. Visit
Posts

0 min read
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<LinearLayout
android:id="@+id/linear1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="8dp"
android:background="@drawable/iiu"
android:gravity="center_horizontal|center_vertical"
android:orientation="vertical">
<ImageView
android:id="@+id/imageview1"
android:layout_width="100dp"
android:layout_height="100dp"
android:src="@drawable/default_image"
android:scaleType="fitCenter"/>
<TextView
android:id="@+id/textview1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="8dp"
android:text="Infinity friendship"
android:textSize="30sp"
android:textStyle="bold"
android:textColor="#FFFFFF"/>
</LinearLayout>
</LinearLayout>
Hi, I'm the owner of this site. I share different types of learning books, files, blogs, tutorials and much more on this website.

You may like these posts

Post a Comment

Please let me know, how can I help you?