Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rajulbabel committed May 25, 2021
1 parent 26fe4a5 commit 43360b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,25 +126,25 @@
</RadioGroup>

<Button
android:id="@+id/createAlert"
android:id="@+id/removeAlert"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="20dp"
android:onClick="createAlert"
android:text="@string/createAlert"
android:onClick="removeAlert"
android:text="@string/removeAlert"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/dose" />

<Button
android:id="@+id/removeAlert"
android:id="@+id/createAlert"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:onClick="removeAlert"
android:text="@string/removeAlert"
android:onClick="createAlert"
android:text="@string/createAlert"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/createAlert"
app:layout_constraintStart_toEndOf="@+id/removeAlert"
app:layout_constraintTop_toBottomOf="@+id/dose" />

<TextView
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@

<string-array name="districtNames">
<item>Select District</item>
<item>Thane</item>
<item>Adilabad</item>
<item>Agar</item>
<item>Agatti Island</item>
Expand Down Expand Up @@ -732,6 +731,7 @@
<item>Tehri Garhwal</item>
<item>Tengnoupal</item>
<item>Tenkasi</item>
<item>Thane</item>
<item>Thanjavur</item>
<item>Theni</item>
<item>Thiruvananthapuram</item>
Expand Down Expand Up @@ -805,13 +805,12 @@
<item>Yamunanagar</item>
<item>Yanam</item>
<item>Yavatmal</item>
<item>YSR DistrictKadapa (Cuddapah)</item>
<item>YSR District, Kadapa (Cuddapah)</item>
<item>Zunheboto</item>
</string-array>

<integer-array name="districtIds">
<item>0</item>
<item>392</item>
<item>582</item>
<item>320</item>
<item>796</item>
Expand Down Expand Up @@ -1497,6 +1496,7 @@
<item>701</item>
<item>407</item>
<item>551</item>
<item>392</item>
<item>541</item>
<item>569</item>
<item>296</item>
Expand Down

0 comments on commit 43360b6

Please sign in to comment.