Bug 1090364 - Enable fading edges in tab strip (r=mcomella)

This commit is contained in:
Lucas Rocha 2014-10-30 10:26:23 +00:00
parent ca0c07d45b
commit 0b9e5d6e50

View File

@ -10,8 +10,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:paddingTop="8dp"
android:paddingLeft="2dp"/>
android:layout_marginLeft="2dp"
android:requiresFadingEdge="horizontal"
android:fadingEdgeLength="10dp"
android:paddingTop="8dp"/>
<ImageButton
android:id="@+id/add_tab"