Skip to content

Instantly share code, notes, and snippets.

@lon9
Last active November 2, 2017 01:35
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 lon9/e840bdb9b143c5ff830f to your computer and use it in GitHub Desktop.
Save lon9/e840bdb9b143c5ff830f to your computer and use it in GitHub Desktop.
Support design libraryのTabLayoutをタブレットで使用するときの注意点 ref: http://qiita.com/Rompei/items/34f039aca8262c7897b2
<android.support.design.widget.TabLayout
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"/>
<android.support.design.widget.TabLayout
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:tabMaxWidth="0dp"
app:tabGravity="fill"
app:tabMode="fixed" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment