Skip to content

Commit

Permalink
UI修改
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed Nov 2, 2017
1 parent 74e9a7c commit bd8c7ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions rtmpfile/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="15dp"
tools:context="com.wangheart.rtmpfile.MainActivity">

<TextView
Expand All @@ -19,10 +20,13 @@
android:id="@+id/btn_push"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="btnPush" />
android:onClick="btnPush"
android:text="开始推流" />

<TextView
android:id="@+id/tv_push_info"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:textColor="#000000"
android:textSize="20sp" />
</LinearLayout>

0 comments on commit bd8c7ab

Please sign in to comment.