Browse Source

提交人:jtm
提交内容:方向问题

江天明 1 year ago
parent
commit
fab47688db

+ 1 - 0
BusinessCommon/src/main/res/layout/direction_view.xml

@@ -7,6 +7,7 @@
     tools:parentTag="android.widget.FrameLayout">
 
     <ImageView
+        android:rotationX="180"
         android:id="@+id/iv_direction"
         android:layout_width="match_parent"
         android:layout_height="match_parent"

+ 1 - 0
BusinessStep/src/main/res/layout/item_cook_controller.xml

@@ -142,6 +142,7 @@
         app:layout_constraintVertical_bias="0.32">
 
         <ImageView
+            android:rotationX="180"
             android:id="@+id/iv_direction"
             android:layout_width="match_parent"
             android:layout_height="match_parent"