Rollback from Material Design to Holo

I don't need experimental UI.
This commit is contained in:
Przemek Grondek 2014-07-14 10:37:53 +02:00
parent 06118865df
commit 973092f7be
4 changed files with 4 additions and 5 deletions

View file

@ -59,7 +59,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
</content>
<orderEntry type="jdk" jdkName="Android API 20, L preview Platform" jdkType="Android SDK" />
<orderEntry type="jdk" jdkName="Android API 19 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View file

@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 'android-L'
buildToolsVersion "20.0.0"
compileSdkVersion 19
buildToolsVersion '20.0.0'
defaultConfig {
applicationId "info.nerull7.mysqlbrowser"

View file

@ -9,7 +9,6 @@ import android.net.Uri;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewAnimationUtils;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="android:Theme.Material.Light">
<style name="AppTheme" parent="android:Theme.Holo.Light">
</style>
</resources>