Skip to content

Commit

Permalink
add dimens
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Dec 16, 2024
1 parent 551a1ae commit c27f0cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/list_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<LinearLayout
android:id="@+id/recommended_files_layout"
android:layout_marginTop="150dp"
android:layout_marginTop="@dimen/recommended_files_layout_margin_top"
android:layout_gravity="bottom"
android:layout_width="match_parent"
android:orientation="vertical"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/dims.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,5 @@
<dimen name="more_icon_size">32dp</dimen>
<dimen name="recommended_files_thumbnail_height">120dp</dimen>
<dimen name="recommended_files_layout_width">180dp</dimen>
<dimen name="recommended_files_layout_margin_top">150dp</dimen>
</resources>

0 comments on commit c27f0cd

Please sign in to comment.