Home Software Development The best way to Create a Shayari Android App Utilizing Firebase in Kotlin?

The best way to Create a Shayari Android App Utilizing Firebase in Kotlin?

0
The best way to Create a Shayari Android App Utilizing Firebase in Kotlin?

[ad_1]

<?xml model="1.0" encoding="utf-8"?>

<RelativeLayout

    android:layout_width="match_parent"

    android:layout_height="wrap_content">

  

    <androidx.cardview.widget.CardView

        android:layout_width="match_parent"

        android:layout_height="wrap_content"

        android:layout_margin="10dp"

        app:cardCornerRadius="10dp">

  

        <LinearLayout

            android:id="@+id/mainBaground"

            android:layout_width="match_parent"

            android:layout_height="match_parent"

            android:orientation="vertical">

  

            <TextView

                android:id="@+id/itemShayari"

                android:layout_width="match_parent"

                android:layout_height="wrap_content"

                android:layout_margin="10dp"

                android:fontFamily="@font/daring"

                android:gravity="middle"

                android:textual content=""

                android:textColor="@shade/black"

                android:textSize="22sp" />

  

            <LinearLayout

                android:layout_width="match_parent"

                android:layout_height="wrap_content"

                android:background="#80000000"

                android:orientation="horizontal"

                android:padding="10dp">

  

                <FrameLayout

                    android:layout_width="match_parent"

                    android:layout_height="match_parent"

                    android:layout_weight="1">

  

                    <LinearLayout

                        android:id="@+id/btnShare"

                        android:layout_width="40dp"

                        android:layout_height="40dp"

                        android:layout_gravity="middle"

                        android:background="@drawable/btn_round_shape"

                        android:padding="7dp">

  

                        <ImageView

                            android:layout_width="match_parent"

                            android:layout_height="match_parent"

                            android:background="@drawable/ic_baseline_share_24" />

                    </LinearLayout>

  

                </FrameLayout>

  

                <FrameLayout

                    android:layout_width="match_parent"

                    android:layout_height="match_parent"

                    android:layout_weight="1">

  

                    <LinearLayout

                        android:id="@+id/btnCopy"

                        android:padding="7dp"

                        android:layout_width="40dp"

                        android:layout_height="40dp"

                        android:layout_gravity="middle"

                        android:background="@drawable/btn_round_shape">

  

                        <ImageView

                            android:layout_width="match_parent"

                            android:layout_height="match_parent"

                            android:background="@drawable/ic_baseline_content_copy_24" />

                    </LinearLayout>

                </FrameLayout>

  

                <FrameLayout

                    android:layout_width="match_parent"

                    android:layout_height="match_parent"

                    android:layout_weight="1">

  

                    <LinearLayout

                        android:id="@+id/btnWhatsapp"

                        android:padding="7dp"

                        android:layout_width="40dp"

                        android:layout_height="40dp"

                        android:layout_gravity="middle"

                        android:background="@drawable/btn_round_shape">

  

                        <ImageView

                            android:layout_width="match_parent"

                            android:layout_height="match_parent"

                            android:src="@drawable/whatsapp" />

                    </LinearLayout>

                </FrameLayout>

  

            </LinearLayout>

  

        </LinearLayout>

  

    </androidx.cardview.widget.CardView>

  

</RelativeLayout>

[ad_2]

LEAVE A REPLY

Please enter your comment!
Please enter your name here