mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
21 lines
No EOL
731 B
XML
21 lines
No EOL
731 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="56dp"
|
|
/>
|
|
|
|
</LinearLayout> |