Files
loongoffice/android/abs-lib
Noel Grandin 4f9b21248f simplify ternary conditions "xxx ? yyy : false"
Look for code like:
   xxx ? yyy : false;
Which can be simplified to:
   xxx && yyy

Change-Id: Ia33c0e452aa28af3f0658a5382895aaad0246b4d
2014-05-05 12:47:48 +02:00
..
2014-04-17 15:11:14 +02:00
2014-04-17 15:11:14 +02:00
2014-04-17 15:11:14 +02:00
2014-04-17 15:11:14 +02:00
2014-04-17 15:11:14 +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.