Giter VIP home page Giter VIP logo

Comments (1)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
Hi, I've found another error:

It seems that when styles extends from a parent style, it doesn't work. This is 
my new error:

<style name="MyButton">
  <!-- whatever -->
</style>

<style name="MyButton.Ok">
  <item name="android:background">@drawable/mybutton_ok</item>
</style>

And later, used as common in a layout:

<Button 
  android:id="@+id/btn_ok" 
  style="@style/MyButton.Ok"
  android:layout_width="wrap_content" 
  android:layout_height="wrap_content"
  android:layout_gravity="center_vertical"
  android:text="@string/label_ok">
</Button>

And the exit from the script:
style     : MyButton_Ok

On the other bug (with the Manifest), the style extended from Theme.NoTitleBar 
and it was detected by the script as "unused". I think that both bugs are 
similar in that way.

Hope, again, this information is useful.
Miguel.

Original comment by eridem on 7 Jun 2011 at 10:39

from android-unused-resources.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.