Skip to content

Commit

Permalink
Update activity_main.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaticPrakash authored Apr 1, 2020
1 parent fa54871 commit c5c814f
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,31 @@
android:id="@+id/heading"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:textSize="20sp"
android:layout_centerHorizontal="true"
android:textSize="25sp"
android:textAppearance="@style/TextAppearance.AppCompat.Large"
android:text="@string/broadcast_receiver"
/>

<TextView
android:layout_below="@+id/heading"
android:id="@+id/desc1"
android:layout_marginTop="30dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="16sp"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:text="@string/see_the_logcat_and_toast_for_broadcast_services"
android:layout_centerInParent="true"
/>

<TextView
android:layout_below="@+id/desc1"
android:layout_marginTop="30dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:text="@string/toast_may_not_come_in_proper_order_beacuse_lots_of_toasts_are_used_so_you_can_see_logcat_results_in_case_of_any_confusion"
android:layout_centerHorizontal="true"
/>

</RelativeLayout>
</RelativeLayout>

0 comments on commit c5c814f

Please sign in to comment.