Skip to content

Instantly share code, notes, and snippets.

@Xiryl
Last active May 6, 2020 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Xiryl/cabd496341cfd38a9dce5c6f386c81f5 to your computer and use it in GitHub Desktop.
Save Xiryl/cabd496341cfd38a9dce5c6f386c81f5 to your computer and use it in GitHub Desktop.
WidgetGuide-2
<?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