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

20 lines
772 B
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:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/paireddevicename"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="paireddevice"
android:textSize="@dimen/dp_14"
android:fontFamily="@font/inter_500"
android:textColor="@color/black">
</TextView>
</LinearLayout>
</LinearLayout>