Skip to content

Commit

Permalink
Update main.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
xC3FFF0E authored Mar 11, 2023
1 parent 52f3d25 commit 08a8a8a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/src/main/res/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2339,8 +2339,7 @@
android:id="@+id/box_1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_weight="1">
android:orientation="horizontal">
<TextView
android:id="@+id/title_1"
android:layout_width="wrap_content"
Expand All @@ -2363,7 +2362,7 @@
android:orientation="horizontal"
android:layout_gravity="right|center_vertical">
<TextView
android:id="@+id/stock_info"
android:id="@+id/patched_1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="8dp"
Expand Down Expand Up @@ -2545,7 +2544,7 @@
android:orientation="horizontal"
android:layout_gravity="right|center_vertical">
<TextView
android:id="@+id/amoled_info"
android:id="@+id/patched_2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="8dp"
Expand Down Expand Up @@ -2726,7 +2725,7 @@
android:orientation="horizontal"
android:layout_gravity="right|center_vertical">
<TextView
android:id="@+id/lite_info"
android:id="@+id/patched_3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="8dp"
Expand Down

0 comments on commit 08a8a8a

Please sign in to comment.