mirror of
https://github.com/nextcloud/android.git
synced 2024-12-19 07:22:06 +03:00
add dimens
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
707ebaed9f
commit
fbcf3fcb36
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -160,4 +160,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>
|
||||
|
|
Loading…
Reference in a new issue