Last active
May 6, 2020 15:45
-
-
Save Xiryl/cabd496341cfd38a9dce5c6f386c81f5 to your computer and use it in GitHub Desktop.
WidgetGuide-2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
| android:layout_width="match_parent" | |
| android:layout_height="match_parent" | |
| android:orientation="vertical" | |
| android:background="@color/white"> | |
| <TextView | |
| android:id="@+id/widget_list_item_message" | |
| android:layout_width="match_parent" | |
| android:layout_height="wrap_content" | |
| android:gravity="center" | |
| android:text="Default text" | |
| android:textColor="#000" | |
| android:textSize="20sp" /> | |
| </LinearLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment