SORU
16 Mart 2012, Cuma


Eylem çubuğunda değişen taşma simgesi

Eylem çubuğunda taşma simgesini değiştirmek mümkün müdür? Tüm ActionBar öğeler için mavi simgeler var ve ben de o göründüğünde taşma simgesini değiştirmek istiyorum.

CEVAP
16 Mart 2012, Cuma


Bir deneyim olabilir, ama ana Tema bildirimi eklemeniz gerekir.

<resources>
    <!-- Base application theme. -->
    <style name="Your.Theme" parent="@android:style/Theme.Holo">
        <!-- Pointer to Overflow style ***MUST*** go here or it will not work -->
        <item name="android:actionOverflowButtonStyle">@style/OverFlow</item>
    </style>

    <!-- Styles -->
    <style name="OverFlow" parent="@android:style/Widget.Holo.ActionButton.Overflow">
        <item name="android:src">@drawable/ic_action_overflow</item>
    </style>

</resources>

Sen de burada: hakkında detaya gideceğim dinamik olarak değiştirebilir

Changing the Android Overflow menu icon programmatically

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • MC JIN'S OLD YouTube CHANNEL

    MC JIN'S OLD

    2 Kasım 2008
  • BurnedInDotCom

    BurnedInDotC

    3 NİSAN 2010
  • EEVblog

    EEVblog

    4 NİSAN 2009