POZO_Retail/app/build/intermediates/merged-not-compiled-resources/release/layout/activity_token.xml

38 lines
1.2 KiB
XML
Raw Permalink Normal View History

2025-08-26 13:45:32 +05:30
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:orientation="vertical">
<LinearLayout
android:orientation="vertical"
android:layout_gravity="center"
android:foregroundGravity="center"
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_width="250dp"
android:layout_height="150dp"
android:src="@drawable/pozomindlogo1">
</ImageView>
<TextView
android:id="@+id/noInternetConn"
android:textSize="24dp"
android:textAlignment="center"
android:textColor="@color/black"
android:fontFamily="@font/inter_600"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:letterSpacing="-0.03"
android:text="NO INTERNET CONNECTION "/>
</LinearLayout>
</LinearLayout>