Skip to content

Commit

Permalink
布局结构调整
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaosenqing committed Jun 8, 2023
1 parent d3f482a commit cda7b0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/item_c_rtl_v.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="80dp">
<ImageView
android:id="@+id/item_img"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/item_c_v.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="80dp">
<ImageView
android:id="@+id/item_img"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/item_v.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="80dp">
<ImageView
android:id="@+id/item_img"
Expand Down

0 comments on commit cda7b0d

Please sign in to comment.