ogaclejapan / SmartTabLayout

A custom ViewPager title strip which gives continuous feedback to the user when scrolling
Apache License 2.0
7.09k stars 1.34k forks source link

spacing at before the first tab #41

Closed jjhesk closed 8 years ago

jjhesk commented 9 years ago

I would like to ask if there is any support for adding extra space by custom specification before the first tab horizontally?

ogaclejapan commented 9 years ago

Hi, @jjhesk


<com.ogaclejapan.smarttablayout.SmartTabLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@id/viewpagertab"
    ...
    android:paddingLeft="32dp"
    android:clipToPadding="false"
    ...
    />

Solved ?

ogaclejapan commented 8 years ago

For a long time, there is no response. So, we will close the issue.