Commit e0c362aa authored by wanglei's avatar wanglei

...

parent c2477599
...@@ -457,7 +457,7 @@ ...@@ -457,7 +457,7 @@
android:textSize="19sp" android:textSize="19sp"
android:textStyle="bold" /> android:textStyle="bold" />
<androidx.appcompat.widget.LinearLayoutCompat <androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/id_similar_photos" android:id="@+id/id_battery_info"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginBottom="13dp" android:layout_marginBottom="13dp"
...@@ -494,7 +494,7 @@ ...@@ -494,7 +494,7 @@
android:layout_marginHorizontal="14dp" android:layout_marginHorizontal="14dp"
android:background="#F8F8F8" /> android:background="#F8F8F8" />
<androidx.appcompat.widget.LinearLayoutCompat <androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/id_battery_info" android:id="@+id/id_photo_compress"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="13dp" android:layout_marginTop="13dp"
...@@ -532,7 +532,8 @@ ...@@ -532,7 +532,8 @@
android:layout_marginHorizontal="14dp" android:layout_marginHorizontal="14dp"
android:background="#F8F8F8" /> android:background="#F8F8F8" />
<androidx.appcompat.widget.LinearLayoutCompat <androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/id_photo_compress" android:id="@+id/id_similar_photos"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="13dp" android:layout_marginTop="13dp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment