zhangshenjie 4 weeks ago
parent
commit
6e212145be

+ 3 - 1
BusinessCommon/src/main/res/layout/dialog_amount_select.xml

@@ -4,7 +4,9 @@
     android:layout_height="match_parent"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
-    tools:background="#444">
+    android:layoutDirection="ltr"
+    tools:background="#444"
+    >
 
     <RelativeLayout
         android:layout_width="wrap_content"

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

@@ -4,6 +4,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
+    android:layoutDirection="ltr"
     tools:background="#000">
 
     <RelativeLayout

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

@@ -4,6 +4,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
+    android:layoutDirection="ltr"
     tools:background="#000">
 
     <RelativeLayout

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

@@ -4,6 +4,7 @@
     android:layout_height="match_parent"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
+    android:layoutDirection="ltr"
     tools:background="#444">
 
     <LinearLayout

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

@@ -3,6 +3,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
+    android:layoutDirection="ltr"
     tools:background="#000">
 
     <RelativeLayout

+ 3 - 1
BusinessCommon/src/main/res/layout/dialog_data_picker.xml

@@ -2,7 +2,9 @@
 <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    xmlns:app="http://schemas.android.com/apk/res-auto">
+    xmlns:app="http://schemas.android.com/apk/res-auto"
+    android:layoutDirection="ltr"
+    >
 
     <FrameLayout
         android:id="@+id/fl_content"

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

@@ -3,6 +3,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
+    android:layoutDirection="ltr"
     tools:background="#666">
 
     <LinearLayout

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

@@ -4,6 +4,7 @@
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     xmlns:tools="http://schemas.android.com/tools"
+    android:layoutDirection="ltr"
     tools:background="#222222">
 
     <ProgressBar

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

@@ -5,6 +5,7 @@
     android:layout_height="match_parent"
     xmlns:tools="http://schemas.android.com/tools"
     xmlns:app="http://schemas.android.com/apk/res-auto"
+    android:layoutDirection="ltr"
     tools:background="#999">
     
     <LinearLayout

+ 3 - 1
BusinessCommon/src/main/res/layout/dialog_language_picker.xml

@@ -2,7 +2,9 @@
 <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    xmlns:app="http://schemas.android.com/apk/res-auto">
+    xmlns:app="http://schemas.android.com/apk/res-auto"
+    android:layoutDirection="ltr"
+    >
 
     <RelativeLayout
         android:id="@+id/fl_content"

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

@@ -4,6 +4,7 @@
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     xmlns:tools="http://schemas.android.com/tools"
+    android:layoutDirection="ltr"
     tools:background="#666">
 
     <LinearLayout

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

@@ -4,6 +4,7 @@
     android:layout_height="match_parent"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
+    android:layoutDirection="ltr"
     tools:background="#444">
 
     <FrameLayout

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

@@ -4,6 +4,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
+    android:layoutDirection="ltr"
     tools:background="#000">
 
     <RelativeLayout

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

@@ -4,6 +4,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
+    android:layoutDirection="ltr"
     tools:background="#000">
 
     <RelativeLayout

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

@@ -4,6 +4,7 @@
     android:layout_height="match_parent"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
+    android:layoutDirection="ltr"
     tools:background="#444">
 
     <RelativeLayout