add dimens

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-12-16 15:31:14 +01:00
parent 707ebaed9f
commit fbcf3fcb36
No known key found for this signature in database
GPG key ID: 4E577DC593B59BDF
2 changed files with 2 additions and 1 deletions

View file

@ -34,7 +34,7 @@
<LinearLayout <LinearLayout
android:id="@+id/recommended_files_layout" 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_gravity="bottom"
android:layout_width="match_parent" android:layout_width="match_parent"
android:orientation="vertical" android:orientation="vertical"

View file

@ -160,4 +160,5 @@
<dimen name="more_icon_size">32dp</dimen> <dimen name="more_icon_size">32dp</dimen>
<dimen name="recommended_files_thumbnail_height">120dp</dimen> <dimen name="recommended_files_thumbnail_height">120dp</dimen>
<dimen name="recommended_files_layout_width">180dp</dimen> <dimen name="recommended_files_layout_width">180dp</dimen>
<dimen name="recommended_files_layout_margin_top">150dp</dimen>
</resources> </resources>