Skip to content

Commit

Permalink
hzuapps#3 hzuapps#1094 231第三次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
zglx committed May 1, 2018
1 parent 5d135d9 commit c3d2643
Showing 1 changed file with 28 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,36 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".Soft1614080902231Activity">
tools:context=".Soft1614080902231Activity"
>

<TextView
android:id="@+id/textview_01"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableTop="@drawable/hupu"
/>
<LinearLayout

<Button
android:id="@+id/button_open"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="打开"
tools:layout_editor_absoluteX="0dp"
tools:layout_editor_absoluteY="325dp" />
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
tools:ignore="MissingConstraints"
tools:layout_editor_absoluteX="0dp"
tools:layout_editor_absoluteY="71dp">

<TextView
android:id="@+id/textview_01"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableTop="@drawable/hupu" />

<Button
android:id="@+id/button_open"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_margin="80dp"
android:gravity="center"
android:text="打开"
android:textSize="50dp"
tools:ignore="MissingConstraints"
tools:layout_editor_absoluteX="48dp"
tools:layout_editor_absoluteY="307dp" />
</LinearLayout>

</android.support.constraint.ConstraintLayout>

0 comments on commit c3d2643

Please sign in to comment.