Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
lipangit committed Mar 21, 2020
1 parent 8af0588 commit 3ffde6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/src/main/res/layout/activity_api.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
android:layout_gravity="center_horizontal"
android:layout_marginBottom="8dp"
android:onClick="clickScreenRotate"
android:text="ScreenRotate" />
android:text="Screen Rotate" />
</LinearLayout>
</ScrollView>
</LinearLayout>
4 changes: 2 additions & 2 deletions demo/src/main/res/layout/activity_listview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:onClick="clickListSmoothToDetail"
android:text="ListSmoothToDetail" />
android:text="List Smooth To Detail" />

<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:onClick="clickListAutoPlay"
android:text="ListAutoPlay" />
android:text="List Auto Play" />

<Button
android:id="@+id/btn_tiktok"
Expand Down

0 comments on commit 3ffde6e

Please sign in to comment.