mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Rebase master
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
6e3de92ab2
commit
d3de88addb
2 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
android:id="@+id/ListItemLayout"
|
android:id="@+id/ListItemLayout"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
|
android:layout_marginEnd="@dimen/grid_container_margin"
|
||||||
|
android:layout_marginTop="@dimen/grid_container_margin"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/grid_container_height">
|
android:layout_height="@dimen/grid_container_height">
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
android:id="@+id/ListItemLayout"
|
android:id="@+id/ListItemLayout"
|
||||||
|
android:layout_marginEnd="@dimen/grid_container_margin"
|
||||||
|
android:layout_marginTop="@dimen/grid_container_margin"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
Loading…
Reference in a new issue