Skip to content

Instantly share code, notes, and snippets.

@julianfalcionelli
Created October 28, 2016 00:08
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 julianfalcionelli/308ed547075958acb12d538b7ef8c9fc to your computer and use it in GitHub Desktop.
Save julianfalcionelli/308ed547075958acb12d538b7ef8c9fc to your computer and use it in GitHub Desktop.
Global layout attributes
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment