Skip to content

Commit

Permalink
Merge pull request #1 from ben-efiz/master
Browse files Browse the repository at this point in the history
Removed themes and unused dependencies
  • Loading branch information
anastasia-zaitsewa committed Jul 27, 2015
2 parents c800eea + b722794 commit c14dcdb
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 54 deletions.
Binary file removed __MACOSX/idvos/._.DS_Store
Binary file not shown.
Binary file removed __MACOSX/idvos/src/._.DS_Store
Binary file not shown.
Binary file removed __MACOSX/idvos/src/main/._.DS_Store
Binary file not shown.
Binary file removed __MACOSX/idvos/src/main/res/._.DS_Store
Binary file not shown.
Binary file not shown.
Binary file removed __MACOSX/idvos/src/main/res/drawable-hdpi/._clock.png
Binary file not shown.
Binary file removed __MACOSX/idvos/src/main/res/drawable-hdpi/._home.png
Binary file not shown.
Binary file removed __MACOSX/idvos/src/main/res/drawable-hdpi/._locked.png
Binary file not shown.
Binary file removed idvos/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion idvos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies {
compile 'com.mcxiaoke.volley:library:1.+'
compile 'com.pusher:pusher-java-client:0.3.1'
compile 'com.android.support:support-v4:21.0.3'
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.crashlytics.android:crashlytics:1.+'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.daimajia.easing:library:1.0.1@aar'
Expand Down
Binary file removed idvos/src/.DS_Store
Binary file not shown.
Binary file removed idvos/src/main/.DS_Store
Binary file not shown.
3 changes: 1 addition & 2 deletions idvos/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
<uses-feature android:name="android.hardware.camera.autofocus" />

<application
android:allowBackup="true"
android:theme="@style/AppTheme">
android:allowBackup="true">

<activity
android:name="de.idvos.fastonlineidentification.activity.StartActivity"
Expand Down
Binary file removed idvos/src/main/java/.DS_Store
Binary file not shown.
Binary file removed idvos/src/main/java/de/.DS_Store
Binary file not shown.
Binary file removed idvos/src/main/java/de/idvos/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file removed idvos/src/main/res/.DS_Store
Binary file not shown.
11 changes: 0 additions & 11 deletions idvos/src/main/res/values-v11/styles.xml

This file was deleted.

12 changes: 0 additions & 12 deletions idvos/src/main/res/values-v14/styles.xml

This file was deleted.

28 changes: 0 additions & 28 deletions idvos/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,33 +1,5 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">

<!--
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
<style name="AppBaseTheme" parent="@style/Theme.AppCompat.Light.NoActionBar">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
<item name="android:windowBackground">@android:color/white</item>
</style>

<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>

<style name="AppThemeTranscluent" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsFloating">true</item>
<item name="android:backgroundDimEnabled">false</item>
</style>

<style name="box">
<item name="android:paddingLeft">@dimen/box_padding_horizontal</item>
<item name="android:paddingRight">@dimen/box_padding_horizontal</item>
Expand Down

0 comments on commit c14dcdb

Please sign in to comment.