Skip to content

Commit

Permalink
Remove some extra stuff compat lib stuff that's not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Jul 27, 2014
1 parent da108db commit 82cfa0b
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 3,696 deletions.
616 changes: 0 additions & 616 deletions gen/android/support/v7/appcompat/R.java

This file was deleted.

3,064 changes: 14 additions & 3,050 deletions gen/org/cgutman/usbipserverforandroid/R.java

Large diffs are not rendered by default.

Binary file removed libs/android-support-v4.jar
Binary file not shown.
4 changes: 4 additions & 0 deletions lint.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="MissingTranslation" severity="ignore" />
</lint>
1 change: 0 additions & 1 deletion project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@

# Project target.
target=android-19
android.library.reference.1=../appcompat_v7_2
15 changes: 14 additions & 1 deletion res/layout/activity_usbip_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="10dp" >
android:paddingTop="@dimen/activity_vertical_margin" >

<TextView
android:id="@+id/serviceStatus"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:textAppearance="?android:attr/textAppearanceLarge" />
<Button
android:id="@+id/serviceButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/serviceStatus"
android:layout_centerHorizontal="true" />

</RelativeLayout>
21 changes: 11 additions & 10 deletions res/values-v11/styles.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<resources>

<!--
<?xml version="1.0" encoding="utf-8"?>
<resources>

<!--
Base application theme for API 11+. This theme completely replaces
AppBaseTheme from res/values/styles.xml on API 11+ devices.
-->
<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
<!-- API 11 theme customizations can go here. -->
</style>

</resources>
AppBaseTheme from res/values/styles.xml on API 11+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo">
<!-- API 11 theme customizations can go here. -->
</style>

</resources>
Expand Down
2 changes: 1 addition & 1 deletion res/values-v14/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
-->
<style name="AppBaseTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<style name="AppBaseTheme" parent="android:Theme.Holo">
<!-- API 14 theme customizations can go here. -->
</style>

Expand Down
34 changes: 17 additions & 17 deletions res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<resources>

<!--
<?xml version="1.0" encoding="utf-8"?>
<resources>

<!--
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="Theme.AppCompat.Light">
<!--
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
<style name="AppBaseTheme" parent="android:Theme">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>

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

</resources>
backward-compatibility can go here.
-->
</style>

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

0 comments on commit 82cfa0b

Please sign in to comment.