Skip to content

Commit

Permalink
Remove unnecessary LinearLayout
Browse files Browse the repository at this point in the history
Signed-off-by: ZetaTom <[email protected]>
  • Loading branch information
ZetaTom committed Oct 21, 2024
1 parent 398a851 commit 10a9681
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions app/src/main/res/layout/internal_two_way_sync_view_holder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,17 @@
android:gravity="center_vertical|start"
android:orientation="vertical">


<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
tools:ignore="UseCompoundDrawables">

<TextView
android:id="@+id/name"
android:layout_width="0dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="middle"
android:layout_weight="1"
android:gravity="center_vertical"
android:singleLine="true"
android:textColor="@color/text_color"
android:textSize="@dimen/two_line_primary_text_size"
tools:text="Folder abc" />

</LinearLayout>

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
Expand Down

0 comments on commit 10a9681

Please sign in to comment.