8000 view animation add demo's item; · OCNYang/Android-Animation-Set@3a63908 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a63908

Browse files
committed
view animation add demo's item;
1 parent 1df3bcf commit 3a63908

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

view-animation/src/main/res/layout/activity_common_view_animation.xml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
android:layout_marginBottom="30dp"
3838
android:background="@drawable/do_btn_bg"
3939
android:text="Do it"
40+
android:textAllCaps="false"
4041
app:layout_constraintBottom_toBottomOf="parent"
4142
app:layout_constraintLeft_toLeftOf="parent"
4243
app:layout_constraintRight_toRightOf="parent"/>

view-animation/src/main/res/layout/activity_popup_window_view_animation.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
android:background="@drawable/do_btn_bg"
2626
android:gravity="center"
2727
android:lines="1"
28-
android:text="show img popupwindow"
28+
android:text="Show Img PopupWindow"
29+
android:textAllCaps="false"
2930
android:textSize="12sp"
3031
app:layout_constraintLeft_toLeftOf="parent"
3132
app:layout_constraintRight_toRightOf="parent"

0 commit comments

Comments
 (0)
0