Files
Haleon-Egypt-PD/GSKMTOrange/src/main/res/layout/activity_splash_screen.xml
T
Jeevan Prasad 883cbf0756 Inital commit
2025-03-10 13:26:35 +05:30

46 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/lin_lay"
tools:context="cpm.com.gskmtorange.SplashScreenActivity"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_gravity="center"
android:background="@drawable/haleon_splash_bg"
android:orientation="vertical"
android:weightSum="10">
<!--<RelativeLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="4">
<ImageView
android:layout_width="match_parent"
android:layout_height="50dp"
android:visibility="gone"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp"
android:layout_marginTop="10dp"
android:background="@drawable/parinaam_logo" />
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="6"
>
<ImageView
android:id="@+id/logo"
android:layout_width="155dp"
android:layout_height="50dp"
android:visibility="gone"
android:layout_centerHorizontal="true"
android:background="@drawable/gsklogo" />
</RelativeLayout>-->
</LinearLayout>