Skip to content

Instantly share code, notes, and snippets.

@yerenutku
Last active December 7, 2016 17:36
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 yerenutku/36dee88c721e67b7c9e50e0818c12e07 to your computer and use it in GitHub Desktop.
Save yerenutku/36dee88c721e67b7c9e50e0818c12e07 to your computer and use it in GitHub Desktop.
Medium Widget Code Blocks
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/tvWidget"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="@dimen/widget_margin"
android:background="#ff6200"
android:contentDescription="@string/appwidget_text"
android:gravity="center"
android:text="@string/appwidget_text"
android:textColor="#ffffff"
android:textSize="24sp"
android:textStyle="bold|italic"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment