mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
944af7e62b
now all file list view (uploader, upload external and standard file list have the same layout)
21 lines
No EOL
752 B
XML
21 lines
No EOL
752 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="112dp"
|
|
android:layout_gravity="center_horizontal"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:showDividers="none" >
|
|
|
|
<TextView
|
|
android:id="@+id/footerText"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:padding="@dimen/standard_padding"
|
|
android:layout_gravity="center"
|
|
android:gravity="center"
|
|
android:textColor="@color/secondaryTextColor"
|
|
android:layout_marginBottom="@dimen/min_list_item_size"
|
|
/>
|
|
|
|
</LinearLayout> |