jimu-decompiled/resources/res/layout/activity_shop_layout.xml
2025-05-13 19:24:51 +02:00

40 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.ubt.jimu.widgets.NavigationBarView
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:nbv_mode="left"
app:nbv_title="@string/tab_title_mall"/>
<RelativeLayout
android:background="@color/bg_ebebeb"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true">
<ImageView
android:id="@+id/im_shop_apple"
android:background="@drawable/group_13"
android:layout_width="@dimen/dp230w"
android:layout_height="@dimen/dp320w"/>
<ImageView
android:id="@+id/im_shop_tmall"
android:background="@drawable/group_12"
android:layout_width="@dimen/dp230w"
android:layout_height="@dimen/dp320w"
android:layout_marginLeft="@dimen/dp46w"/>
<ImageView
android:id="@+id/im_shop_ubtech"
android:background="@drawable/group_11"
android:layout_width="@dimen/dp230w"
android:layout_height="@dimen/dp320w"
android:layout_marginLeft="@dimen/dp46w"/>
</LinearLayout>
</RelativeLayout>
</LinearLayout>