Skip to content

Commit

Permalink
remove redundant declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed May 21, 2024
1 parent 3412408 commit 3b093c4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/src/main/res/layout/alerts_display_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".MainActivity"
android:id="@+id/alertsdisplay_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="@dimen/widget_margin_bottom"
android:layout_marginLeft="@dimen/widget_margin_left"
android:layout_marginRight="@dimen/widget_margin_right"
android:layout_marginStart="@dimen/widget_margin_left"
android:layout_marginTop="@dimen/widget_margin_top"
android:layout_marginEnd="@dimen/widget_margin_right"
android:layout_marginBottom="@dimen/widget_margin_bottom"
android:background="@drawable/widget_frame"
android:orientation="vertical"
android:layout_marginStart="@dimen/widget_margin_left"
android:layout_marginEnd="@dimen/widget_margin_right">
tools:context=".MainActivity">

<ListView
android:id="@+id/parsed_events"
Expand Down

0 comments on commit 3b093c4

Please sign in to comment.