OsmAnd/SherlockBar
Nelson A. de Oliveira bcab94e54f Fix inefficient layout weight
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.
2013-08-03 10:42:47 -03:00
..
libs Update application style 2013-05-09 19:24:30 +02:00
res Fix inefficient layout weight 2013-08-03 10:42:47 -03:00
src Update application style 2013-05-09 19:24:30 +02:00
test/com/actionbarsherlock/internal Update application style 2013-05-09 19:24:30 +02:00
.classpath Update eclipse environment 2013-07-21 23:26:13 +02:00
.gitignore Update application style 2013-05-09 19:24:30 +02:00
.project Update application style 2013-05-09 19:24:30 +02:00
AndroidManifest.xml Update application style 2013-05-09 19:24:30 +02:00
build.xml Fix bugs 2013-05-09 20:37:18 +02:00
pom.xml Update application style 2013-05-09 19:24:30 +02:00
proguard-project.txt Update application style 2013-05-09 19:24:30 +02:00
project.properties Update application style 2013-05-09 19:24:30 +02:00
README.md Update application style 2013-05-09 19:24:30 +02:00

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.