Skip to content

Instantly share code, notes, and snippets.

@frogermcs
Created July 25, 2017 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save frogermcs/cf44a491df2c0241ea15c4057fae468e to your computer and use it in GitHub Desktop.
Save frogermcs/cf44a491df2c0241ea15c4057fae468e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.custom.view.CustomButton
android:id="@+id/btnOk"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/ok"
app:analyticsLabel="@string/analytics_ok"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment