Skip to content

Commit

Permalink
Update activity_maps_main.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
GOVINDDIXIT authored Jan 17, 2018
1 parent 406754a commit 2279f17
Showing 1 changed file with 29 additions and 7 deletions.
36 changes: 29 additions & 7 deletions app/src/main/res/layout/activity_maps_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,35 @@
tools:context="reverieworks.addy.Activity.Homepage">


<include layout="@layout/activity_maps"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<Button
android:id="@+id/button_SearchByACode"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignTop="@+id/map"
android:layout_marginLeft="200dp"
android:layout_marginTop="500dp"
android:layout_weight="1"
android:text="Search By ACode"
android:textAlignment="center"
android:textColor="#fdfdfd"
android:textSize="20sp"
android:textStyle="bold"
android:theme="@style/StyleRaisedButton" />


<Button
android:id="@+id/button_SearchByPlace"
android:layout_width="wrap_content"
android:layout_height="69dp"
android:layout_alignTop="@+id/map"
android:layout_marginTop="500dp"
android:layout_weight="1"
android:text="Search By Place"
android:textAlignment="center"
android:textColor="#fdfdfd"
android:textSize="20sp"
android:textStyle="bold"
android:theme="@style/StyleRaisedButton" />


<android.support.v4.widget.NestedScrollView
Expand All @@ -22,9 +48,5 @@
android:background="@android:color/background_light"
app:layout_behavior="android.support.design.widget.BottomSheetBehavior">

<!--<include layout="@layout/fragment_bottom_sheet"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>-->
</android.support.v4.widget.NestedScrollView>
</android.support.design.widget.CoordinatorLayout>

0 comments on commit 2279f17

Please sign in to comment.