File tree Expand file tree Collapse file tree 9 files changed +61
-3696
lines changed
android/support/v7/appcompat
org/cgutman/usbipserverforandroid Expand file tree Collapse file tree 9 files changed +61
-3696
lines changed Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <lint >
3
+ <issue id =" MissingTranslation" severity =" ignore" />
4
+ </lint >
Original file line number Diff line number Diff line change 12
12
13
13
# Project target.
14
14
target =android-19
15
- android.library.reference.1 =../appcompat_v7_2
Original file line number Diff line number Diff line change 5
5
android : paddingBottom =" @dimen/activity_vertical_margin"
6
6
android : paddingLeft =" @dimen/activity_horizontal_margin"
7
7
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" />
9
22
10
23
</RelativeLayout >
Original file line number Diff line number Diff line change 1
- <resources >
2
-
3
- <!--
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <resources >
3
+
4
+ <!--
4
5
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 >
Original file line number Diff line number Diff line change 5
5
AppBaseTheme from BOTH res/values/styles.xml and
6
6
res/values-v11/styles.xml on API 14+ devices.
7
7
-->
8
- <style name =" AppBaseTheme" parent =" Theme.AppCompat.Light.DarkActionBar " >
8
+ <style name =" AppBaseTheme" parent =" android: Theme.Holo " >
9
9
<!-- API 14 theme customizations can go here. -->
10
10
</style >
11
11
Original file line number Diff line number Diff line change 1
- <resources >
2
-
3
- <!--
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <resources >
3
+
4
+ <!--
4
5
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
+ <!--
9
10
Theme customizations available in newer API levels can go in
10
11
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 >
You can’t perform that action at this time.
0 commit comments