Skip to content

Commit

Permalink
Update fragment_main_scene.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sky130 authored Feb 5, 2024
1 parent b8b6031 commit 6d5edfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/fragment_main_scene.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
android:layout_marginTop="10dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/device_tip"
android:text="@string/scene_tip"
android:textSize="17sp" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:text="@string/device_small_tip"
android:text="@string/scene_small_tip"
android:textSize="14sp" />
</LinearLayout>

Expand All @@ -78,4 +78,4 @@
</FrameLayout>

</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
</layout>
</layout>

0 comments on commit 6d5edfb

Please sign in to comment.