|
| 1 | +<?xml version="1.0" encoding="utf-8"?><!-- |
| 2 | + ~ Nextcloud - Android Client |
| 3 | + ~ |
| 4 | + ~ SPDX-FileCopyrightText: 2025 Alper Ozturk <[email protected]> |
| 5 | + ~ SPDX-License-Identifier: AGPL-3.0-or-later |
| 6 | + --> |
| 7 | +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 8 | + xmlns:app="http://schemas.android.com/apk/res-auto" |
| 9 | + android:layout_width="match_parent" |
| 10 | + android:layout_height="wrap_content" |
| 11 | + android:orientation="horizontal" |
| 12 | + android:paddingBottom="@dimen/standard_half_padding" |
| 13 | + android:paddingEnd="@dimen/standard_padding" |
| 14 | + android:paddingStart="@dimen/zero" |
| 15 | + android:paddingTop="@dimen/standard_half_padding" |
| 16 | + android:layout_weight="1"> |
| 17 | + |
| 18 | + <com.elyeproj.loaderviewlibrary.LoaderImageView |
| 19 | + android:id="@+id/copy_internal_link_icon_loader" |
| 20 | + android:layout_width="@dimen/share_icon_size" |
| 21 | + android:layout_height="@dimen/share_icon_size" |
| 22 | + android:layout_marginStart="@dimen/standard_margin" |
| 23 | + android:layout_marginEnd="@dimen/standard_margin" |
| 24 | + android:padding="@dimen/standard_half_padding" |
| 25 | + android:scaleType="centerCrop" |
| 26 | + app:corners="100" /> |
| 27 | + |
| 28 | + <LinearLayout |
| 29 | + android:layout_width="match_parent" |
| 30 | + android:layout_height="wrap_content" |
| 31 | + android:layout_marginTop="@dimen/standard_half_margin" |
| 32 | + android:orientation="vertical"> |
| 33 | + |
| 34 | + <com.elyeproj.loaderviewlibrary.LoaderTextView |
| 35 | + android:layout_width="match_parent" |
| 36 | + android:layout_height="wrap_content" |
| 37 | + android:textStyle="bold" |
| 38 | + android:layout_marginBottom="4dp" /> |
| 39 | + |
| 40 | + <com.elyeproj.loaderviewlibrary.LoaderTextView |
| 41 | + android:layout_width="@dimen/sharee_list_item_size" |
| 42 | + android:layout_height="wrap_content" /> |
| 43 | + </LinearLayout> |
| 44 | + |
| 45 | +</LinearLayout> |
0 commit comments