| | |
| | | tools:context="com.dayu.pipirrapp.activity.MainActivity"> |
| | | |
| | | |
| | | <com.dayu.pipirrapp.view.MyViewPager |
| | | <androidx.viewpager2.widget.ViewPager2 |
| | | android:id="@+id/viewPager" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | |
| | | android:gravity="center" |
| | | android:orientation="vertical"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/orderImg" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="25dp" |
| | | android:layout_marginTop="8dp" |
| | | android:src="@drawable/bottom_order_black" /> |
| | | <RelativeLayout |
| | | android:layout_width="25dp" |
| | | android:layout_height="33dp"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/orderImg" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="25dp" |
| | | android:layout_marginTop="8dp" |
| | | android:src="@drawable/bottom_order_black" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/red_dot_img" |
| | | android:layout_width="9dp" |
| | | android:layout_height="9dp" |
| | | android:layout_alignParentRight="true" |
| | | android:layout_marginTop="8dp" |
| | | android:src="@drawable/ic_red_dot" |
| | | android:visibility="gone" /> |
| | | |
| | | </RelativeLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/orderText" |