Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
more xml tweaks to unblock 7.3.0 release (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith authored Apr 1, 2019
1 parent d7a737a commit ed9fab1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:mapbox="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:mapbox="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
Expand All @@ -13,15 +12,14 @@
android:layout_height="match_parent"
mapbox:mapbox_cameraTargetLat="-12.0463"
mapbox:mapbox_cameraTargetLng="-77.0427"
mapbox:mapbox_cameraZoom="11"
/>
mapbox:mapbox_cameraZoom="11" />

<android.support.v7.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:layout_marginTop="8dp">
android:layout_marginTop="8dp"
android:layout_marginRight="8dp">

<LinearLayout
android:layout_width="match_parent"
Expand Down Expand Up @@ -53,8 +51,8 @@
android:id="@+id/geocode_latitude_editText"
android:layout_width="100dp"
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:layout_marginStart="8dp"
android:layout_marginLeft="8dp"
android:layout_marginTop="8dp"
android:hint="@string/latitude"
android:inputType="numberDecimal|numberSigned"
Expand Down Expand Up @@ -107,12 +105,9 @@
android:id="@+id/scrollView2"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/geocode_longitude_editText"
mapbox:layout_constraintBottom_toBottomOf="parent"
mapbox:layout_constraintEnd_toEndOf="parent"
mapbox:layout_constraintStart_toEndOf="@+id/choose_city_spinner_button"
mapbox:layout_constraintStart_toEndOf="@+id/geocode_longitude_editText"
mapbox:layout_constraintTop_toBottomOf="@+id/textView4">

<TextView
Expand All @@ -121,10 +116,10 @@
android:layout_height="wrap_content"
android:scrollbars="vertical"
android:textSize="15sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/geocode_latitude_editText"
app:layout_constraintTop_toTopOf="@+id/geocode_latitude_editText" />
mapbox:layout_constraintBottom_toBottomOf="parent"
mapbox:layout_constraintEnd_toEndOf="parent"
mapbox:layout_constraintStart_toEndOf="@+id/geocode_latitude_editText"
mapbox:layout_constraintTop_toTopOf="@+id/geocode_latitude_editText" />

</ScrollView>
</android.support.constraint.ConstraintLayout>
Expand Down

0 comments on commit ed9fab1

Please sign in to comment.