Skip to content

Instantly share code, notes, and snippets.

@MagicalMeghan
Last active October 1, 2020 22:09
Show Gist options
  • Save MagicalMeghan/2ced34ed9b9cd247914d520d1b6a0a49 to your computer and use it in GitHub Desktop.
Save MagicalMeghan/2ced34ed9b9cd247914d520d1b6a0a49 to your computer and use it in GitHub Desktop.
<!-- Copyright 2019 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/flower_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="32sp" />
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment