Skip to content

Commit

Permalink
fix: Wkwkwk
Browse files Browse the repository at this point in the history
  • Loading branch information
aikrq committed Nov 30, 2024
1 parent f27bb58 commit cccdae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions app/src/main/res/layout/dialog_file_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@

<com.github.angads25.filepicker.widget.MaterialCheckbox
android:id="@+id/file_mark"
android:layout_width="@dimen/checkbox_dimens"
android:layout_height="@dimen/checkbox_dimens"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginEnd="@dimen/checkbox_margin"
android:layout_marginRight="@dimen/checkbox_margin"/>
android:layout_marginEnd="16dp" />
</LinearLayout>
3 changes: 1 addition & 2 deletions app/src/main/res/layout/dialog_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
android:layout_height="?android:listPreferredItemHeight">

<ImageView
android:layout_marginLeft="@dimen/toolbar_image_margin"
android:layout_marginStart="@dimen/toolbar_image_margin"
android:layout_marginStart="16dp"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:src="@drawable/ic_mtrl_folder"
Expand Down

0 comments on commit cccdae5

Please sign in to comment.