Skip to content

Commit

Permalink
修改小窗demo文案
Browse files Browse the repository at this point in the history
  • Loading branch information
maiwenchang committed Jun 8, 2020
1 parent b1be370 commit e3e4d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_tiny.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,14 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:checked="true"
android:text="isMovable" />
android:text="拖动" />

<CheckBox
android:id="@+id/cb_isScalable"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:checked="true"
android:text="isScalable" />
android:text="缩放" />
</LinearLayout>

<Button
Expand Down

0 comments on commit e3e4d67

Please sign in to comment.