|
|
@@ -34,6 +34,14 @@
|
|
|
android:layout_alignParentBottom="true"
|
|
|
android:layout_centerHorizontal="true" />
|
|
|
|
|
|
+ <Button
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:text="@string/home"
|
|
|
+ android:layout_marginBottom="60dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_centerHorizontal="true" />
|
|
|
+
|
|
|
<ImageView
|
|
|
android:id="@+id/imageView"
|
|
|
android:layout_width="wrap_content"
|