|
@@ -1,28 +1,18 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<LinearLayout
|
|
|
- xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:paddingTop="7dip"
|
|
|
- android:paddingBottom="7dip"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:gravity="center">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/footer_layout"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:gravity="center"
|
|
|
- android:layout_gravity="center">
|
|
|
-
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
+ android:layout_height="56dp"
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
+ android:gravity="center_horizontal"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:showDividers="none" >
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/footerText"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="56dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
android:textColor="@color/setup_text_hint" />
|
|
|
|
|
|
</LinearLayout>
|