bcab94e54f
When only a single widget in a LinearLayout defines a weight, it is more efficient to assign a width/height of 0dp to it since it will absorb all the remaining space anyway. With a declared width/height of 0dp it does not have to measure its own size first. |
||
---|---|---|
.. | ||
libs | ||
res | ||
src | ||
test/com/actionbarsherlock/internal | ||
.classpath | ||
.gitignore | ||
.project | ||
AndroidManifest.xml | ||
build.xml | ||
pom.xml | ||
proguard-project.txt | ||
project.properties | ||
README.md |
ActionBarSherlock Library
This folder contains the main library which should be linked against as an Android library project in your application.
For more information see the "Including In Your Project" section of the usage page.