shoppingcart1

master
huan 2 years ago
parent 7eec96f545
commit 65170717c0

@ -7,11 +7,11 @@
<deviceKey>
<Key>
<type value="VIRTUAL_DEVICE_PATH" />
<value value="C:\Users\youhuanfree\.android\avd\Pixel_5_API_30.avd" />
<value value="C:\Users\youhuanfree\.android\avd\Pixel_6_Pro_API_30_2.avd" />
</Key>
</deviceKey>
</Target>
</targetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2023-05-14T03:17:23.857774700Z" />
<timeTargetWasSelectedWithDropDown value="2023-05-14T06:23:19.164078200Z" />
</component>
</project>

@ -2,12 +2,31 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="#F2F2F2">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/shoppingcart"/>
<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="shop" />
android:text="购物车是空的~~~~"
android:textSize="20sp"/>
<Button
android:layout_width="50dp"
android:layout_height="20dp"
android:id="@+id/random_search"
android:text="去逛逛"
android:textColor="#fff"
android:textSize="18sp"/>
</LinearLayout>
</LinearLayout>
Loading…
Cancel
Save