2014-10-18 12:47:08 +04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-10-19 10:56:57 +04:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2015-08-05 16:21:05 +03:00
|
|
|
android:layout_width="match_parent"
|
2015-12-15 19:22:07 +03:00
|
|
|
android:layout_height="112dp"
|
2014-10-19 10:56:57 +04:00
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:showDividers="none" >
|
2014-10-18 12:47:08 +04:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/footerText"
|
2014-10-19 10:56:57 +04:00
|
|
|
android:layout_width="match_parent"
|
2015-08-10 19:50:24 +03:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="@dimen/standard_padding"
|
2014-10-19 10:56:57 +04:00
|
|
|
android:layout_gravity="center"
|
|
|
|
android:gravity="center"
|
2015-09-06 22:48:04 +03:00
|
|
|
android:textColor="@color/secondaryTextColor"
|
2015-12-15 19:22:07 +03:00
|
|
|
android:layout_marginBottom="56dp"
|
2015-08-05 16:21:05 +03:00
|
|
|
/>
|
2014-10-18 12:47:08 +04:00
|
|
|
|
|
|
|
</LinearLayout>
|