android - How can I modify the layout of slidingtab in the lockscreen?,is -


in lockscreen ,the layout of slidingtab vertical,how can modify "horizontal"?

i set :

  <com.android.internal.widget.slidingtab       android:id="@+id/tab_selector"       ***android:orientation="horizontal"***       android:layout_width="wrap_content"       android:layout_height="match_parent"                   android:layout_alignparentbottom="true"       android:layout_marginbottom="25dip"       />  

but draw of slidingtab not modify,is vertical.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -