Skip to content

Commit

Permalink
hzuapps#4 第四次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
BingleHu committed May 10, 2018
1 parent a638262 commit f9ba77d
Showing 1 changed file with 27 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,34 @@
</android.support.design.widget.AppBarLayout>

<include layout="@layout/content_com1614080901240_second" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">

<android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
<ImageView
android:id="@+id/imageView2"
android:layout_width="match_parent"
android:layout_height="550dp"
app:srcCompat="@drawable/radio" />

<TextView
android:id="@+id/textView4"
android:layout_width="160dp"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
app:srcCompat="@android:drawable/ic_dialog_email" />
android:layout_gravity="center"
android:text=" 录音中..." />
<android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
app:layout_anchor="@+id/include"
app:layout_anchorGravity="right|bottom"
app:srcCompat="@android:drawable/ic_dialog_email" />
</LinearLayout>


</android.support.design.widget.CoordinatorLayout>

0 comments on commit f9ba77d

Please sign in to comment.