Skip to content

Commit 82cfa0b

Browse files
committed
Remove some extra stuff compat lib stuff that's not needed
1 parent da108db commit 82cfa0b

File tree

9 files changed

+61
-3696
lines changed

9 files changed

+61
-3696
lines changed

gen/android/support/v7/appcompat/R.java

Lines changed: 0 additions & 616 deletions
This file was deleted.

gen/org/cgutman/usbipserverforandroid/R.java

Lines changed: 14 additions & 3050 deletions
Large diffs are not rendered by default.

libs/android-support-v4.jar

-741 KB
Binary file not shown.

lint.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<lint>
3+
<issue id="MissingTranslation" severity="ignore" />
4+
</lint>

project.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212

1313
# Project target.
1414
target=android-19
15-
android.library.reference.1=../appcompat_v7_2

res/layout/activity_usbip_config.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
android:paddingBottom="@dimen/activity_vertical_margin"
66
android:paddingLeft="@dimen/activity_horizontal_margin"
77
android:paddingRight="@dimen/activity_horizontal_margin"
8-
android:paddingTop="10dp" >
8+
android:paddingTop="@dimen/activity_vertical_margin" >
9+
10+
<TextView
11+
android:id="@+id/serviceStatus"
12+
android:layout_width="wrap_content"
13+
android:layout_height="wrap_content"
14+
android:layout_centerHorizontal="true"
15+
android:textAppearance="?android:attr/textAppearanceLarge" />
16+
<Button
17+
android:id="@+id/serviceButton"
18+
android:layout_width="wrap_content"
19+
android:layout_height="wrap_content"
20+
android:layout_below="@+id/serviceStatus"
21+
android:layout_centerHorizontal="true" />
922

1023
</RelativeLayout>

res/values-v11/styles.xml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
<resources>
2-
3-
<!--
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
4+
<!--
45
Base application theme for API 11+. This theme completely replaces
5-
AppBaseTheme from res/values/styles.xml on API 11+ devices.
6-
-->
7-
<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
8-
<!-- API 11 theme customizations can go here. -->
9-
</style>
10-
11-
</resources>
6+
AppBaseTheme from res/values/styles.xml on API 11+ devices.
7+
-->
8+
<style name="AppBaseTheme" parent="android:Theme.Holo">
9+
<!-- API 11 theme customizations can go here. -->
10+
</style>
11+
12+
</resources>

res/values-v14/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
AppBaseTheme from BOTH res/values/styles.xml and
66
res/values-v11/styles.xml on API 14+ devices.
77
-->
8-
<style name="AppBaseTheme" parent="Theme.AppCompat.Light.DarkActionBar">
8+
<style name="AppBaseTheme" parent="android:Theme.Holo">
99
<!-- API 14 theme customizations can go here. -->
1010
</style>
1111

res/values/styles.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<resources>
2-
3-
<!--
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
4+
<!--
45
Base application theme, dependent on API level. This theme is replaced
5-
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
6-
-->
7-
<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
8-
<!--
6+
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
7+
-->
8+
<style name="AppBaseTheme" parent="android:Theme">
9+
<!--
910
Theme customizations available in newer API levels can go in
1011
res/values-vXX/styles.xml, while customizations related to
11-
backward-compatibility can go here.
12-
-->
13-
</style>
14-
15-
<!-- Application theme. -->
16-
<style name="AppTheme" parent="AppBaseTheme">
17-
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
18-
</style>
19-
20-
</resources>
12+
backward-compatibility can go here.
13+
-->
14+
</style>
15+
16+
<!-- Application theme. -->
17+
<style name="AppTheme" parent="AppBaseTheme">
18+
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
19+
</style>
20+
</resources>

0 commit comments

Comments
 (0)