Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
asgharzadeh committed Jan 13, 2020
1 parent c804b1d commit 8e60511
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions falert/src/main/res/layout/layout_falert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,27 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/frameLayoutFalert"
android:id="@+id/frameLayout3"
android:layout_marginTop="40dp">

<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/frameLayoutFalert"/>

<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/frameLayoutLoader"
android:visibility="gone"/>

</FrameLayout>

<android.support.constraint.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="50dp"
android:id="@+id/button_root"
android:layout_below="@+id/frameLayoutFalert">
android:layout_below="@+id/frameLayout3">


<TextView
Expand Down Expand Up @@ -95,16 +105,6 @@

</android.support.constraint.ConstraintLayout>

<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/frameLayoutLoader"
android:visibility="gone">



</FrameLayout>

</RelativeLayout>


Expand Down

0 comments on commit 8e60511

Please sign in to comment.